diff --git a/.gitignore b/.gitignore index b9e49068..beed1841 100644 --- a/.gitignore +++ b/.gitignore @@ -15,13 +15,12 @@ build/ *.[oa] # Dependencies -External/Vulkan-LoaderAndValidationLayers -External/glslang -External/SPIRV-Tools -External/SPIRV-Headers -External/SPIRV-Cross -External/VulkanSamples External/cereal +External/glslang +External/SPIRV-Cross +External/Vulkan-Headers +External/Vulkan-Tools +External/VulkanSamples # Other source repository archive directories (protects when importing) .hg diff --git a/Demos/LunarG-VulkanSamples/Demos/Demos.h b/Demos/LunarG-VulkanSamples/Demos/Demos.h index dc363b1b..28ef9253 100644 --- a/Demos/LunarG-VulkanSamples/Demos/Demos.h +++ b/Demos/LunarG-VulkanSamples/Demos/Demos.h @@ -23,7 +23,7 @@ #include #ifdef MVK_SAMP_CUBE -# include "../Vulkan-LoaderAndValidationLayers/demos/cube.c" +# include "../Vulkan-Tools/cube/cube.c" #endif diff --git a/Demos/LunarG-VulkanSamples/Demos/Demos.xcodeproj/project.pbxproj b/Demos/LunarG-VulkanSamples/Demos/Demos.xcodeproj/project.pbxproj index 299b13ea..4569de1a 100644 --- a/Demos/LunarG-VulkanSamples/Demos/Demos.xcodeproj/project.pbxproj +++ b/Demos/LunarG-VulkanSamples/Demos/Demos.xcodeproj/project.pbxproj @@ -132,7 +132,7 @@ isa = PBXGroup; children = ( A904B4641C99B5950008C013 /* Demos.h */, - A904B52C1C9A08C80008C013 /* demos */, + A904B52C1C9A08C80008C013 /* cube */, A9B67B6A1C3AAE9800373FFD /* iOS */, A9B67B811C3AAEA200373FFD /* macOS */, A9295EAA1CECEF0900EFC483 /* Frameworks */, @@ -141,7 +141,7 @@ name = CustomTemplate; sourceTree = ""; }; - A904B52C1C9A08C80008C013 /* demos */ = { + A904B52C1C9A08C80008C013 /* cube */ = { isa = PBXGroup; children = ( A904B52E1C9A08C90008C013 /* cube-frag.spv */, @@ -151,8 +151,8 @@ A904B5331C9A08C90008C013 /* cube.vert */, A904B5351C9A08C90008C013 /* lunarg.ppm */, ); - name = demos; - path = "../Vulkan-LoaderAndValidationLayers/demos"; + name = cube; + path = "../Vulkan-Tools/cube"; sourceTree = ""; }; A9295EAA1CECEF0900EFC483 /* Frameworks */ = { @@ -335,7 +335,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e\n\n\"${PROJECT_DIR}/../../../MoltenVKShaderConverter/Tools/MoltenVKShaderConverter\" -gi -so -xs \"-\" -d \"${PROJECT_DIR}/../Vulkan-LoaderAndValidationLayers/demos\"\n"; + shellScript = "set -e\n\n\"${PROJECT_DIR}/../../../MoltenVKShaderConverter/Tools/MoltenVKShaderConverter\" -gi -so -xs \"-\" -d \"${PROJECT_DIR}/../Vulkan-Tools/cube\"\n"; }; A9BA29C6204F298800EA6575 /* Generate SPIR-V shaders */ = { isa = PBXShellScriptBuildPhase; @@ -349,7 +349,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "set -e\n\n\"${PROJECT_DIR}/../../../MoltenVKShaderConverter/Tools/MoltenVKShaderConverter\" -gi -so -xs \"-\" -d \"${PROJECT_DIR}/../Vulkan-LoaderAndValidationLayers/demos\"\n"; + shellScript = "set -e\n\n\"${PROJECT_DIR}/../../../MoltenVKShaderConverter/Tools/MoltenVKShaderConverter\" -gi -so -xs \"-\" -d \"${PROJECT_DIR}/../Vulkan-Tools/cube\"\n"; }; /* End PBXShellScriptBuildPhase section */ @@ -480,7 +480,6 @@ HEADER_SEARCH_PATHS = ( "\"$(SRCROOT)/include\"", "\"$(SRCROOT)/../../../MoltenVK/include\"", - "\"$(SRCROOT)/../Vulkan-LoaderAndValidationLayers/include\"", ); ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-ObjC"; @@ -505,7 +504,6 @@ HEADER_SEARCH_PATHS = ( "\"$(SRCROOT)/include\"", "\"$(SRCROOT)/../../../MoltenVK/include\"", - "\"$(SRCROOT)/../Vulkan-LoaderAndValidationLayers/include\"", ); OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = "com.moltenvk.${PRODUCT_NAME:identifier}"; diff --git a/Demos/LunarG-VulkanSamples/Vulkan-LoaderAndValidationLayers b/Demos/LunarG-VulkanSamples/Vulkan-LoaderAndValidationLayers deleted file mode 120000 index 97b1c37a..00000000 --- a/Demos/LunarG-VulkanSamples/Vulkan-LoaderAndValidationLayers +++ /dev/null @@ -1 +0,0 @@ -../../External/Vulkan-LoaderAndValidationLayers \ No newline at end of file diff --git a/Demos/LunarG-VulkanSamples/Vulkan-Tools b/Demos/LunarG-VulkanSamples/Vulkan-Tools new file mode 120000 index 00000000..3e2b28b1 --- /dev/null +++ b/Demos/LunarG-VulkanSamples/Vulkan-Tools @@ -0,0 +1 @@ +../../External/Vulkan-Tools \ No newline at end of file diff --git a/ExternalRevisions/README.md b/ExternalRevisions/README.md index f91a43af..386d434c 100644 --- a/ExternalRevisions/README.md +++ b/ExternalRevisions/README.md @@ -17,10 +17,10 @@ Table of Contents - [Fetching External Libraries](#fetching) - [Updating External Library Versions](#updating) -- [Adding the *SPIRV-Cross* Library to the *MoltenVKShaderConverter Xcode* Project](#add_spirv-cross) -- [Adding the *SPIRV-Tools* Library to the *MoltenVKShaderConverter Xcode* Project](#add_spirv-tools) -- [Adding the *glslang* Library to the *MoltenVKShaderConverter Xcode* Project](#add_glslang) - [Adding the *cereal* Library to the *MoltenVK Xcode* Project](#add_cereal) +- [Adding the *SPIRV-Cross* Library to the *MoltenVKShaderConverter Xcode* Project](#add_spirv-cross) +- [Adding the *glslang* Library to the *MoltenVKShaderConverter Xcode* Project](#add_glslang) +- [Adding the *SPIRV-Tools* Library to the *MoltenVKShaderConverter Xcode* Project](#add_spirv-tools) @@ -31,11 +31,12 @@ Fetching External Libraries **MoltenVK** uses technology from the following external open-source libraries: - [*cereal*](https://github.com/USCiLab/cereal) +- [*Vulkan-Headers*](https://github.com/KhronosGroup/Vulkan-Headers) - [*SPIRV-Cross*](https://github.com/KhronosGroup/SPIRV-Cross) -- [*Vulkan-LoaderAndValidationLayers*](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers) - [*glslang*](https://github.com/KhronosGroup/glslang) - [*SPIRV-Tools*](https://github.com/KhronosGroup/SPIRV-Tools) - [*SPIRV-Headers*](https://github.com/KhronosGroup/SPIRV-Headers) +- [*Vulkan-Tools*](https://github.com/KhronosGroup/Vulkan-Tools) - [*VulkanSamples*](https://github.com/LunarG/VulkanSamples) These external open-source libraries are maintained in the `External` directory. @@ -56,34 +57,37 @@ determined as follows: - **_cereal_**: a GitHub repository commit identifier found in the `ExternalRevisions/cereal_repo_revision` file. + +- **_Vulkan-Headers_**: a GitHub repository commit identifier found in the + `ExternalRevisions/Vulkan-Headers_repo_revision` file. - **_SPIRV-Cross_**: a GitHub repository commit identifier found in the `ExternalRevisions/SPIRV-Cross_repo_revision` file. -- **_VulkanSamples_**: a GitHub repository commit identifier found in the - `ExternalRevisions/VulkanSamples_repo_revision` file. - -- **_Vulkan-LoaderAndValidationLayers_**: a GitHub repository commit identifier found - in the `ExternalRevisions/Vulkan-LoaderAndValidationLayers_repo_revision` file. - -- **_glslang_**: automatically retrieved by the *Vulkan-LoaderAndValidationLayers* repository. +- **_glslang_**: a GitHub repository commit identifier found + in the `ExternalRevisions/glslang_repo_revision` file. - **_SPIRV-Tools_**: automatically retrieved by the *glslang* repository. - **_SPIRV-Headers_**: automatically retrieved by the *glslang* repository. -You can update which versions of the *SPIRV-Cross*, *VulkanSamples*, -*Vulkan-LoaderAndValidationLayers*, or *cereal* libraries are retrieved, -by changing the value held in the corresponding `*_repo_revision` file listed above. +- **_Vulkan-Tools_**: a GitHub repository commit identifier found in the + `ExternalRevisions/Vulkan-Tools_repo_revision` file. + +- **_VulkanSamples_**: a GitHub repository commit identifier found in the + `ExternalRevisions/VulkanSamples_repo_revision` file. + +You can update which versions of the *cereal*, *Vulkan-Headers*, *SPIRV-Cross*, +*glslang*, *Vulkan-Tools*, or *VulkanSamples* libraries are retrieved by changing +the value held in the corresponding `*_repo_revision` file listed above. -The version of the *glslang*, *SPIRV-Tools*, and *SPIRV-Headers* libraries is -automatically determined by the version of the *Vulkan-LoaderAndValidationLayers* -library you have retrieved. +The version of the *SPIRV-Tools* and *SPIRV-Headers* libraries is automatically +determined by the version of the *glslang* library you have retrieved. -Once you have made changes, you can retrieve the updated library versions by running -the `fetchDependencies` script again. +Once you have made changes to the `*_repo_revision` files, you can retrieve the +updated library versions by running the `fetchDependencies` script again. ->***Note:*** If, after updating to new verions of the external libraries, you encounter +>***Note:*** After updating to new verions of the external libraries, if you encounter >build errors when building **MoltenVK**, review the instructions in the sections below >to ensure all necessary external library files are included in the **MoltenVK** builds. @@ -170,46 +174,6 @@ If you make changes to the `SPIRV-Cross` repository, you can regression test you - -Adding the *SPIRV-Tools* Library to the *MoltenVKShaderConverter Xcode* Project -------------------------------------------------------------------------------- - -The `MoltenVKShaderConverter` *Xcode* project is already configured to use the *SPIRV-Tools* -library. However, after updating the version of *SPIRV-Tools*, as described [above](#updating), -if you encounter any building errors, you may need to re-add the *SPIRV-Tools* library to the -`MoltenVKShaderConverter` *Xcode* project as follows: - -1. In the *Project Navigator*, remove the *Group* named `source` from under the *Group* named - `MoltenVKSPIRVToMSLConverter/SPIRV-Tools`. - -2. Drag the `SPIRV-Tools/source` file folder to the `SPIRV-Tools` group in the *Project Navigator* panel. - In the _**Choose options for adding these files**_ dialog that opens, select the - _**Create groups**_ option, add the files to *both* the `MoltenVKSPIRVToMSLConverter-iOS` - and `MoltenVKSPIRVToMSLConverter-macOS` targets, and click the ***Finish*** button. - -3. In the *Project Navigator* panel, select the `MoltenVKShaderConverter` *Xcode* project, then select the - `MoltenVKSPIRVToMSLConverter-macOS` target, and open the *Build Settings* tab. Locate the build setting - entry **Header Search Paths** (`HEADER_SEARCH_PATHS`) and add the following paths: - - "$(SRCROOT)/glslang/External/spirv-tools/include" - "$(SRCROOT)/glslang/External/spirv-tools/source" - "$(SRCROOT)/glslang/External/spirv-tools/external/spirv-headers/include" - "$(SRCROOT)/glslang/build/External/spirv-tools" - -4. Repeat *Step 3* for the `MoltenVKSPIRVToMSLConverter-iOS` target within the `MoltenVKShaderConverter` *Xcode* project - -5. ***(Optional)*** To simplify the paths used within *Xcode* to reference the added files, - perform the following steps: - - 1. **Create a backup of your project!** This is an intrusive and dangerous operation! - 2. In the *Finder*, right-click your `MoltenVKShaderConverter.xcodeproj` file and select - **_Show Package Contents_**. - 3. Open the `project.pbxproj` file in a text editor. - 4. Remove all occurrences of `path-to-SPIRV-Tools-repo-folder` from the paths to the - `source` directory added above. - - - Adding the *glslang* Library to the *MoltenVKShaderConverter Xcode* Project --------------------------------------------------------------------------- @@ -247,3 +211,43 @@ if you encounter any building errors, you may need to re-add the *glslang* libra 3. Open the `project.pbxproj` file in a text editor. 4. Remove all occurrences of `path-to-glslang-repo-folder` from the paths to the `glslang`, `OGLCompilersDLL`, and `SPIRV` directories added above. + + + + +Adding the *SPIRV-Tools* Library to the *MoltenVKShaderConverter Xcode* Project +------------------------------------------------------------------------------- + +The `MoltenVKShaderConverter` *Xcode* project is already configured to use the *SPIRV-Tools* +library. However, after updating the version of *SPIRV-Tools*, as described [above](#updating), +if you encounter any building errors, you may need to re-add the *SPIRV-Tools* library to the +`MoltenVKShaderConverter` *Xcode* project as follows: + +1. In the *Project Navigator*, remove the *Group* named `source` from under the *Group* named + `MoltenVKSPIRVToMSLConverter/SPIRV-Tools`. + +2. Drag the `SPIRV-Tools/source` file folder to the `SPIRV-Tools` group in the *Project Navigator* panel. + In the _**Choose options for adding these files**_ dialog that opens, select the + _**Create groups**_ option, add the files to *both* the `MoltenVKSPIRVToMSLConverter-iOS` + and `MoltenVKSPIRVToMSLConverter-macOS` targets, and click the ***Finish*** button. + +3. In the *Project Navigator* panel, select the `MoltenVKShaderConverter` *Xcode* project, then select the + `MoltenVKSPIRVToMSLConverter-macOS` target, and open the *Build Settings* tab. Locate the build setting + entry **Header Search Paths** (`HEADER_SEARCH_PATHS`) and add the following paths: + + "$(SRCROOT)/glslang/External/spirv-tools/include" + "$(SRCROOT)/glslang/External/spirv-tools/source" + "$(SRCROOT)/glslang/External/spirv-tools/external/spirv-headers/include" + "$(SRCROOT)/glslang/build/External/spirv-tools" + +4. Repeat *Step 3* for the `MoltenVKSPIRVToMSLConverter-iOS` target within the `MoltenVKShaderConverter` *Xcode* project + +5. ***(Optional)*** To simplify the paths used within *Xcode* to reference the added files, + perform the following steps: + + 1. **Create a backup of your project!** This is an intrusive and dangerous operation! + 2. In the *Finder*, right-click your `MoltenVKShaderConverter.xcodeproj` file and select + **_Show Package Contents_**. + 3. Open the `project.pbxproj` file in a text editor. + 4. Remove all occurrences of `path-to-SPIRV-Tools-repo-folder` from the paths to the + `source` directory added above. diff --git a/ExternalRevisions/SPIRV-Cross_repo_revision b/ExternalRevisions/SPIRV-Cross_repo_revision index 72c98fa8..2ab92796 100644 --- a/ExternalRevisions/SPIRV-Cross_repo_revision +++ b/ExternalRevisions/SPIRV-Cross_repo_revision @@ -1 +1 @@ -f929c361c55b931f9eaa5c5396ee33585cf23796 +6ef1c49ec0a9efdd8aebe42c68ba79b113f10bba diff --git a/ExternalRevisions/Vulkan-Headers_repo_revision b/ExternalRevisions/Vulkan-Headers_repo_revision new file mode 100644 index 00000000..938920a6 --- /dev/null +++ b/ExternalRevisions/Vulkan-Headers_repo_revision @@ -0,0 +1 @@ +a901a3edf256c1a1441433e77feac919fb8e5ed6 diff --git a/ExternalRevisions/Vulkan-LoaderAndValidationLayers_repo_revision b/ExternalRevisions/Vulkan-LoaderAndValidationLayers_repo_revision deleted file mode 100644 index b24a3e01..00000000 --- a/ExternalRevisions/Vulkan-LoaderAndValidationLayers_repo_revision +++ /dev/null @@ -1 +0,0 @@ -3b13ef6a345fad42c573c93f9f2bfa6b35a90112 diff --git a/ExternalRevisions/Vulkan-Tools_repo_revision b/ExternalRevisions/Vulkan-Tools_repo_revision new file mode 100644 index 00000000..389af8ea --- /dev/null +++ b/ExternalRevisions/Vulkan-Tools_repo_revision @@ -0,0 +1 @@ +5e1623ca6860f3e393b1dabbdd19ba216871fa61 diff --git a/ExternalRevisions/VulkanSamples_repo_revision b/ExternalRevisions/VulkanSamples_repo_revision index 0facaac9..4c7e3d5e 100644 --- a/ExternalRevisions/VulkanSamples_repo_revision +++ b/ExternalRevisions/VulkanSamples_repo_revision @@ -1 +1 @@ -4d56b6cb5ce0682bd3ade4bb20791c7bc16c3ce8 +eb0504823050186f63d4a820d76bc098b10cc4c5 diff --git a/ExternalRevisions/glslang_repo_revision b/ExternalRevisions/glslang_repo_revision new file mode 100644 index 00000000..3aadc965 --- /dev/null +++ b/ExternalRevisions/glslang_repo_revision @@ -0,0 +1 @@ +92d05c0c83ef286c439781b35ef3d3cd27085802 diff --git a/MoltenVK/include/vulkan b/MoltenVK/include/vulkan index 530cb690..42743b8d 120000 --- a/MoltenVK/include/vulkan +++ b/MoltenVK/include/vulkan @@ -1 +1 @@ -../../External/Vulkan-LoaderAndValidationLayers/include/vulkan/ \ No newline at end of file +../../External/Vulkan-Headers/include/vulkan \ No newline at end of file diff --git a/MoltenVKPackaging.xcodeproj/project.pbxproj b/MoltenVKPackaging.xcodeproj/project.pbxproj index fe950eb4..4b3a2a27 100644 --- a/MoltenVKPackaging.xcodeproj/project.pbxproj +++ b/MoltenVKPackaging.xcodeproj/project.pbxproj @@ -140,9 +140,11 @@ A943100220546CDD00F5CF87 /* fetchDependencies */ = {isa = PBXFileReference; lastKnownFileType = text; name = fetchDependencies; path = ../fetchDependencies; sourceTree = ""; }; A98149E51FB78829005F00B4 /* MoltenVK_Runtime_UserGuide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = MoltenVK_Runtime_UserGuide.md; path = Docs/MoltenVK_Runtime_UserGuide.md; sourceTree = ""; }; A9AD67D12054E2D700ED3C08 /* VulkanSamples_repo_revision */ = {isa = PBXFileReference; lastKnownFileType = text; path = VulkanSamples_repo_revision; sourceTree = ""; }; - A9AD67D22054E2D700ED3C08 /* Vulkan-LoaderAndValidationLayers_repo_revision */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Vulkan-LoaderAndValidationLayers_repo_revision"; sourceTree = ""; }; A9AD67D32054E2D700ED3C08 /* SPIRV-Cross_repo_revision */ = {isa = PBXFileReference; lastKnownFileType = text; path = "SPIRV-Cross_repo_revision"; sourceTree = ""; }; A9AD67E92055D8A600ED3C08 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + A9D3560A20BB3A2900BE295C /* glslang_repo_revision */ = {isa = PBXFileReference; lastKnownFileType = text; path = glslang_repo_revision; sourceTree = ""; }; + A9D3560B20BB3A5600BE295C /* Vulkan-Headers_repo_revision */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Vulkan-Headers_repo_revision"; sourceTree = ""; }; + A9D3560C20BB3A7200BE295C /* Vulkan-Tools_repo_revision */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Vulkan-Tools_repo_revision"; sourceTree = ""; }; A9EE46412065766C00193200 /* cereal_repo_revision */ = {isa = PBXFileReference; lastKnownFileType = text; path = cereal_repo_revision; sourceTree = ""; }; /* End PBXFileReference section */ @@ -183,8 +185,10 @@ A9AD67E92055D8A600ED3C08 /* README.md */, A943100220546CDD00F5CF87 /* fetchDependencies */, A9EE46412065766C00193200 /* cereal_repo_revision */, + A9D3560A20BB3A2900BE295C /* glslang_repo_revision */, A9AD67D32054E2D700ED3C08 /* SPIRV-Cross_repo_revision */, - A9AD67D22054E2D700ED3C08 /* Vulkan-LoaderAndValidationLayers_repo_revision */, + A9D3560B20BB3A5600BE295C /* Vulkan-Headers_repo_revision */, + A9D3560C20BB3A7200BE295C /* Vulkan-Tools_repo_revision */, A9AD67D12054E2D700ED3C08 /* VulkanSamples_repo_revision */, ); name = External; diff --git a/MoltenVKShaderConverter/MoltenVKShaderConverter.xcodeproj/project.pbxproj b/MoltenVKShaderConverter/MoltenVKShaderConverter.xcodeproj/project.pbxproj index 2cd19ef3..187acc82 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter.xcodeproj/project.pbxproj +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter.xcodeproj/project.pbxproj @@ -19,6 +19,564 @@ A90941A41C581F840094110D /* GLSLConversion.mm in Sources */ = {isa = PBXBuildFile; fileRef = A90941A11C581F840094110D /* GLSLConversion.mm */; }; A90941A51C581F840094110D /* GLSLConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A90941A21C581F840094110D /* GLSLConversion.h */; settings = {ATTRIBUTES = (Public, ); }; }; A90941A61C581F840094110D /* GLSLConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A90941A21C581F840094110D /* GLSLConversion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A910BA7920BB5FDE008A7EC2 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95420BB5FDD008A7EC2 /* spirv_target_env.cpp */; }; + A910BA7A20BB5FDE008A7EC2 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95420BB5FDD008A7EC2 /* spirv_target_env.cpp */; }; + A910BA7B20BB5FDE008A7EC2 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95520BB5FDD008A7EC2 /* validate_cfg.cpp */; }; + A910BA7C20BB5FDE008A7EC2 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95520BB5FDD008A7EC2 /* validate_cfg.cpp */; }; + A910BA7D20BB5FDE008A7EC2 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95720BB5FDD008A7EC2 /* validate_capability.cpp */; }; + A910BA7E20BB5FDE008A7EC2 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95720BB5FDD008A7EC2 /* validate_capability.cpp */; }; + A910BA7F20BB5FDE008A7EC2 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B95820BB5FDD008A7EC2 /* assembly_grammar.h */; }; + A910BA8020BB5FDE008A7EC2 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B95820BB5FDD008A7EC2 /* assembly_grammar.h */; }; + A910BA8120BB5FDE008A7EC2 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B95920BB5FDD008A7EC2 /* enum_set.h */; }; + A910BA8220BB5FDE008A7EC2 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B95920BB5FDD008A7EC2 /* enum_set.h */; }; + A910BA8320BB5FDE008A7EC2 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95A20BB5FDD008A7EC2 /* validate_barriers.cpp */; }; + A910BA8420BB5FDE008A7EC2 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95A20BB5FDD008A7EC2 /* validate_barriers.cpp */; }; + A910BA8520BB5FDE008A7EC2 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95D20BB5FDD008A7EC2 /* text.cpp */; }; + A910BA8620BB5FDE008A7EC2 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95D20BB5FDD008A7EC2 /* text.cpp */; }; + A910BA8720BB5FDE008A7EC2 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95E20BB5FDD008A7EC2 /* assembly_grammar.cpp */; }; + A910BA8820BB5FDE008A7EC2 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B95E20BB5FDD008A7EC2 /* assembly_grammar.cpp */; }; + A910BA8920BB5FDE008A7EC2 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B95F20BB5FDD008A7EC2 /* text.h */; }; + A910BA8A20BB5FDE008A7EC2 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B95F20BB5FDD008A7EC2 /* text.h */; }; + A910BA8B20BB5FDE008A7EC2 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96020BB5FDD008A7EC2 /* extensions.cpp */; }; + A910BA8C20BB5FDE008A7EC2 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96020BB5FDD008A7EC2 /* extensions.cpp */; }; + A910BA8D20BB5FDE008A7EC2 /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96120BB5FDD008A7EC2 /* validate_non_uniform.cpp */; }; + A910BA8E20BB5FDE008A7EC2 /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96120BB5FDD008A7EC2 /* validate_non_uniform.cpp */; }; + A910BA8F20BB5FDE008A7EC2 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96320BB5FDD008A7EC2 /* parse_number.h */; }; + A910BA9020BB5FDE008A7EC2 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96320BB5FDD008A7EC2 /* parse_number.h */; }; + A910BA9120BB5FDE008A7EC2 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96420BB5FDD008A7EC2 /* ilist_node.h */; }; + A910BA9220BB5FDE008A7EC2 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96420BB5FDD008A7EC2 /* ilist_node.h */; }; + A910BA9320BB5FDE008A7EC2 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96520BB5FDD008A7EC2 /* string_utils.h */; }; + A910BA9420BB5FDE008A7EC2 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96520BB5FDD008A7EC2 /* string_utils.h */; }; + A910BA9520BB5FDE008A7EC2 /* huffman_codec.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96620BB5FDD008A7EC2 /* huffman_codec.h */; }; + A910BA9620BB5FDE008A7EC2 /* huffman_codec.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96620BB5FDD008A7EC2 /* huffman_codec.h */; }; + A910BA9720BB5FDE008A7EC2 /* bit_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96720BB5FDD008A7EC2 /* bit_stream.h */; }; + A910BA9820BB5FDE008A7EC2 /* bit_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96720BB5FDD008A7EC2 /* bit_stream.h */; }; + A910BA9920BB5FDE008A7EC2 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96820BB5FDD008A7EC2 /* timer.cpp */; }; + A910BA9A20BB5FDE008A7EC2 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96820BB5FDD008A7EC2 /* timer.cpp */; }; + A910BA9B20BB5FDE008A7EC2 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96920BB5FDD008A7EC2 /* timer.h */; }; + A910BA9C20BB5FDE008A7EC2 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96920BB5FDD008A7EC2 /* timer.h */; }; + A910BA9D20BB5FDE008A7EC2 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96A20BB5FDD008A7EC2 /* string_utils.cpp */; }; + A910BA9E20BB5FDE008A7EC2 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96A20BB5FDD008A7EC2 /* string_utils.cpp */; }; + A910BA9F20BB5FDE008A7EC2 /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96B20BB5FDD008A7EC2 /* bit_vector.h */; }; + A910BAA020BB5FDE008A7EC2 /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96B20BB5FDD008A7EC2 /* bit_vector.h */; }; + A910BAA120BB5FDE008A7EC2 /* move_to_front.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96C20BB5FDD008A7EC2 /* move_to_front.h */; }; + A910BAA220BB5FDE008A7EC2 /* move_to_front.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96C20BB5FDD008A7EC2 /* move_to_front.h */; }; + A910BAA320BB5FDE008A7EC2 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96D20BB5FDD008A7EC2 /* bitutils.h */; }; + A910BAA420BB5FDE008A7EC2 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96D20BB5FDD008A7EC2 /* bitutils.h */; }; + A910BAA520BB5FDE008A7EC2 /* bit_stream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96E20BB5FDD008A7EC2 /* bit_stream.cpp */; }; + A910BAA620BB5FDE008A7EC2 /* bit_stream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B96E20BB5FDD008A7EC2 /* bit_stream.cpp */; }; + A910BAA720BB5FDE008A7EC2 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96F20BB5FDD008A7EC2 /* hex_float.h */; }; + A910BAA820BB5FDE008A7EC2 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B96F20BB5FDD008A7EC2 /* hex_float.h */; }; + A910BAA920BB5FDE008A7EC2 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97020BB5FDD008A7EC2 /* parse_number.cpp */; }; + A910BAAA20BB5FDE008A7EC2 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97020BB5FDD008A7EC2 /* parse_number.cpp */; }; + A910BAAB20BB5FDE008A7EC2 /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97120BB5FDD008A7EC2 /* bit_vector.cpp */; }; + A910BAAC20BB5FDE008A7EC2 /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97120BB5FDD008A7EC2 /* bit_vector.cpp */; }; + A910BAAD20BB5FDE008A7EC2 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97220BB5FDD008A7EC2 /* ilist.h */; }; + A910BAAE20BB5FDE008A7EC2 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97220BB5FDD008A7EC2 /* ilist.h */; }; + A910BAAF20BB5FDE008A7EC2 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97320BB5FDD008A7EC2 /* spirv_target_env.h */; }; + A910BAB020BB5FDE008A7EC2 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97320BB5FDD008A7EC2 /* spirv_target_env.h */; }; + A910BAB120BB5FDE008A7EC2 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97420BB5FDD008A7EC2 /* message.cpp */; }; + A910BAB220BB5FDE008A7EC2 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97420BB5FDD008A7EC2 /* message.cpp */; }; + A910BAB320BB5FDE008A7EC2 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97520BB5FDD008A7EC2 /* table.cpp */; }; + A910BAB420BB5FDE008A7EC2 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97520BB5FDD008A7EC2 /* table.cpp */; }; + A910BAB520BB5FDE008A7EC2 /* id_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97620BB5FDD008A7EC2 /* id_descriptor.cpp */; }; + A910BAB620BB5FDE008A7EC2 /* id_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97620BB5FDD008A7EC2 /* id_descriptor.cpp */; }; + A910BAB720BB5FDE008A7EC2 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97720BB5FDD008A7EC2 /* validate_atomics.cpp */; }; + A910BAB820BB5FDE008A7EC2 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97720BB5FDD008A7EC2 /* validate_atomics.cpp */; }; + A910BAB920BB5FDE008A7EC2 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97820BB5FDD008A7EC2 /* validate_instruction.cpp */; }; + A910BABA20BB5FDE008A7EC2 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97820BB5FDD008A7EC2 /* validate_instruction.cpp */; }; + A910BABB20BB5FDE008A7EC2 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97920BB5FDD008A7EC2 /* validate_decorations.cpp */; }; + A910BABC20BB5FDE008A7EC2 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97920BB5FDD008A7EC2 /* validate_decorations.cpp */; }; + A910BABD20BB5FDE008A7EC2 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97A20BB5FDD008A7EC2 /* latest_version_opencl_std_header.h */; }; + A910BABE20BB5FDE008A7EC2 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97A20BB5FDD008A7EC2 /* latest_version_opencl_std_header.h */; }; + A910BABF20BB5FDE008A7EC2 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97B20BB5FDD008A7EC2 /* cfa.h */; }; + A910BAC020BB5FDE008A7EC2 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97B20BB5FDD008A7EC2 /* cfa.h */; }; + A910BAC120BB5FDE008A7EC2 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97C20BB5FDD008A7EC2 /* validate_builtins.cpp */; }; + A910BAC220BB5FDE008A7EC2 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97C20BB5FDD008A7EC2 /* validate_builtins.cpp */; }; + A910BAC320BB5FDE008A7EC2 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97D20BB5FDD008A7EC2 /* enum_string_mapping.h */; }; + A910BAC420BB5FDE008A7EC2 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B97D20BB5FDD008A7EC2 /* enum_string_mapping.h */; }; + A910BAC520BB5FDE008A7EC2 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97E20BB5FDD008A7EC2 /* spirv_validator_options.cpp */; }; + A910BAC620BB5FDE008A7EC2 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97E20BB5FDD008A7EC2 /* spirv_validator_options.cpp */; }; + A910BAC720BB5FDE008A7EC2 /* spirv_stats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97F20BB5FDD008A7EC2 /* spirv_stats.cpp */; }; + A910BAC820BB5FDE008A7EC2 /* spirv_stats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B97F20BB5FDD008A7EC2 /* spirv_stats.cpp */; }; + A910BAC920BB5FDE008A7EC2 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98120BB5FDD008A7EC2 /* print.cpp */; }; + A910BACA20BB5FDE008A7EC2 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98120BB5FDD008A7EC2 /* print.cpp */; }; + A910BACB20BB5FDE008A7EC2 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98220BB5FDD008A7EC2 /* spirv_definition.h */; }; + A910BACC20BB5FDE008A7EC2 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98220BB5FDD008A7EC2 /* spirv_definition.h */; }; + A910BACD20BB5FDE008A7EC2 /* message.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98320BB5FDD008A7EC2 /* message.h */; }; + A910BACE20BB5FDE008A7EC2 /* message.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98320BB5FDD008A7EC2 /* message.h */; }; + A910BACF20BB5FDE008A7EC2 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98420BB5FDD008A7EC2 /* operand.h */; }; + A910BAD020BB5FDE008A7EC2 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98420BB5FDD008A7EC2 /* operand.h */; }; + A910BAD120BB5FDE008A7EC2 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98520BB5FDD008A7EC2 /* spirv_endian.cpp */; }; + A910BAD220BB5FDE008A7EC2 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98520BB5FDD008A7EC2 /* spirv_endian.cpp */; }; + A910BAD320BB5FDE008A7EC2 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98620BB5FDD008A7EC2 /* macro.h */; }; + A910BAD420BB5FDE008A7EC2 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98620BB5FDD008A7EC2 /* macro.h */; }; + A910BAD520BB5FDE008A7EC2 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98720BB5FDD008A7EC2 /* validate.cpp */; }; + A910BAD620BB5FDE008A7EC2 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98720BB5FDD008A7EC2 /* validate.cpp */; }; + A910BAD720BB5FDE008A7EC2 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98820BB5FDD008A7EC2 /* spirv_constant.h */; }; + A910BAD820BB5FDE008A7EC2 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98820BB5FDD008A7EC2 /* spirv_constant.h */; }; + A910BAD920BB5FDE008A7EC2 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98A20BB5FDD008A7EC2 /* binary.cpp */; }; + A910BADA20BB5FDE008A7EC2 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98A20BB5FDD008A7EC2 /* binary.cpp */; }; + A910BADB20BB5FDE008A7EC2 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98B20BB5FDD008A7EC2 /* validate_bitwise.cpp */; }; + A910BADC20BB5FDE008A7EC2 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98B20BB5FDD008A7EC2 /* validate_bitwise.cpp */; }; + A910BADD20BB5FDE008A7EC2 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98C20BB5FDD008A7EC2 /* spirv_validator_options.h */; }; + A910BADE20BB5FDE008A7EC2 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B98C20BB5FDD008A7EC2 /* spirv_validator_options.h */; }; + A910BADF20BB5FDE008A7EC2 /* markv_codec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98E20BB5FDD008A7EC2 /* markv_codec.cpp */; }; + A910BAE020BB5FDE008A7EC2 /* markv_codec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B98E20BB5FDD008A7EC2 /* markv_codec.cpp */; }; + A910BAE120BB5FDE008A7EC2 /* markv.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99020BB5FDD008A7EC2 /* markv.h */; }; + A910BAE220BB5FDE008A7EC2 /* markv.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99020BB5FDD008A7EC2 /* markv.h */; }; + A910BAE320BB5FDE008A7EC2 /* markv_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99120BB5FDD008A7EC2 /* markv_model.h */; }; + A910BAE420BB5FDE008A7EC2 /* markv_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99120BB5FDD008A7EC2 /* markv_model.h */; }; + A910BAE520BB5FDE008A7EC2 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99220BB5FDD008A7EC2 /* enum_string_mapping.cpp */; }; + A910BAE620BB5FDE008A7EC2 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99220BB5FDD008A7EC2 /* enum_string_mapping.cpp */; }; + A910BAE720BB5FDE008A7EC2 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99320BB5FDD008A7EC2 /* validate.h */; }; + A910BAE820BB5FDE008A7EC2 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99320BB5FDD008A7EC2 /* validate.h */; }; + A910BAE920BB5FDE008A7EC2 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99420BB5FDD008A7EC2 /* text_handler.h */; }; + A910BAEA20BB5FDE008A7EC2 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99420BB5FDD008A7EC2 /* text_handler.h */; }; + A910BAEB20BB5FDE008A7EC2 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99520BB5FDD008A7EC2 /* parsed_operand.h */; }; + A910BAEC20BB5FDE008A7EC2 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99520BB5FDD008A7EC2 /* parsed_operand.h */; }; + A910BAED20BB5FDE008A7EC2 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99620BB5FDD008A7EC2 /* name_mapper.h */; }; + A910BAEE20BB5FDE008A7EC2 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99620BB5FDD008A7EC2 /* name_mapper.h */; }; + A910BAEF20BB5FDE008A7EC2 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99720BB5FDD008A7EC2 /* parsed_operand.cpp */; }; + A910BAF020BB5FDE008A7EC2 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99720BB5FDD008A7EC2 /* parsed_operand.cpp */; }; + A910BAF120BB5FDE008A7EC2 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99820BB5FDD008A7EC2 /* validate_adjacency.cpp */; }; + A910BAF220BB5FDE008A7EC2 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99820BB5FDD008A7EC2 /* validate_adjacency.cpp */; }; + A910BAF320BB5FDE008A7EC2 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99920BB5FDD008A7EC2 /* diagnostic.h */; }; + A910BAF420BB5FDE008A7EC2 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99920BB5FDD008A7EC2 /* diagnostic.h */; }; + A910BAF520BB5FDE008A7EC2 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99A20BB5FDD008A7EC2 /* spirv_endian.h */; }; + A910BAF620BB5FDE008A7EC2 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B99A20BB5FDD008A7EC2 /* spirv_endian.h */; }; + A910BAF720BB5FDE008A7EC2 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99B20BB5FDD008A7EC2 /* name_mapper.cpp */; }; + A910BAF820BB5FDE008A7EC2 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99B20BB5FDD008A7EC2 /* name_mapper.cpp */; }; + A910BAF920BB5FDE008A7EC2 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99C20BB5FDD008A7EC2 /* validate_conversion.cpp */; }; + A910BAFA20BB5FDE008A7EC2 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99C20BB5FDD008A7EC2 /* validate_conversion.cpp */; }; + A910BAFB20BB5FDE008A7EC2 /* validate_datarules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99E20BB5FDD008A7EC2 /* validate_datarules.cpp */; }; + A910BAFC20BB5FDE008A7EC2 /* validate_datarules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B99E20BB5FDD008A7EC2 /* validate_datarules.cpp */; }; + A910BAFD20BB5FDE008A7EC2 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A120BB5FDD008A7EC2 /* linker.cpp */; }; + A910BAFE20BB5FDE008A7EC2 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A120BB5FDD008A7EC2 /* linker.cpp */; }; + A910BAFF20BB5FDE008A7EC2 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A220BB5FDD008A7EC2 /* validate_id.cpp */; }; + A910BB0020BB5FDE008A7EC2 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A220BB5FDD008A7EC2 /* validate_id.cpp */; }; + A910BB0120BB5FDE008A7EC2 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A320BB5FDD008A7EC2 /* software_version.cpp */; }; + A910BB0220BB5FDE008A7EC2 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A320BB5FDD008A7EC2 /* software_version.cpp */; }; + A910BB0320BB5FDE008A7EC2 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A420BB5FDD008A7EC2 /* validate_arithmetics.cpp */; }; + A910BB0420BB5FDE008A7EC2 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A420BB5FDD008A7EC2 /* validate_arithmetics.cpp */; }; + A910BB0520BB5FDE008A7EC2 /* spirv_stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9A520BB5FDD008A7EC2 /* spirv_stats.h */; }; + A910BB0620BB5FDE008A7EC2 /* spirv_stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9A520BB5FDD008A7EC2 /* spirv_stats.h */; }; + A910BB0720BB5FDE008A7EC2 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A620BB5FDD008A7EC2 /* opcode.cpp */; }; + A910BB0820BB5FDE008A7EC2 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A620BB5FDD008A7EC2 /* opcode.cpp */; }; + A910BB0920BB5FDE008A7EC2 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A720BB5FDD008A7EC2 /* validate_logicals.cpp */; }; + A910BB0A20BB5FDE008A7EC2 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A720BB5FDD008A7EC2 /* validate_logicals.cpp */; }; + A910BB0B20BB5FDE008A7EC2 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A820BB5FDD008A7EC2 /* validate_derivatives.cpp */; }; + A910BB0C20BB5FDE008A7EC2 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9A820BB5FDD008A7EC2 /* validate_derivatives.cpp */; }; + A910BB0D20BB5FDE008A7EC2 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9A920BB5FDD008A7EC2 /* print.h */; }; + A910BB0E20BB5FDE008A7EC2 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9A920BB5FDD008A7EC2 /* print.h */; }; + A910BB0F20BB5FDE008A7EC2 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9AA20BB5FDD008A7EC2 /* ext_inst.cpp */; }; + A910BB1020BB5FDE008A7EC2 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9AA20BB5FDD008A7EC2 /* ext_inst.cpp */; }; + A910BB1120BB5FDE008A7EC2 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9AB20BB5FDD008A7EC2 /* disassemble.h */; }; + A910BB1220BB5FDE008A7EC2 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9AB20BB5FDD008A7EC2 /* disassemble.h */; }; + A910BB1320BB5FDE008A7EC2 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9AD20BB5FDD008A7EC2 /* optimizer.cpp */; }; + A910BB1420BB5FDE008A7EC2 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9AD20BB5FDD008A7EC2 /* optimizer.cpp */; }; + A910BB1520BB5FDE008A7EC2 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9AE20BB5FDD008A7EC2 /* if_conversion.h */; }; + A910BB1620BB5FDE008A7EC2 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9AE20BB5FDD008A7EC2 /* if_conversion.h */; }; + A910BB1720BB5FDE008A7EC2 /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9AF20BB5FDD008A7EC2 /* register_pressure.cpp */; }; + A910BB1820BB5FDE008A7EC2 /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9AF20BB5FDD008A7EC2 /* register_pressure.cpp */; }; + A910BB1920BB5FDE008A7EC2 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9B020BB5FDD008A7EC2 /* loop_utils.cpp */; }; + A910BB1A20BB5FDE008A7EC2 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9B020BB5FDD008A7EC2 /* loop_utils.cpp */; }; + A910BB1B20BB5FDE008A7EC2 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B120BB5FDD008A7EC2 /* merge_return_pass.h */; }; + A910BB1C20BB5FDE008A7EC2 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B120BB5FDD008A7EC2 /* merge_return_pass.h */; }; + A910BB1D20BB5FDE008A7EC2 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B220BB5FDD008A7EC2 /* inline_opaque_pass.h */; }; + A910BB1E20BB5FDE008A7EC2 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B220BB5FDD008A7EC2 /* inline_opaque_pass.h */; }; + A910BB1F20BB5FDE008A7EC2 /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B320BB5FDD008A7EC2 /* loop_fusion.h */; }; + A910BB2020BB5FDE008A7EC2 /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B320BB5FDD008A7EC2 /* loop_fusion.h */; }; + A910BB2120BB5FDE008A7EC2 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9B420BB5FDD008A7EC2 /* build_module.cpp */; }; + A910BB2220BB5FDE008A7EC2 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9B420BB5FDD008A7EC2 /* build_module.cpp */; }; + A910BB2320BB5FDE008A7EC2 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B520BB5FDD008A7EC2 /* composite.h */; }; + A910BB2420BB5FDE008A7EC2 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B520BB5FDD008A7EC2 /* composite.h */; }; + A910BB2520BB5FDE008A7EC2 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B620BB5FDD008A7EC2 /* compact_ids_pass.h */; }; + A910BB2620BB5FDE008A7EC2 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B620BB5FDD008A7EC2 /* compact_ids_pass.h */; }; + A910BB2720BB5FDE008A7EC2 /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B720BB5FDD008A7EC2 /* register_pressure.h */; }; + A910BB2820BB5FDE008A7EC2 /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B720BB5FDD008A7EC2 /* register_pressure.h */; }; + A910BB2920BB5FDE008A7EC2 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B820BB5FDD008A7EC2 /* tree_iterator.h */; }; + A910BB2A20BB5FDE008A7EC2 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B820BB5FDD008A7EC2 /* tree_iterator.h */; }; + A910BB2B20BB5FDE008A7EC2 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B920BB5FDD008A7EC2 /* local_single_store_elim_pass.h */; }; + A910BB2C20BB5FDE008A7EC2 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9B920BB5FDD008A7EC2 /* local_single_store_elim_pass.h */; }; + A910BB2D20BB5FDE008A7EC2 /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BA20BB5FDD008A7EC2 /* reduce_load_size.h */; }; + A910BB2E20BB5FDE008A7EC2 /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BA20BB5FDD008A7EC2 /* reduce_load_size.h */; }; + A910BB2F20BB5FDE008A7EC2 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9BB20BB5FDD008A7EC2 /* types.cpp */; }; + A910BB3020BB5FDE008A7EC2 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9BB20BB5FDD008A7EC2 /* types.cpp */; }; + A910BB3120BB5FDE008A7EC2 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BC20BB5FDD008A7EC2 /* scalar_analysis.h */; }; + A910BB3220BB5FDE008A7EC2 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BC20BB5FDD008A7EC2 /* scalar_analysis.h */; }; + A910BB3320BB5FDE008A7EC2 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BD20BB5FDD008A7EC2 /* strip_debug_info_pass.h */; }; + A910BB3420BB5FDE008A7EC2 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BD20BB5FDD008A7EC2 /* strip_debug_info_pass.h */; }; + A910BB3520BB5FDE008A7EC2 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9BE20BB5FDD008A7EC2 /* cfg.cpp */; }; + A910BB3620BB5FDE008A7EC2 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9BE20BB5FDD008A7EC2 /* cfg.cpp */; }; + A910BB3720BB5FDE008A7EC2 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BF20BB5FDD008A7EC2 /* make_unique.h */; }; + A910BB3820BB5FDE008A7EC2 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9BF20BB5FDD008A7EC2 /* make_unique.h */; }; + A910BB3920BB5FDE008A7EC2 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C020BB5FDD008A7EC2 /* decoration_manager.cpp */; }; + A910BB3A20BB5FDE008A7EC2 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C020BB5FDD008A7EC2 /* decoration_manager.cpp */; }; + A910BB3B20BB5FDE008A7EC2 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C120BB5FDD008A7EC2 /* local_single_block_elim_pass.cpp */; }; + A910BB3C20BB5FDE008A7EC2 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C120BB5FDD008A7EC2 /* local_single_block_elim_pass.cpp */; }; + A910BB3D20BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C220BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.cpp */; }; + A910BB3E20BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C220BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.cpp */; }; + A910BB3F20BB5FDE008A7EC2 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C320BB5FDD008A7EC2 /* replace_invalid_opc.h */; }; + A910BB4020BB5FDE008A7EC2 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C320BB5FDD008A7EC2 /* replace_invalid_opc.h */; }; + A910BB4120BB5FDE008A7EC2 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C420BB5FDD008A7EC2 /* local_access_chain_convert_pass.h */; }; + A910BB4220BB5FDE008A7EC2 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C420BB5FDD008A7EC2 /* local_access_chain_convert_pass.h */; }; + A910BB4320BB5FDE008A7EC2 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C520BB5FDD008A7EC2 /* local_redundancy_elimination.cpp */; }; + A910BB4420BB5FDE008A7EC2 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C520BB5FDD008A7EC2 /* local_redundancy_elimination.cpp */; }; + A910BB4520BB5FDE008A7EC2 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C720BB5FDD008A7EC2 /* propagator.h */; }; + A910BB4620BB5FDE008A7EC2 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C720BB5FDD008A7EC2 /* propagator.h */; }; + A910BB4720BB5FDE008A7EC2 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C820BB5FDD008A7EC2 /* instruction_list.h */; }; + A910BB4820BB5FDE008A7EC2 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9C820BB5FDD008A7EC2 /* instruction_list.h */; }; + A910BB4920BB5FDE008A7EC2 /* insert_extract_elim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C920BB5FDD008A7EC2 /* insert_extract_elim.cpp */; }; + A910BB4A20BB5FDE008A7EC2 /* insert_extract_elim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9C920BB5FDD008A7EC2 /* insert_extract_elim.cpp */; }; + A910BB4B20BB5FDE008A7EC2 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CA20BB5FDD008A7EC2 /* feature_manager.cpp */; }; + A910BB4C20BB5FDE008A7EC2 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CA20BB5FDD008A7EC2 /* feature_manager.cpp */; }; + A910BB4D20BB5FDE008A7EC2 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CB20BB5FDD008A7EC2 /* pass.cpp */; }; + A910BB4E20BB5FDE008A7EC2 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CB20BB5FDD008A7EC2 /* pass.cpp */; }; + A910BB4F20BB5FDE008A7EC2 /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CC20BB5FDD008A7EC2 /* loop_fission.cpp */; }; + A910BB5020BB5FDE008A7EC2 /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CC20BB5FDD008A7EC2 /* loop_fission.cpp */; }; + A910BB5120BB5FDE008A7EC2 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CD20BB5FDD008A7EC2 /* dominator_tree.cpp */; }; + A910BB5220BB5FDE008A7EC2 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CD20BB5FDD008A7EC2 /* dominator_tree.cpp */; }; + A910BB5320BB5FDE008A7EC2 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CE20BB5FDD008A7EC2 /* merge_return_pass.cpp */; }; + A910BB5420BB5FDE008A7EC2 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9CE20BB5FDD008A7EC2 /* merge_return_pass.cpp */; }; + A910BB5520BB5FDE008A7EC2 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9CF20BB5FDD008A7EC2 /* ir_context.h */; }; + A910BB5620BB5FDE008A7EC2 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9CF20BB5FDD008A7EC2 /* ir_context.h */; }; + A910BB5720BB5FDE008A7EC2 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D020BB5FDD008A7EC2 /* eliminate_dead_constant_pass.cpp */; }; + A910BB5820BB5FDE008A7EC2 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D020BB5FDD008A7EC2 /* eliminate_dead_constant_pass.cpp */; }; + A910BB5920BB5FDE008A7EC2 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D120BB5FDD008A7EC2 /* cfg_cleanup_pass.cpp */; }; + A910BB5A20BB5FDE008A7EC2 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D120BB5FDD008A7EC2 /* cfg_cleanup_pass.cpp */; }; + A910BB5B20BB5FDE008A7EC2 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D220BB5FDD008A7EC2 /* const_folding_rules.cpp */; }; + A910BB5C20BB5FDE008A7EC2 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D220BB5FDD008A7EC2 /* const_folding_rules.cpp */; }; + A910BB5D20BB5FDE008A7EC2 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D320BB5FDD008A7EC2 /* loop_unroller.h */; }; + A910BB5E20BB5FDE008A7EC2 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D320BB5FDD008A7EC2 /* loop_unroller.h */; }; + A910BB5F20BB5FDE008A7EC2 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D420BB5FDD008A7EC2 /* strip_debug_info_pass.cpp */; }; + A910BB6020BB5FDE008A7EC2 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D420BB5FDD008A7EC2 /* strip_debug_info_pass.cpp */; }; + A910BB6120BB5FDE008A7EC2 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D520BB5FDD008A7EC2 /* ssa_rewrite_pass.cpp */; }; + A910BB6220BB5FDE008A7EC2 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D520BB5FDD008A7EC2 /* ssa_rewrite_pass.cpp */; }; + A910BB6320BB5FDE008A7EC2 /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D620BB5FDD008A7EC2 /* loop_dependence.cpp */; }; + A910BB6420BB5FDE008A7EC2 /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9D620BB5FDD008A7EC2 /* loop_dependence.cpp */; }; + A910BB6520BB5FDE008A7EC2 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D720BB5FDD008A7EC2 /* unify_const_pass.h */; }; + A910BB6620BB5FDE008A7EC2 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D720BB5FDD008A7EC2 /* unify_const_pass.h */; }; + A910BB6720BB5FDE008A7EC2 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D820BB5FDD008A7EC2 /* ir_loader.h */; }; + A910BB6820BB5FDE008A7EC2 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D820BB5FDD008A7EC2 /* ir_loader.h */; }; + A910BB6920BB5FDE008A7EC2 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D920BB5FDD008A7EC2 /* types.h */; }; + A910BB6A20BB5FDE008A7EC2 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9D920BB5FDD008A7EC2 /* types.h */; }; + A910BB6B20BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9DA20BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.h */; }; + A910BB6C20BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9DA20BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.h */; }; + A910BB6D20BB5FDE008A7EC2 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9DB20BB5FDD008A7EC2 /* mem_pass.cpp */; }; + A910BB6E20BB5FDE008A7EC2 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9DB20BB5FDD008A7EC2 /* mem_pass.cpp */; }; + A910BB6F20BB5FDE008A7EC2 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9DC20BB5FDD008A7EC2 /* basic_block.h */; }; + A910BB7020BB5FDE008A7EC2 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9DC20BB5FDD008A7EC2 /* basic_block.h */; }; + A910BB7120BB5FDE008A7EC2 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9DD20BB5FDD008A7EC2 /* remove_duplicates_pass.cpp */; }; + A910BB7220BB5FDE008A7EC2 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9DD20BB5FDD008A7EC2 /* remove_duplicates_pass.cpp */; }; + A910BB7320BB5FDE008A7EC2 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9DE20BB5FDD008A7EC2 /* dead_variable_elimination.cpp */; }; + A910BB7420BB5FDE008A7EC2 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9DE20BB5FDD008A7EC2 /* dead_variable_elimination.cpp */; }; + A910BB7520BB5FDE008A7EC2 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9DF20BB5FDD008A7EC2 /* block_merge_pass.h */; }; + A910BB7620BB5FDE008A7EC2 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9DF20BB5FDD008A7EC2 /* block_merge_pass.h */; }; + A910BB7720BB5FDE008A7EC2 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E020BB5FDD008A7EC2 /* module.cpp */; }; + A910BB7820BB5FDE008A7EC2 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E020BB5FDD008A7EC2 /* module.cpp */; }; + A910BB7920BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E120BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp */; }; + A910BB7A20BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E120BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp */; }; + A910BB7B20BB5FDE008A7EC2 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E220BB5FDD008A7EC2 /* loop_unswitch_pass.cpp */; }; + A910BB7C20BB5FDE008A7EC2 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E220BB5FDD008A7EC2 /* loop_unswitch_pass.cpp */; }; + A910BB7D20BB5FDE008A7EC2 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E320BB5FDD008A7EC2 /* unify_const_pass.cpp */; }; + A910BB7E20BB5FDE008A7EC2 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E320BB5FDD008A7EC2 /* unify_const_pass.cpp */; }; + A910BB7F20BB5FDE008A7EC2 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E420BB5FDD008A7EC2 /* type_manager.cpp */; }; + A910BB8020BB5FDE008A7EC2 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E420BB5FDD008A7EC2 /* type_manager.cpp */; }; + A910BB8120BB5FDE008A7EC2 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9E520BB5FDD008A7EC2 /* private_to_local_pass.h */; }; + A910BB8220BB5FDE008A7EC2 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9E520BB5FDD008A7EC2 /* private_to_local_pass.h */; }; + A910BB8320BB5FDE008A7EC2 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E620BB5FDD008A7EC2 /* inline_pass.cpp */; }; + A910BB8420BB5FDE008A7EC2 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E620BB5FDD008A7EC2 /* inline_pass.cpp */; }; + A910BB8520BB5FDE008A7EC2 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9E720BB5FDD008A7EC2 /* def_use_manager.h */; }; + A910BB8620BB5FDE008A7EC2 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9E720BB5FDD008A7EC2 /* def_use_manager.h */; }; + A910BB8720BB5FDE008A7EC2 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E820BB5FDD008A7EC2 /* ir_loader.cpp */; }; + A910BB8820BB5FDE008A7EC2 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9E820BB5FDD008A7EC2 /* ir_loader.cpp */; }; + A910BB8920BB5FDE008A7EC2 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9E920BB5FDD008A7EC2 /* cfg_cleanup_pass.h */; }; + A910BB8A20BB5FDE008A7EC2 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9E920BB5FDD008A7EC2 /* cfg_cleanup_pass.h */; }; + A910BB8B20BB5FDE008A7EC2 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EA20BB5FDD008A7EC2 /* licm_pass.cpp */; }; + A910BB8C20BB5FDE008A7EC2 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EA20BB5FDD008A7EC2 /* licm_pass.cpp */; }; + A910BB8D20BB5FDE008A7EC2 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EB20BB5FDD008A7EC2 /* eliminate_dead_functions_pass.cpp */; }; + A910BB8E20BB5FDE008A7EC2 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EB20BB5FDD008A7EC2 /* eliminate_dead_functions_pass.cpp */; }; + A910BB8F20BB5FDE008A7EC2 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9EC20BB5FDD008A7EC2 /* local_redundancy_elimination.h */; }; + A910BB9020BB5FDE008A7EC2 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9EC20BB5FDD008A7EC2 /* local_redundancy_elimination.h */; }; + A910BB9120BB5FDE008A7EC2 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9ED20BB5FDD008A7EC2 /* loop_peeling.h */; }; + A910BB9220BB5FDE008A7EC2 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9ED20BB5FDD008A7EC2 /* loop_peeling.h */; }; + A910BB9320BB5FDE008A7EC2 /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EE20BB5FDD008A7EC2 /* vector_dce.cpp */; }; + A910BB9420BB5FDE008A7EC2 /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EE20BB5FDD008A7EC2 /* vector_dce.cpp */; }; + A910BB9520BB5FDE008A7EC2 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EF20BB5FDD008A7EC2 /* loop_unroller.cpp */; }; + A910BB9620BB5FDE008A7EC2 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9EF20BB5FDD008A7EC2 /* loop_unroller.cpp */; }; + A910BB9720BB5FDE008A7EC2 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F020BB5FDD008A7EC2 /* constants.cpp */; }; + A910BB9820BB5FDE008A7EC2 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F020BB5FDD008A7EC2 /* constants.cpp */; }; + A910BB9920BB5FDE008A7EC2 /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F120BB5FDD008A7EC2 /* loop_fusion_pass.h */; }; + A910BB9A20BB5FDE008A7EC2 /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F120BB5FDD008A7EC2 /* loop_fusion_pass.h */; }; + A910BB9B20BB5FDE008A7EC2 /* common_uniform_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F220BB5FDD008A7EC2 /* common_uniform_elim_pass.cpp */; }; + A910BB9C20BB5FDE008A7EC2 /* common_uniform_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F220BB5FDD008A7EC2 /* common_uniform_elim_pass.cpp */; }; + A910BB9D20BB5FDE008A7EC2 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F320BB5FDD008A7EC2 /* def_use_manager.cpp */; }; + A910BB9E20BB5FDE008A7EC2 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F320BB5FDD008A7EC2 /* def_use_manager.cpp */; }; + A910BB9F20BB5FDE008A7EC2 /* strip_reflect_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F420BB5FDD008A7EC2 /* strip_reflect_info_pass.cpp */; }; + A910BBA020BB5FDE008A7EC2 /* strip_reflect_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F420BB5FDD008A7EC2 /* strip_reflect_info_pass.cpp */; }; + A910BBA120BB5FDE008A7EC2 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F520BB5FDD008A7EC2 /* decoration_manager.h */; }; + A910BBA220BB5FDE008A7EC2 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F520BB5FDD008A7EC2 /* decoration_manager.h */; }; + A910BBA320BB5FDE008A7EC2 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F620BB5FDD008A7EC2 /* ccp_pass.cpp */; }; + A910BBA420BB5FDE008A7EC2 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F620BB5FDD008A7EC2 /* ccp_pass.cpp */; }; + A910BBA520BB5FDE008A7EC2 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F720BB5FDD008A7EC2 /* local_single_block_elim_pass.h */; }; + A910BBA620BB5FDE008A7EC2 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F720BB5FDD008A7EC2 /* local_single_block_elim_pass.h */; }; + A910BBA720BB5FDE008A7EC2 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F820BB5FDD008A7EC2 /* strength_reduction_pass.h */; }; + A910BBA820BB5FDE008A7EC2 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9F820BB5FDD008A7EC2 /* strength_reduction_pass.h */; }; + A910BBA920BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F920BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.cpp */; }; + A910BBAA20BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9F920BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.cpp */; }; + A910BBAB20BB5FDE008A7EC2 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FA20BB5FDD008A7EC2 /* simplification_pass.cpp */; }; + A910BBAC20BB5FDE008A7EC2 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FA20BB5FDD008A7EC2 /* simplification_pass.cpp */; }; + A910BBAD20BB5FDE008A7EC2 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FB20BB5FDD008A7EC2 /* dead_branch_elim_pass.cpp */; }; + A910BBAE20BB5FDE008A7EC2 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FB20BB5FDD008A7EC2 /* dead_branch_elim_pass.cpp */; }; + A910BBAF20BB5FDE008A7EC2 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FC20BB5FDD008A7EC2 /* flatten_decoration_pass.cpp */; }; + A910BBB020BB5FDE008A7EC2 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FC20BB5FDD008A7EC2 /* flatten_decoration_pass.cpp */; }; + A910BBB120BB5FDE008A7EC2 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9FD20BB5FDD008A7EC2 /* dead_insert_elim_pass.h */; }; + A910BBB220BB5FDE008A7EC2 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9FD20BB5FDD008A7EC2 /* dead_insert_elim_pass.h */; }; + A910BBB320BB5FDE008A7EC2 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FE20BB5FDD008A7EC2 /* folding_rules.cpp */; }; + A910BBB420BB5FDE008A7EC2 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910B9FE20BB5FDD008A7EC2 /* folding_rules.cpp */; }; + A910BBB520BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9FF20BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.h */; }; + A910BBB620BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910B9FF20BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.h */; }; + A910BBB720BB5FDE008A7EC2 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0020BB5FDD008A7EC2 /* ir_context.cpp */; }; + A910BBB820BB5FDE008A7EC2 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0020BB5FDD008A7EC2 /* ir_context.cpp */; }; + A910BBB920BB5FDE008A7EC2 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0120BB5FDD008A7EC2 /* mem_pass.h */; }; + A910BBBA20BB5FDE008A7EC2 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0120BB5FDD008A7EC2 /* mem_pass.h */; }; + A910BBBB20BB5FDE008A7EC2 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0220BB5FDD008A7EC2 /* loop_descriptor.cpp */; }; + A910BBBC20BB5FDE008A7EC2 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0220BB5FDD008A7EC2 /* loop_descriptor.cpp */; }; + A910BBBD20BB5FDE008A7EC2 /* local_ssa_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0320BB5FDD008A7EC2 /* local_ssa_elim_pass.cpp */; }; + A910BBBE20BB5FDE008A7EC2 /* local_ssa_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0320BB5FDD008A7EC2 /* local_ssa_elim_pass.cpp */; }; + A910BBBF20BB5FDE008A7EC2 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0420BB5FDD008A7EC2 /* function.cpp */; }; + A910BBC020BB5FDE008A7EC2 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0420BB5FDD008A7EC2 /* function.cpp */; }; + A910BBC120BB5FDE008A7EC2 /* insert_extract_elim.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0520BB5FDD008A7EC2 /* insert_extract_elim.h */; }; + A910BBC220BB5FDE008A7EC2 /* insert_extract_elim.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0520BB5FDD008A7EC2 /* insert_extract_elim.h */; }; + A910BBC320BB5FDE008A7EC2 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0620BB5FDD008A7EC2 /* instruction_list.cpp */; }; + A910BBC420BB5FDE008A7EC2 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0620BB5FDD008A7EC2 /* instruction_list.cpp */; }; + A910BBC520BB5FDE008A7EC2 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0720BB5FDD008A7EC2 /* composite.cpp */; }; + A910BBC620BB5FDE008A7EC2 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0720BB5FDD008A7EC2 /* composite.cpp */; }; + A910BBC720BB5FDE008A7EC2 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0820BB5FDD008A7EC2 /* inline_pass.h */; }; + A910BBC820BB5FDE008A7EC2 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0820BB5FDD008A7EC2 /* inline_pass.h */; }; + A910BBC920BB5FDE008A7EC2 /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0920BB5FDD008A7EC2 /* loop_dependence.h */; }; + A910BBCA20BB5FDE008A7EC2 /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0920BB5FDD008A7EC2 /* loop_dependence.h */; }; + A910BBCB20BB5FDE008A7EC2 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0A20BB5FDD008A7EC2 /* value_number_table.h */; }; + A910BBCC20BB5FDE008A7EC2 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0A20BB5FDD008A7EC2 /* value_number_table.h */; }; + A910BBCD20BB5FDE008A7EC2 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0B20BB5FDD008A7EC2 /* flatten_decoration_pass.h */; }; + A910BBCE20BB5FDE008A7EC2 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0B20BB5FDD008A7EC2 /* flatten_decoration_pass.h */; }; + A910BBCF20BB5FDE008A7EC2 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0C20BB5FDD008A7EC2 /* if_conversion.cpp */; }; + A910BBD020BB5FDE008A7EC2 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0C20BB5FDD008A7EC2 /* if_conversion.cpp */; }; + A910BBD120BB5FDE008A7EC2 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0D20BB5FDD008A7EC2 /* inline_exhaustive_pass.h */; }; + A910BBD220BB5FDE008A7EC2 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0D20BB5FDD008A7EC2 /* inline_exhaustive_pass.h */; }; + A910BBD320BB5FDE008A7EC2 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0E20BB5FDD008A7EC2 /* constants.h */; }; + A910BBD420BB5FDE008A7EC2 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA0E20BB5FDD008A7EC2 /* constants.h */; }; + A910BBD520BB5FDE008A7EC2 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0F20BB5FDD008A7EC2 /* strength_reduction_pass.cpp */; }; + A910BBD620BB5FDE008A7EC2 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA0F20BB5FDD008A7EC2 /* strength_reduction_pass.cpp */; }; + A910BBD720BB5FDE008A7EC2 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1020BB5FDD008A7EC2 /* copy_prop_arrays.cpp */; }; + A910BBD820BB5FDE008A7EC2 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1020BB5FDD008A7EC2 /* copy_prop_arrays.cpp */; }; + A910BBD920BB5FDE008A7EC2 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1120BB5FDD008A7EC2 /* pass_manager.cpp */; }; + A910BBDA20BB5FDE008A7EC2 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1120BB5FDD008A7EC2 /* pass_manager.cpp */; }; + A910BBDB20BB5FDE008A7EC2 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1220BB5FDD008A7EC2 /* inline_exhaustive_pass.cpp */; }; + A910BBDC20BB5FDE008A7EC2 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1220BB5FDD008A7EC2 /* inline_exhaustive_pass.cpp */; }; + A910BBDD20BB5FDE008A7EC2 /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1320BB5FDD008A7EC2 /* loop_fission.h */; }; + A910BBDE20BB5FDE008A7EC2 /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1320BB5FDD008A7EC2 /* loop_fission.h */; }; + A910BBDF20BB5FDE008A7EC2 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1420BB5FDD008A7EC2 /* workaround1209.h */; }; + A910BBE020BB5FDE008A7EC2 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1420BB5FDD008A7EC2 /* workaround1209.h */; }; + A910BBE120BB5FDE008A7EC2 /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1520BB5FDD008A7EC2 /* loop_fusion_pass.cpp */; }; + A910BBE220BB5FDE008A7EC2 /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1520BB5FDD008A7EC2 /* loop_fusion_pass.cpp */; }; + A910BBE320BB5FDE008A7EC2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1620BB5FDD008A7EC2 /* log.h */; }; + A910BBE420BB5FDE008A7EC2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1620BB5FDD008A7EC2 /* log.h */; }; + A910BBE520BB5FDE008A7EC2 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1720BB5FDD008A7EC2 /* copy_prop_arrays.h */; }; + A910BBE620BB5FDE008A7EC2 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1720BB5FDD008A7EC2 /* copy_prop_arrays.h */; }; + A910BBE720BB5FDE008A7EC2 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1820BB5FDD008A7EC2 /* eliminate_dead_constant_pass.h */; }; + A910BBE820BB5FDE008A7EC2 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1820BB5FDD008A7EC2 /* eliminate_dead_constant_pass.h */; }; + A910BBE920BB5FDE008A7EC2 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1920BB5FDD008A7EC2 /* dead_insert_elim_pass.cpp */; }; + A910BBEA20BB5FDE008A7EC2 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1920BB5FDD008A7EC2 /* dead_insert_elim_pass.cpp */; }; + A910BBEB20BB5FDE008A7EC2 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1A20BB5FDD008A7EC2 /* ssa_rewrite_pass.h */; }; + A910BBEC20BB5FDE008A7EC2 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1A20BB5FDD008A7EC2 /* ssa_rewrite_pass.h */; }; + A910BBED20BB5FDE008A7EC2 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1B20BB5FDD008A7EC2 /* scalar_analysis.cpp */; }; + A910BBEE20BB5FDE008A7EC2 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1B20BB5FDD008A7EC2 /* scalar_analysis.cpp */; }; + A910BBEF20BB5FDE008A7EC2 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1C20BB5FDD008A7EC2 /* dead_variable_elimination.h */; }; + A910BBF020BB5FDE008A7EC2 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1C20BB5FDD008A7EC2 /* dead_variable_elimination.h */; }; + A910BBF120BB5FDE008A7EC2 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1D20BB5FDD008A7EC2 /* block_merge_pass.cpp */; }; + A910BBF220BB5FDE008A7EC2 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA1D20BB5FDD008A7EC2 /* block_merge_pass.cpp */; }; + A910BBF320BB5FDE008A7EC2 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1E20BB5FDD008A7EC2 /* dominator_analysis.h */; }; + A910BBF420BB5FDE008A7EC2 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1E20BB5FDD008A7EC2 /* dominator_analysis.h */; }; + A910BBF520BB5FDE008A7EC2 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1F20BB5FDD008A7EC2 /* pass.h */; }; + A910BBF620BB5FDE008A7EC2 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA1F20BB5FDD008A7EC2 /* pass.h */; }; + A910BBF720BB5FDE008A7EC2 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2020BB5FDD008A7EC2 /* folding_rules.h */; }; + A910BBF820BB5FDE008A7EC2 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2020BB5FDD008A7EC2 /* folding_rules.h */; }; + A910BBF920BB5FDE008A7EC2 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2120BB5FDD008A7EC2 /* eliminate_dead_functions_pass.h */; }; + A910BBFA20BB5FDE008A7EC2 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2120BB5FDD008A7EC2 /* eliminate_dead_functions_pass.h */; }; + A910BBFB20BB5FDE008A7EC2 /* common_uniform_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2220BB5FDD008A7EC2 /* common_uniform_elim_pass.h */; }; + A910BBFC20BB5FDE008A7EC2 /* common_uniform_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2220BB5FDD008A7EC2 /* common_uniform_elim_pass.h */; }; + A910BBFD20BB5FDE008A7EC2 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2320BB5FDD008A7EC2 /* fold.h */; }; + A910BBFE20BB5FDE008A7EC2 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2320BB5FDD008A7EC2 /* fold.h */; }; + A910BBFF20BB5FDE008A7EC2 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2420BB5FDD008A7EC2 /* local_single_store_elim_pass.cpp */; }; + A910BC0020BB5FDE008A7EC2 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2420BB5FDD008A7EC2 /* local_single_store_elim_pass.cpp */; }; + A910BC0120BB5FDE008A7EC2 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2520BB5FDD008A7EC2 /* dead_branch_elim_pass.h */; }; + A910BC0220BB5FDE008A7EC2 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2520BB5FDD008A7EC2 /* dead_branch_elim_pass.h */; }; + A910BC0320BB5FDE008A7EC2 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2620BB5FDD008A7EC2 /* private_to_local_pass.cpp */; }; + A910BC0420BB5FDE008A7EC2 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2620BB5FDD008A7EC2 /* private_to_local_pass.cpp */; }; + A910BC0520BB5FDE008A7EC2 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2720BB5FDD008A7EC2 /* scalar_analysis_nodes.h */; }; + A910BC0620BB5FDE008A7EC2 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2720BB5FDD008A7EC2 /* scalar_analysis_nodes.h */; }; + A910BC0720BB5FDE008A7EC2 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2820BB5FDD008A7EC2 /* propagator.cpp */; }; + A910BC0820BB5FDE008A7EC2 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2820BB5FDD008A7EC2 /* propagator.cpp */; }; + A910BC0920BB5FDE008A7EC2 /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2920BB5FDD008A7EC2 /* loop_dependence_helpers.cpp */; }; + A910BC0A20BB5FDE008A7EC2 /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2920BB5FDD008A7EC2 /* loop_dependence_helpers.cpp */; }; + A910BC0B20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2A20BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.cpp */; }; + A910BC0C20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2A20BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.cpp */; }; + A910BC0D20BB5FDE008A7EC2 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2B20BB5FDD008A7EC2 /* passes.h */; }; + A910BC0E20BB5FDE008A7EC2 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2B20BB5FDD008A7EC2 /* passes.h */; }; + A910BC0F20BB5FDE008A7EC2 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2C20BB5FDD008A7EC2 /* fold.cpp */; }; + A910BC1020BB5FDE008A7EC2 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2C20BB5FDD008A7EC2 /* fold.cpp */; }; + A910BC1120BB5FDE008A7EC2 /* strip_reflect_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2D20BB5FDD008A7EC2 /* strip_reflect_info_pass.h */; }; + A910BC1220BB5FDE008A7EC2 /* strip_reflect_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2D20BB5FDD008A7EC2 /* strip_reflect_info_pass.h */; }; + A910BC1320BB5FDE008A7EC2 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2E20BB5FDD008A7EC2 /* scalar_replacement_pass.cpp */; }; + A910BC1420BB5FDE008A7EC2 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA2E20BB5FDD008A7EC2 /* scalar_replacement_pass.cpp */; }; + A910BC1520BB5FDE008A7EC2 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2F20BB5FDD008A7EC2 /* simplification_pass.h */; }; + A910BC1620BB5FDE008A7EC2 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA2F20BB5FDD008A7EC2 /* simplification_pass.h */; }; + A910BC1720BB5FDE008A7EC2 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3020BB5FDD008A7EC2 /* remove_duplicates_pass.h */; }; + A910BC1820BB5FDE008A7EC2 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3020BB5FDD008A7EC2 /* remove_duplicates_pass.h */; }; + A910BC1920BB5FDE008A7EC2 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3120BB5FDD008A7EC2 /* redundancy_elimination.cpp */; }; + A910BC1A20BB5FDE008A7EC2 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3120BB5FDD008A7EC2 /* redundancy_elimination.cpp */; }; + A910BC1B20BB5FDE008A7EC2 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3220BB5FDD008A7EC2 /* reflect.h */; }; + A910BC1C20BB5FDE008A7EC2 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3220BB5FDD008A7EC2 /* reflect.h */; }; + A910BC1D20BB5FDE008A7EC2 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3320BB5FDD008A7EC2 /* workaround1209.cpp */; }; + A910BC1E20BB5FDE008A7EC2 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3320BB5FDD008A7EC2 /* workaround1209.cpp */; }; + A910BC1F20BB5FDE008A7EC2 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3420BB5FDD008A7EC2 /* null_pass.h */; }; + A910BC2020BB5FDE008A7EC2 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3420BB5FDD008A7EC2 /* null_pass.h */; }; + A910BC2120BB5FDE008A7EC2 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3520BB5FDD008A7EC2 /* const_folding_rules.h */; }; + A910BC2220BB5FDE008A7EC2 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3520BB5FDD008A7EC2 /* const_folding_rules.h */; }; + A910BC2320BB5FDE008A7EC2 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3620BB5FDD008A7EC2 /* scalar_replacement_pass.h */; }; + A910BC2420BB5FDE008A7EC2 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3620BB5FDD008A7EC2 /* scalar_replacement_pass.h */; }; + A910BC2520BB5FDE008A7EC2 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3720BB5FDD008A7EC2 /* instruction.cpp */; }; + A910BC2620BB5FDE008A7EC2 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3720BB5FDD008A7EC2 /* instruction.cpp */; }; + A910BC2720BB5FDE008A7EC2 /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3820BB5FDD008A7EC2 /* reduce_load_size.cpp */; }; + A910BC2820BB5FDE008A7EC2 /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3820BB5FDD008A7EC2 /* reduce_load_size.cpp */; }; + A910BC2920BB5FDE008A7EC2 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3920BB5FDD008A7EC2 /* redundancy_elimination.h */; }; + A910BC2A20BB5FDE008A7EC2 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3920BB5FDD008A7EC2 /* redundancy_elimination.h */; }; + A910BC2B20BB5FDE008A7EC2 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3A20BB5FDD008A7EC2 /* value_number_table.cpp */; }; + A910BC2C20BB5FDE008A7EC2 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3A20BB5FDD008A7EC2 /* value_number_table.cpp */; }; + A910BC2D20BB5FDE008A7EC2 /* local_ssa_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3B20BB5FDD008A7EC2 /* local_ssa_elim_pass.h */; }; + A910BC2E20BB5FDE008A7EC2 /* local_ssa_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3B20BB5FDD008A7EC2 /* local_ssa_elim_pass.h */; }; + A910BC2F20BB5FDE008A7EC2 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3C20BB5FDD008A7EC2 /* inline_opaque_pass.cpp */; }; + A910BC3020BB5FDE008A7EC2 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3C20BB5FDD008A7EC2 /* inline_opaque_pass.cpp */; }; + A910BC3120BB5FDE008A7EC2 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3D20BB5FDD008A7EC2 /* replace_invalid_opc.cpp */; }; + A910BC3220BB5FDE008A7EC2 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA3D20BB5FDD008A7EC2 /* replace_invalid_opc.cpp */; }; + A910BC3320BB5FDE008A7EC2 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3E20BB5FDD008A7EC2 /* loop_utils.h */; }; + A910BC3420BB5FDE008A7EC2 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3E20BB5FDD008A7EC2 /* loop_utils.h */; }; + A910BC3520BB5FDE008A7EC2 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3F20BB5FDD008A7EC2 /* module.h */; }; + A910BC3620BB5FDE008A7EC2 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA3F20BB5FDD008A7EC2 /* module.h */; }; + A910BC3720BB5FDE008A7EC2 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA4020BB5FDD008A7EC2 /* dominator_analysis.cpp */; }; + A910BC3820BB5FDE008A7EC2 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA4020BB5FDD008A7EC2 /* dominator_analysis.cpp */; }; + A910BC3920BB5FDE008A7EC2 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4120BB5FDD008A7EC2 /* ir_builder.h */; }; + A910BC3A20BB5FDE008A7EC2 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4120BB5FDD008A7EC2 /* ir_builder.h */; }; + A910BC3B20BB5FDE008A7EC2 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4220BB5FDD008A7EC2 /* loop_unswitch_pass.h */; }; + A910BC3C20BB5FDE008A7EC2 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4220BB5FDD008A7EC2 /* loop_unswitch_pass.h */; }; + A910BC3D20BB5FDE008A7EC2 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4320BB5FDD008A7EC2 /* cfg.h */; }; + A910BC3E20BB5FDE008A7EC2 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4320BB5FDD008A7EC2 /* cfg.h */; }; + A910BC3F20BB5FDE008A7EC2 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4420BB5FDD008A7EC2 /* loop_descriptor.h */; }; + A910BC4020BB5FDE008A7EC2 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4420BB5FDD008A7EC2 /* loop_descriptor.h */; }; + A910BC4120BB5FDE008A7EC2 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4520BB5FDD008A7EC2 /* instruction.h */; }; + A910BC4220BB5FDE008A7EC2 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4520BB5FDD008A7EC2 /* instruction.h */; }; + A910BC4320BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4620BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.h */; }; + A910BC4420BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4620BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.h */; }; + A910BC4520BB5FDE008A7EC2 /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4720BB5FDD008A7EC2 /* vector_dce.h */; }; + A910BC4620BB5FDE008A7EC2 /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4720BB5FDD008A7EC2 /* vector_dce.h */; }; + A910BC4720BB5FDE008A7EC2 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4820BB5FDD008A7EC2 /* pass_manager.h */; }; + A910BC4820BB5FDE008A7EC2 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4820BB5FDD008A7EC2 /* pass_manager.h */; }; + A910BC4920BB5FDE008A7EC2 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA4920BB5FDD008A7EC2 /* local_access_chain_convert_pass.cpp */; }; + A910BC4A20BB5FDE008A7EC2 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA4920BB5FDD008A7EC2 /* local_access_chain_convert_pass.cpp */; }; + A910BC4B20BB5FDE008A7EC2 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA4A20BB5FDD008A7EC2 /* basic_block.cpp */; }; + A910BC4C20BB5FDE008A7EC2 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA4A20BB5FDD008A7EC2 /* basic_block.cpp */; }; + A910BC4D20BB5FDE008A7EC2 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4B20BB5FDD008A7EC2 /* iterator.h */; }; + A910BC4E20BB5FDE008A7EC2 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4B20BB5FDD008A7EC2 /* iterator.h */; }; + A910BC4F20BB5FDE008A7EC2 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4C20BB5FDD008A7EC2 /* licm_pass.h */; }; + A910BC5020BB5FDE008A7EC2 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4C20BB5FDD008A7EC2 /* licm_pass.h */; }; + A910BC5120BB5FDE008A7EC2 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4D20BB5FDD008A7EC2 /* build_module.h */; }; + A910BC5220BB5FDE008A7EC2 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4D20BB5FDD008A7EC2 /* build_module.h */; }; + A910BC5320BB5FDE008A7EC2 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4E20BB5FDD008A7EC2 /* ccp_pass.h */; }; + A910BC5420BB5FDE008A7EC2 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4E20BB5FDD008A7EC2 /* ccp_pass.h */; }; + A910BC5520BB5FDE008A7EC2 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4F20BB5FDD008A7EC2 /* function.h */; }; + A910BC5620BB5FDE008A7EC2 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA4F20BB5FDD008A7EC2 /* function.h */; }; + A910BC5720BB5FDE008A7EC2 /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5020BB5FDD008A7EC2 /* loop_fusion.cpp */; }; + A910BC5820BB5FDE008A7EC2 /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5020BB5FDD008A7EC2 /* loop_fusion.cpp */; }; + A910BC5920BB5FDE008A7EC2 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5120BB5FDD008A7EC2 /* feature_manager.h */; }; + A910BC5A20BB5FDE008A7EC2 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5120BB5FDD008A7EC2 /* feature_manager.h */; }; + A910BC5B20BB5FDE008A7EC2 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5220BB5FDD008A7EC2 /* scalar_analysis_simplification.cpp */; }; + A910BC5C20BB5FDE008A7EC2 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5220BB5FDD008A7EC2 /* scalar_analysis_simplification.cpp */; }; + A910BC5D20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5320BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.h */; }; + A910BC5E20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5320BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.h */; }; + A910BC5F20BB5FDE008A7EC2 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5420BB5FDD008A7EC2 /* dominator_tree.h */; }; + A910BC6020BB5FDE008A7EC2 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5420BB5FDD008A7EC2 /* dominator_tree.h */; }; + A910BC6120BB5FDE008A7EC2 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5520BB5FDD008A7EC2 /* type_manager.h */; }; + A910BC6220BB5FDE008A7EC2 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5520BB5FDD008A7EC2 /* type_manager.h */; }; + A910BC6320BB5FDE008A7EC2 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5620BB5FDD008A7EC2 /* compact_ids_pass.cpp */; }; + A910BC6420BB5FDE008A7EC2 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5620BB5FDD008A7EC2 /* compact_ids_pass.cpp */; }; + A910BC6520BB5FDE008A7EC2 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5720BB5FDD008A7EC2 /* loop_peeling.cpp */; }; + A910BC6620BB5FDE008A7EC2 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5720BB5FDD008A7EC2 /* loop_peeling.cpp */; }; + A910BC6720BB5FDE008A7EC2 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5820BB5FDD008A7EC2 /* table.h */; }; + A910BC6820BB5FDE008A7EC2 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5820BB5FDD008A7EC2 /* table.h */; }; + A910BC6920BB5FDE008A7EC2 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5920BB5FDD008A7EC2 /* validate_image.cpp */; }; + A910BC6A20BB5FDE008A7EC2 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5920BB5FDD008A7EC2 /* validate_image.cpp */; }; + A910BC6B20BB5FDE008A7EC2 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5A20BB5FDD008A7EC2 /* ext_inst.h */; }; + A910BC6C20BB5FDE008A7EC2 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5A20BB5FDD008A7EC2 /* ext_inst.h */; }; + A910BC6D20BB5FDE008A7EC2 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5B20BB5FDD008A7EC2 /* validate_literals.cpp */; }; + A910BC6E20BB5FDE008A7EC2 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5B20BB5FDD008A7EC2 /* validate_literals.cpp */; }; + A910BC6F20BB5FDE008A7EC2 /* validate_type_unique.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5C20BB5FDD008A7EC2 /* validate_type_unique.cpp */; }; + A910BC7020BB5FDE008A7EC2 /* validate_type_unique.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5C20BB5FDD008A7EC2 /* validate_type_unique.cpp */; }; + A910BC7120BB5FDE008A7EC2 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5D20BB5FDD008A7EC2 /* diagnostic.cpp */; }; + A910BC7220BB5FDE008A7EC2 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5D20BB5FDD008A7EC2 /* diagnostic.cpp */; }; + A910BC7320BB5FDE008A7EC2 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5E20BB5FDD008A7EC2 /* latest_version_spirv_header.h */; }; + A910BC7420BB5FDE008A7EC2 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA5E20BB5FDD008A7EC2 /* latest_version_spirv_header.h */; }; + A910BC7520BB5FDE008A7EC2 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5F20BB5FDD008A7EC2 /* libspirv.cpp */; }; + A910BC7620BB5FDE008A7EC2 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA5F20BB5FDD008A7EC2 /* libspirv.cpp */; }; + A910BC7720BB5FDE008A7EC2 /* validate_ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6020BB5FDD008A7EC2 /* validate_ext_inst.cpp */; }; + A910BC7820BB5FDE008A7EC2 /* validate_ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6020BB5FDD008A7EC2 /* validate_ext_inst.cpp */; }; + A910BC7920BB5FDE008A7EC2 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6120BB5FDD008A7EC2 /* instruction.h */; }; + A910BC7A20BB5FDE008A7EC2 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6120BB5FDD008A7EC2 /* instruction.h */; }; + A910BC7B20BB5FDE008A7EC2 /* id_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6220BB5FDD008A7EC2 /* id_descriptor.h */; }; + A910BC7C20BB5FDE008A7EC2 /* id_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6220BB5FDD008A7EC2 /* id_descriptor.h */; }; + A910BC7D20BB5FDE008A7EC2 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6320BB5FDD008A7EC2 /* opcode.h */; }; + A910BC7E20BB5FDE008A7EC2 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6320BB5FDD008A7EC2 /* opcode.h */; }; + A910BC7F20BB5FDE008A7EC2 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6420BB5FDD008A7EC2 /* operand.cpp */; }; + A910BC8020BB5FDE008A7EC2 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6420BB5FDD008A7EC2 /* operand.cpp */; }; + A910BC8120BB5FDE008A7EC2 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6520BB5FDD008A7EC2 /* validate_layout.cpp */; }; + A910BC8220BB5FDE008A7EC2 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6520BB5FDD008A7EC2 /* validate_layout.cpp */; }; + A910BC8320BB5FDE008A7EC2 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6620BB5FDD008A7EC2 /* latest_version_glsl_std_450_header.h */; }; + A910BC8420BB5FDE008A7EC2 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6620BB5FDD008A7EC2 /* latest_version_glsl_std_450_header.h */; }; + A910BC8520BB5FDE008A7EC2 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6720BB5FDD008A7EC2 /* extensions.h */; }; + A910BC8620BB5FDE008A7EC2 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6720BB5FDD008A7EC2 /* extensions.h */; }; + A910BC8720BB5FDE008A7EC2 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6820BB5FDD008A7EC2 /* disassemble.cpp */; }; + A910BC8820BB5FDE008A7EC2 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6820BB5FDD008A7EC2 /* disassemble.cpp */; }; + A910BC8920BB5FDE008A7EC2 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6920BB5FDD008A7EC2 /* binary.h */; }; + A910BC8A20BB5FDE008A7EC2 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6920BB5FDD008A7EC2 /* binary.h */; }; + A910BC8B20BB5FDE008A7EC2 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6A20BB5FDD008A7EC2 /* validate_composites.cpp */; }; + A910BC8C20BB5FDE008A7EC2 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6A20BB5FDD008A7EC2 /* validate_composites.cpp */; }; + A910BC8D20BB5FDE008A7EC2 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6B20BB5FDD008A7EC2 /* text_handler.cpp */; }; + A910BC8E20BB5FDE008A7EC2 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6B20BB5FDD008A7EC2 /* text_handler.cpp */; }; + A910BC8F20BB5FDE008A7EC2 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6C20BB5FDD008A7EC2 /* validate_primitives.cpp */; }; + A910BC9020BB5FDE008A7EC2 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA6C20BB5FDD008A7EC2 /* validate_primitives.cpp */; }; + A910BC9120BB5FDE008A7EC2 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6E20BB5FDD008A7EC2 /* construct.h */; }; + A910BC9220BB5FDE008A7EC2 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6E20BB5FDD008A7EC2 /* construct.h */; }; + A910BC9320BB5FDE008A7EC2 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6F20BB5FDD008A7EC2 /* basic_block.h */; }; + A910BC9420BB5FDE008A7EC2 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA6F20BB5FDD008A7EC2 /* basic_block.h */; }; + A910BC9520BB5FDE008A7EC2 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7020BB5FDD008A7EC2 /* validation_state.h */; }; + A910BC9620BB5FDE008A7EC2 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7020BB5FDD008A7EC2 /* validation_state.h */; }; + A910BC9720BB5FDE008A7EC2 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7120BB5FDD008A7EC2 /* construct.cpp */; }; + A910BC9820BB5FDE008A7EC2 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7120BB5FDD008A7EC2 /* construct.cpp */; }; + A910BC9920BB5FDE008A7EC2 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7220BB5FDD008A7EC2 /* function.cpp */; }; + A910BC9A20BB5FDE008A7EC2 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7220BB5FDD008A7EC2 /* function.cpp */; }; + A910BC9B20BB5FDE008A7EC2 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7320BB5FDD008A7EC2 /* instruction.cpp */; }; + A910BC9C20BB5FDE008A7EC2 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7320BB5FDD008A7EC2 /* instruction.cpp */; }; + A910BC9D20BB5FDE008A7EC2 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7420BB5FDD008A7EC2 /* instruction.h */; }; + A910BC9E20BB5FDE008A7EC2 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7420BB5FDD008A7EC2 /* instruction.h */; }; + A910BC9F20BB5FDE008A7EC2 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7520BB5FDD008A7EC2 /* basic_block.cpp */; }; + A910BCA020BB5FDE008A7EC2 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7520BB5FDD008A7EC2 /* basic_block.cpp */; }; + A910BCA120BB5FDE008A7EC2 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7620BB5FDD008A7EC2 /* function.h */; }; + A910BCA220BB5FDE008A7EC2 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7620BB5FDD008A7EC2 /* function.h */; }; + A910BCA320BB5FDE008A7EC2 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7720BB5FDD008A7EC2 /* validation_state.cpp */; }; + A910BCA420BB5FDE008A7EC2 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A910BA7720BB5FDD008A7EC2 /* validation_state.cpp */; }; + A910BCA520BB5FDE008A7EC2 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7820BB5FDD008A7EC2 /* decoration.h */; }; + A910BCA620BB5FDE008A7EC2 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A910BA7820BB5FDD008A7EC2 /* decoration.h */; }; A925B71A1C78DEB2006E7ECD /* MoltenVKGLSLToSPIRVConverter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A964BD601C57EFBD00D930D8 /* MoltenVKGLSLToSPIRVConverter.framework */; }; A925B71B1C78DEB2006E7ECD /* MoltenVKSPIRVToMSLConverter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A93903C71C57E9ED00FE90DC /* MoltenVKSPIRVToMSLConverter.framework */; }; A928C9191D0488DC00071B88 /* SPIRVConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A928C9171D0488DC00071B88 /* SPIRVConversion.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -38,528 +596,6 @@ A98149671FB6A98A005F00B4 /* MVKStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = A98149651FB6A98A005F00B4 /* MVKStrings.h */; }; A98149681FB6A98A005F00B4 /* MVKStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = A98149651FB6A98A005F00B4 /* MVKStrings.h */; }; A98149691FB6A98A005F00B4 /* MVKStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = A98149651FB6A98A005F00B4 /* MVKStrings.h */; }; - A99F3F53208664B500519635 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E40208664B500519635 /* spirv_target_env.cpp */; }; - A99F3F54208664B500519635 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E40208664B500519635 /* spirv_target_env.cpp */; }; - A99F3F55208664B500519635 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E41208664B500519635 /* validate_cfg.cpp */; }; - A99F3F56208664B500519635 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E41208664B500519635 /* validate_cfg.cpp */; }; - A99F3F57208664B500519635 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E43208664B500519635 /* validate_capability.cpp */; }; - A99F3F58208664B500519635 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E43208664B500519635 /* validate_capability.cpp */; }; - A99F3F59208664B500519635 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E44208664B500519635 /* assembly_grammar.h */; }; - A99F3F5A208664B500519635 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E44208664B500519635 /* assembly_grammar.h */; }; - A99F3F5B208664B500519635 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E45208664B500519635 /* enum_set.h */; }; - A99F3F5C208664B500519635 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E45208664B500519635 /* enum_set.h */; }; - A99F3F5D208664B500519635 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E46208664B500519635 /* validate_barriers.cpp */; }; - A99F3F5E208664B500519635 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E46208664B500519635 /* validate_barriers.cpp */; }; - A99F3F5F208664B500519635 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E49208664B500519635 /* text.cpp */; }; - A99F3F60208664B500519635 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E49208664B500519635 /* text.cpp */; }; - A99F3F61208664B500519635 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E4A208664B500519635 /* assembly_grammar.cpp */; }; - A99F3F62208664B500519635 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E4A208664B500519635 /* assembly_grammar.cpp */; }; - A99F3F63208664B500519635 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E4B208664B500519635 /* text.h */; }; - A99F3F64208664B500519635 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E4B208664B500519635 /* text.h */; }; - A99F3F65208664B500519635 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E4C208664B500519635 /* extensions.cpp */; }; - A99F3F66208664B500519635 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E4C208664B500519635 /* extensions.cpp */; }; - A99F3F67208664B500519635 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E4E208664B500519635 /* parse_number.h */; }; - A99F3F68208664B500519635 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E4E208664B500519635 /* parse_number.h */; }; - A99F3F69208664B500519635 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E4F208664B500519635 /* ilist_node.h */; }; - A99F3F6A208664B500519635 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E4F208664B500519635 /* ilist_node.h */; }; - A99F3F6B208664B500519635 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E50208664B500519635 /* string_utils.h */; }; - A99F3F6C208664B500519635 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E50208664B500519635 /* string_utils.h */; }; - A99F3F6D208664B500519635 /* huffman_codec.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E51208664B500519635 /* huffman_codec.h */; }; - A99F3F6E208664B500519635 /* huffman_codec.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E51208664B500519635 /* huffman_codec.h */; }; - A99F3F6F208664B500519635 /* bit_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E52208664B500519635 /* bit_stream.h */; }; - A99F3F70208664B500519635 /* bit_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E52208664B500519635 /* bit_stream.h */; }; - A99F3F71208664B500519635 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E53208664B500519635 /* timer.cpp */; }; - A99F3F72208664B500519635 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E53208664B500519635 /* timer.cpp */; }; - A99F3F73208664B500519635 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E54208664B500519635 /* timer.h */; }; - A99F3F74208664B500519635 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E54208664B500519635 /* timer.h */; }; - A99F3F75208664B500519635 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E55208664B500519635 /* string_utils.cpp */; }; - A99F3F76208664B500519635 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E55208664B500519635 /* string_utils.cpp */; }; - A99F3F77208664B500519635 /* move_to_front.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E56208664B500519635 /* move_to_front.h */; }; - A99F3F78208664B500519635 /* move_to_front.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E56208664B500519635 /* move_to_front.h */; }; - A99F3F79208664B500519635 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E57208664B500519635 /* bitutils.h */; }; - A99F3F7A208664B500519635 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E57208664B500519635 /* bitutils.h */; }; - A99F3F7B208664B500519635 /* bit_stream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E58208664B500519635 /* bit_stream.cpp */; }; - A99F3F7C208664B500519635 /* bit_stream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E58208664B500519635 /* bit_stream.cpp */; }; - A99F3F7D208664B500519635 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E59208664B500519635 /* hex_float.h */; }; - A99F3F7E208664B500519635 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E59208664B500519635 /* hex_float.h */; }; - A99F3F7F208664B500519635 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5A208664B500519635 /* parse_number.cpp */; }; - A99F3F80208664B500519635 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5A208664B500519635 /* parse_number.cpp */; }; - A99F3F81208664B500519635 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E5B208664B500519635 /* ilist.h */; }; - A99F3F82208664B500519635 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E5B208664B500519635 /* ilist.h */; }; - A99F3F83208664B500519635 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E5C208664B500519635 /* spirv_target_env.h */; }; - A99F3F84208664B500519635 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E5C208664B500519635 /* spirv_target_env.h */; }; - A99F3F85208664B500519635 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5D208664B500519635 /* message.cpp */; }; - A99F3F86208664B500519635 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5D208664B500519635 /* message.cpp */; }; - A99F3F87208664B500519635 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5E208664B500519635 /* table.cpp */; }; - A99F3F88208664B500519635 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5E208664B500519635 /* table.cpp */; }; - A99F3F89208664B500519635 /* id_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5F208664B500519635 /* id_descriptor.cpp */; }; - A99F3F8A208664B500519635 /* id_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E5F208664B500519635 /* id_descriptor.cpp */; }; - A99F3F8B208664B500519635 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E60208664B500519635 /* validate_atomics.cpp */; }; - A99F3F8C208664B500519635 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E60208664B500519635 /* validate_atomics.cpp */; }; - A99F3F8D208664B500519635 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E61208664B500519635 /* validate_instruction.cpp */; }; - A99F3F8E208664B500519635 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E61208664B500519635 /* validate_instruction.cpp */; }; - A99F3F8F208664B500519635 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E62208664B500519635 /* validate_decorations.cpp */; }; - A99F3F90208664B500519635 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E62208664B500519635 /* validate_decorations.cpp */; }; - A99F3F91208664B500519635 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E63208664B500519635 /* latest_version_opencl_std_header.h */; }; - A99F3F92208664B500519635 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E63208664B500519635 /* latest_version_opencl_std_header.h */; }; - A99F3F93208664B500519635 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E64208664B500519635 /* cfa.h */; }; - A99F3F94208664B500519635 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E64208664B500519635 /* cfa.h */; }; - A99F3F95208664B500519635 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E65208664B500519635 /* validate_builtins.cpp */; }; - A99F3F96208664B500519635 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E65208664B500519635 /* validate_builtins.cpp */; }; - A99F3F97208664B500519635 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E66208664B500519635 /* enum_string_mapping.h */; }; - A99F3F98208664B500519635 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E66208664B500519635 /* enum_string_mapping.h */; }; - A99F3F99208664B500519635 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E67208664B500519635 /* spirv_validator_options.cpp */; }; - A99F3F9A208664B500519635 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E67208664B500519635 /* spirv_validator_options.cpp */; }; - A99F3F9B208664B500519635 /* spirv_stats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E68208664B500519635 /* spirv_stats.cpp */; }; - A99F3F9C208664B500519635 /* spirv_stats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E68208664B500519635 /* spirv_stats.cpp */; }; - A99F3F9D208664B500519635 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E6A208664B500519635 /* print.cpp */; }; - A99F3F9E208664B500519635 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E6A208664B500519635 /* print.cpp */; }; - A99F3F9F208664B500519635 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6B208664B500519635 /* spirv_definition.h */; }; - A99F3FA0208664B500519635 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6B208664B500519635 /* spirv_definition.h */; }; - A99F3FA1208664B500519635 /* message.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6C208664B500519635 /* message.h */; }; - A99F3FA2208664B500519635 /* message.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6C208664B500519635 /* message.h */; }; - A99F3FA3208664B500519635 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6D208664B500519635 /* operand.h */; }; - A99F3FA4208664B500519635 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6D208664B500519635 /* operand.h */; }; - A99F3FA5208664B500519635 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E6E208664B500519635 /* spirv_endian.cpp */; }; - A99F3FA6208664B500519635 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E6E208664B500519635 /* spirv_endian.cpp */; }; - A99F3FA7208664B500519635 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6F208664B500519635 /* macro.h */; }; - A99F3FA8208664B500519635 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E6F208664B500519635 /* macro.h */; }; - A99F3FA9208664B500519635 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E70208664B500519635 /* validate.cpp */; }; - A99F3FAA208664B500519635 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E70208664B500519635 /* validate.cpp */; }; - A99F3FAB208664B500519635 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E71208664B500519635 /* spirv_constant.h */; }; - A99F3FAC208664B500519635 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E71208664B500519635 /* spirv_constant.h */; }; - A99F3FAD208664B500519635 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E73208664B500519635 /* binary.cpp */; }; - A99F3FAE208664B500519635 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E73208664B500519635 /* binary.cpp */; }; - A99F3FAF208664B500519635 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E74208664B500519635 /* validate_bitwise.cpp */; }; - A99F3FB0208664B500519635 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E74208664B500519635 /* validate_bitwise.cpp */; }; - A99F3FB1208664B500519635 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E75208664B500519635 /* spirv_validator_options.h */; }; - A99F3FB2208664B500519635 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E75208664B500519635 /* spirv_validator_options.h */; }; - A99F3FB3208664B500519635 /* markv_codec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E77208664B500519635 /* markv_codec.cpp */; }; - A99F3FB4208664B600519635 /* markv_codec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E77208664B500519635 /* markv_codec.cpp */; }; - A99F3FB5208664B600519635 /* markv.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E79208664B500519635 /* markv.h */; }; - A99F3FB6208664B600519635 /* markv.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E79208664B500519635 /* markv.h */; }; - A99F3FB7208664B600519635 /* markv_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7A208664B500519635 /* markv_model.h */; }; - A99F3FB8208664B600519635 /* markv_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7A208664B500519635 /* markv_model.h */; }; - A99F3FB9208664B600519635 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E7B208664B500519635 /* enum_string_mapping.cpp */; }; - A99F3FBA208664B600519635 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E7B208664B500519635 /* enum_string_mapping.cpp */; }; - A99F3FBB208664B600519635 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7C208664B500519635 /* validate.h */; }; - A99F3FBC208664B600519635 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7C208664B500519635 /* validate.h */; }; - A99F3FBD208664B600519635 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7D208664B500519635 /* text_handler.h */; }; - A99F3FBE208664B600519635 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7D208664B500519635 /* text_handler.h */; }; - A99F3FBF208664B600519635 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7E208664B500519635 /* parsed_operand.h */; }; - A99F3FC0208664B600519635 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7E208664B500519635 /* parsed_operand.h */; }; - A99F3FC1208664B600519635 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7F208664B500519635 /* name_mapper.h */; }; - A99F3FC2208664B600519635 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E7F208664B500519635 /* name_mapper.h */; }; - A99F3FC3208664B600519635 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E80208664B500519635 /* parsed_operand.cpp */; }; - A99F3FC4208664B600519635 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E80208664B500519635 /* parsed_operand.cpp */; }; - A99F3FC5208664B600519635 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E81208664B500519635 /* validate_adjacency.cpp */; }; - A99F3FC6208664B600519635 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E81208664B500519635 /* validate_adjacency.cpp */; }; - A99F3FC7208664B600519635 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E82208664B500519635 /* diagnostic.h */; }; - A99F3FC8208664B600519635 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E82208664B500519635 /* diagnostic.h */; }; - A99F3FC9208664B600519635 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E83208664B500519635 /* spirv_endian.h */; }; - A99F3FCA208664B600519635 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E83208664B500519635 /* spirv_endian.h */; }; - A99F3FCB208664B600519635 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E84208664B500519635 /* name_mapper.cpp */; }; - A99F3FCC208664B600519635 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E84208664B500519635 /* name_mapper.cpp */; }; - A99F3FCD208664B600519635 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E85208664B500519635 /* validate_conversion.cpp */; }; - A99F3FCE208664B600519635 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E85208664B500519635 /* validate_conversion.cpp */; }; - A99F3FCF208664B600519635 /* validate_datarules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E87208664B500519635 /* validate_datarules.cpp */; }; - A99F3FD0208664B600519635 /* validate_datarules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E87208664B500519635 /* validate_datarules.cpp */; }; - A99F3FD1208664B600519635 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8A208664B500519635 /* linker.cpp */; }; - A99F3FD2208664B600519635 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8A208664B500519635 /* linker.cpp */; }; - A99F3FD3208664B600519635 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8B208664B500519635 /* validate_id.cpp */; }; - A99F3FD4208664B600519635 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8B208664B500519635 /* validate_id.cpp */; }; - A99F3FD5208664B600519635 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8C208664B500519635 /* software_version.cpp */; }; - A99F3FD6208664B600519635 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8C208664B500519635 /* software_version.cpp */; }; - A99F3FD7208664B600519635 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8D208664B500519635 /* validate_arithmetics.cpp */; }; - A99F3FD8208664B600519635 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8D208664B500519635 /* validate_arithmetics.cpp */; }; - A99F3FD9208664B600519635 /* spirv_stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E8E208664B500519635 /* spirv_stats.h */; }; - A99F3FDA208664B600519635 /* spirv_stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E8E208664B500519635 /* spirv_stats.h */; }; - A99F3FDB208664B600519635 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8F208664B500519635 /* opcode.cpp */; }; - A99F3FDC208664B600519635 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E8F208664B500519635 /* opcode.cpp */; }; - A99F3FDD208664B600519635 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E90208664B500519635 /* validate_logicals.cpp */; }; - A99F3FDE208664B600519635 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E90208664B500519635 /* validate_logicals.cpp */; }; - A99F3FDF208664B600519635 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E91208664B500519635 /* validate_derivatives.cpp */; }; - A99F3FE0208664B600519635 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E91208664B500519635 /* validate_derivatives.cpp */; }; - A99F3FE1208664B600519635 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E92208664B500519635 /* print.h */; }; - A99F3FE2208664B600519635 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E92208664B500519635 /* print.h */; }; - A99F3FE3208664B600519635 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E93208664B500519635 /* ext_inst.cpp */; }; - A99F3FE4208664B600519635 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E93208664B500519635 /* ext_inst.cpp */; }; - A99F3FE5208664B600519635 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E94208664B500519635 /* disassemble.h */; }; - A99F3FE6208664B600519635 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E94208664B500519635 /* disassemble.h */; }; - A99F3FE7208664B600519635 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E96208664B500519635 /* optimizer.cpp */; }; - A99F3FE8208664B600519635 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E96208664B500519635 /* optimizer.cpp */; }; - A99F3FE9208664B600519635 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E97208664B500519635 /* if_conversion.h */; }; - A99F3FEA208664B600519635 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E97208664B500519635 /* if_conversion.h */; }; - A99F3FEB208664B600519635 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E98208664B500519635 /* loop_utils.cpp */; }; - A99F3FEC208664B600519635 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E98208664B500519635 /* loop_utils.cpp */; }; - A99F3FED208664B600519635 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E99208664B500519635 /* merge_return_pass.h */; }; - A99F3FEE208664B600519635 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E99208664B500519635 /* merge_return_pass.h */; }; - A99F3FEF208664B600519635 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9A208664B500519635 /* inline_opaque_pass.h */; }; - A99F3FF0208664B600519635 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9A208664B500519635 /* inline_opaque_pass.h */; }; - A99F3FF1208664B600519635 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E9B208664B500519635 /* build_module.cpp */; }; - A99F3FF2208664B600519635 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3E9B208664B500519635 /* build_module.cpp */; }; - A99F3FF3208664B600519635 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9C208664B500519635 /* composite.h */; }; - A99F3FF4208664B600519635 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9C208664B500519635 /* composite.h */; }; - A99F3FF5208664B600519635 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9D208664B500519635 /* compact_ids_pass.h */; }; - A99F3FF6208664B600519635 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9D208664B500519635 /* compact_ids_pass.h */; }; - A99F3FF7208664B600519635 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9E208664B500519635 /* tree_iterator.h */; }; - A99F3FF8208664B600519635 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9E208664B500519635 /* tree_iterator.h */; }; - A99F3FF9208664B600519635 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9F208664B500519635 /* local_single_store_elim_pass.h */; }; - A99F3FFA208664B600519635 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3E9F208664B500519635 /* local_single_store_elim_pass.h */; }; - A99F3FFB208664B600519635 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA0208664B500519635 /* types.cpp */; }; - A99F3FFC208664B600519635 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA0208664B500519635 /* types.cpp */; }; - A99F3FFD208664B600519635 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA1208664B500519635 /* scalar_analysis.h */; }; - A99F3FFE208664B600519635 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA1208664B500519635 /* scalar_analysis.h */; }; - A99F3FFF208664B600519635 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA2208664B500519635 /* strip_debug_info_pass.h */; }; - A99F4000208664B600519635 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA2208664B500519635 /* strip_debug_info_pass.h */; }; - A99F4001208664B600519635 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA3208664B500519635 /* cfg.cpp */; }; - A99F4002208664B600519635 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA3208664B500519635 /* cfg.cpp */; }; - A99F4003208664B600519635 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA4208664B500519635 /* make_unique.h */; }; - A99F4004208664B600519635 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA4208664B500519635 /* make_unique.h */; }; - A99F4005208664B600519635 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA5208664B500519635 /* decoration_manager.cpp */; }; - A99F4006208664B600519635 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA5208664B500519635 /* decoration_manager.cpp */; }; - A99F4007208664B600519635 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA6208664B500519635 /* local_single_block_elim_pass.cpp */; }; - A99F4008208664B600519635 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA6208664B500519635 /* local_single_block_elim_pass.cpp */; }; - A99F4009208664B600519635 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA7208664B500519635 /* freeze_spec_constant_value_pass.cpp */; }; - A99F400A208664B600519635 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EA7208664B500519635 /* freeze_spec_constant_value_pass.cpp */; }; - A99F400B208664B600519635 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA8208664B500519635 /* replace_invalid_opc.h */; }; - A99F400C208664B600519635 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA8208664B500519635 /* replace_invalid_opc.h */; }; - A99F400D208664B600519635 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA9208664B500519635 /* local_access_chain_convert_pass.h */; }; - A99F400E208664B600519635 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EA9208664B500519635 /* local_access_chain_convert_pass.h */; }; - A99F400F208664B600519635 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EAA208664B500519635 /* local_redundancy_elimination.cpp */; }; - A99F4010208664B600519635 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EAA208664B500519635 /* local_redundancy_elimination.cpp */; }; - A99F4011208664B600519635 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EAC208664B500519635 /* propagator.h */; }; - A99F4012208664B600519635 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EAC208664B500519635 /* propagator.h */; }; - A99F4013208664B600519635 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EAD208664B500519635 /* instruction_list.h */; }; - A99F4014208664B600519635 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EAD208664B500519635 /* instruction_list.h */; }; - A99F4015208664B600519635 /* insert_extract_elim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EAE208664B500519635 /* insert_extract_elim.cpp */; }; - A99F4016208664B600519635 /* insert_extract_elim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EAE208664B500519635 /* insert_extract_elim.cpp */; }; - A99F4017208664B600519635 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EAF208664B500519635 /* feature_manager.cpp */; }; - A99F4018208664B600519635 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EAF208664B500519635 /* feature_manager.cpp */; }; - A99F4019208664B600519635 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB0208664B500519635 /* pass.cpp */; }; - A99F401A208664B600519635 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB0208664B500519635 /* pass.cpp */; }; - A99F401B208664B600519635 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB1208664B500519635 /* dominator_tree.cpp */; }; - A99F401C208664B600519635 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB1208664B500519635 /* dominator_tree.cpp */; }; - A99F401D208664B600519635 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB2208664B500519635 /* merge_return_pass.cpp */; }; - A99F401E208664B600519635 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB2208664B500519635 /* merge_return_pass.cpp */; }; - A99F401F208664B600519635 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EB3208664B500519635 /* ir_context.h */; }; - A99F4020208664B600519635 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EB3208664B500519635 /* ir_context.h */; }; - A99F4021208664B600519635 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB4208664B500519635 /* eliminate_dead_constant_pass.cpp */; }; - A99F4022208664B600519635 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB4208664B500519635 /* eliminate_dead_constant_pass.cpp */; }; - A99F4023208664B600519635 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB5208664B500519635 /* cfg_cleanup_pass.cpp */; }; - A99F4024208664B600519635 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB5208664B500519635 /* cfg_cleanup_pass.cpp */; }; - A99F4025208664B600519635 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB6208664B500519635 /* const_folding_rules.cpp */; }; - A99F4026208664B600519635 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB6208664B500519635 /* const_folding_rules.cpp */; }; - A99F4027208664B600519635 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EB7208664B500519635 /* loop_unroller.h */; }; - A99F4028208664B600519635 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EB7208664B500519635 /* loop_unroller.h */; }; - A99F4029208664B600519635 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB8208664B500519635 /* strip_debug_info_pass.cpp */; }; - A99F402A208664B600519635 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB8208664B500519635 /* strip_debug_info_pass.cpp */; }; - A99F402B208664B600519635 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB9208664B500519635 /* ssa_rewrite_pass.cpp */; }; - A99F402C208664B600519635 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EB9208664B500519635 /* ssa_rewrite_pass.cpp */; }; - A99F402D208664B600519635 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBA208664B500519635 /* unify_const_pass.h */; }; - A99F402E208664B600519635 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBA208664B500519635 /* unify_const_pass.h */; }; - A99F402F208664B600519635 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBB208664B500519635 /* ir_loader.h */; }; - A99F4030208664B600519635 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBB208664B500519635 /* ir_loader.h */; }; - A99F4031208664B600519635 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBC208664B500519635 /* types.h */; }; - A99F4032208664B600519635 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBC208664B500519635 /* types.h */; }; - A99F4033208664B600519635 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBD208664B500519635 /* fold_spec_constant_op_and_composite_pass.h */; }; - A99F4034208664B600519635 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBD208664B500519635 /* fold_spec_constant_op_and_composite_pass.h */; }; - A99F4035208664B600519635 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EBE208664B500519635 /* mem_pass.cpp */; }; - A99F4036208664B600519635 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EBE208664B500519635 /* mem_pass.cpp */; }; - A99F4037208664B600519635 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBF208664B500519635 /* basic_block.h */; }; - A99F4038208664B600519635 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EBF208664B500519635 /* basic_block.h */; }; - A99F4039208664B600519635 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC0208664B500519635 /* remove_duplicates_pass.cpp */; }; - A99F403A208664B600519635 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC0208664B500519635 /* remove_duplicates_pass.cpp */; }; - A99F403B208664B600519635 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC1208664B500519635 /* dead_variable_elimination.cpp */; }; - A99F403C208664B600519635 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC1208664B500519635 /* dead_variable_elimination.cpp */; }; - A99F403D208664B600519635 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EC2208664B500519635 /* block_merge_pass.h */; }; - A99F403E208664B600519635 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EC2208664B500519635 /* block_merge_pass.h */; }; - A99F403F208664B600519635 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC3208664B500519635 /* module.cpp */; }; - A99F4040208664B600519635 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC3208664B500519635 /* module.cpp */; }; - A99F4041208664B600519635 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC4208664B500519635 /* fold_spec_constant_op_and_composite_pass.cpp */; }; - A99F4042208664B600519635 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC4208664B500519635 /* fold_spec_constant_op_and_composite_pass.cpp */; }; - A99F4043208664B600519635 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC5208664B500519635 /* loop_unswitch_pass.cpp */; }; - A99F4044208664B600519635 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC5208664B500519635 /* loop_unswitch_pass.cpp */; }; - A99F4045208664B600519635 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC6208664B500519635 /* unify_const_pass.cpp */; }; - A99F4046208664B600519635 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC6208664B500519635 /* unify_const_pass.cpp */; }; - A99F4047208664B600519635 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC7208664B500519635 /* type_manager.cpp */; }; - A99F4048208664B600519635 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC7208664B500519635 /* type_manager.cpp */; }; - A99F4049208664B600519635 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EC8208664B500519635 /* private_to_local_pass.h */; }; - A99F404A208664B600519635 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EC8208664B500519635 /* private_to_local_pass.h */; }; - A99F404B208664B600519635 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC9208664B500519635 /* inline_pass.cpp */; }; - A99F404C208664B600519635 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EC9208664B500519635 /* inline_pass.cpp */; }; - A99F404D208664B600519635 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ECA208664B500519635 /* def_use_manager.h */; }; - A99F404E208664B600519635 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ECA208664B500519635 /* def_use_manager.h */; }; - A99F404F208664B600519635 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ECB208664B500519635 /* ir_loader.cpp */; }; - A99F4050208664B600519635 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ECB208664B500519635 /* ir_loader.cpp */; }; - A99F4051208664B600519635 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ECC208664B500519635 /* cfg_cleanup_pass.h */; }; - A99F4052208664B600519635 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ECC208664B500519635 /* cfg_cleanup_pass.h */; }; - A99F4053208664B600519635 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ECD208664B500519635 /* licm_pass.cpp */; }; - A99F4054208664B600519635 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ECD208664B500519635 /* licm_pass.cpp */; }; - A99F4055208664B600519635 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ECE208664B500519635 /* eliminate_dead_functions_pass.cpp */; }; - A99F4056208664B600519635 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ECE208664B500519635 /* eliminate_dead_functions_pass.cpp */; }; - A99F4057208664B600519635 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ECF208664B500519635 /* local_redundancy_elimination.h */; }; - A99F4058208664B600519635 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ECF208664B500519635 /* local_redundancy_elimination.h */; }; - A99F4059208664B600519635 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED0208664B500519635 /* loop_peeling.h */; }; - A99F405A208664B600519635 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED0208664B500519635 /* loop_peeling.h */; }; - A99F405B208664B600519635 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED1208664B500519635 /* loop_unroller.cpp */; }; - A99F405C208664B600519635 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED1208664B500519635 /* loop_unroller.cpp */; }; - A99F405D208664B600519635 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED2208664B500519635 /* constants.cpp */; }; - A99F405E208664B600519635 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED2208664B500519635 /* constants.cpp */; }; - A99F405F208664B600519635 /* common_uniform_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED3208664B500519635 /* common_uniform_elim_pass.cpp */; }; - A99F4060208664B600519635 /* common_uniform_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED3208664B500519635 /* common_uniform_elim_pass.cpp */; }; - A99F4061208664B600519635 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED4208664B500519635 /* def_use_manager.cpp */; }; - A99F4062208664B600519635 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED4208664B500519635 /* def_use_manager.cpp */; }; - A99F4063208664B600519635 /* strip_reflect_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED5208664B500519635 /* strip_reflect_info_pass.cpp */; }; - A99F4064208664B600519635 /* strip_reflect_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED5208664B500519635 /* strip_reflect_info_pass.cpp */; }; - A99F4065208664B600519635 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED6208664B500519635 /* decoration_manager.h */; }; - A99F4066208664B600519635 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED6208664B500519635 /* decoration_manager.h */; }; - A99F4067208664B600519635 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED7208664B500519635 /* ccp_pass.cpp */; }; - A99F4068208664B600519635 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3ED7208664B500519635 /* ccp_pass.cpp */; }; - A99F4069208664B600519635 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED8208664B500519635 /* local_single_block_elim_pass.h */; }; - A99F406A208664B600519635 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED8208664B500519635 /* local_single_block_elim_pass.h */; }; - A99F406B208664B600519635 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED9208664B500519635 /* strength_reduction_pass.h */; }; - A99F406C208664B600519635 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3ED9208664B500519635 /* strength_reduction_pass.h */; }; - A99F406D208664B600519635 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDA208664B500519635 /* aggressive_dead_code_elim_pass.cpp */; }; - A99F406E208664B600519635 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDA208664B500519635 /* aggressive_dead_code_elim_pass.cpp */; }; - A99F406F208664B600519635 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDB208664B500519635 /* simplification_pass.cpp */; }; - A99F4070208664B600519635 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDB208664B500519635 /* simplification_pass.cpp */; }; - A99F4071208664B600519635 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDC208664B500519635 /* dead_branch_elim_pass.cpp */; }; - A99F4072208664B600519635 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDC208664B500519635 /* dead_branch_elim_pass.cpp */; }; - A99F4073208664B600519635 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDD208664B500519635 /* flatten_decoration_pass.cpp */; }; - A99F4074208664B600519635 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDD208664B500519635 /* flatten_decoration_pass.cpp */; }; - A99F4075208664B600519635 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EDE208664B500519635 /* dead_insert_elim_pass.h */; }; - A99F4076208664B600519635 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EDE208664B500519635 /* dead_insert_elim_pass.h */; }; - A99F4077208664B600519635 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDF208664B500519635 /* folding_rules.cpp */; }; - A99F4078208664B600519635 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EDF208664B500519635 /* folding_rules.cpp */; }; - A99F4079208664B600519635 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE0208664B500519635 /* freeze_spec_constant_value_pass.h */; }; - A99F407A208664B600519635 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE0208664B500519635 /* freeze_spec_constant_value_pass.h */; }; - A99F407B208664B600519635 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE1208664B500519635 /* ir_context.cpp */; }; - A99F407C208664B600519635 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE1208664B500519635 /* ir_context.cpp */; }; - A99F407D208664B600519635 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE2208664B500519635 /* mem_pass.h */; }; - A99F407E208664B600519635 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE2208664B500519635 /* mem_pass.h */; }; - A99F407F208664B600519635 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE3208664B500519635 /* loop_descriptor.cpp */; }; - A99F4080208664B600519635 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE3208664B500519635 /* loop_descriptor.cpp */; }; - A99F4081208664B600519635 /* local_ssa_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE4208664B500519635 /* local_ssa_elim_pass.cpp */; }; - A99F4082208664B600519635 /* local_ssa_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE4208664B500519635 /* local_ssa_elim_pass.cpp */; }; - A99F4083208664B600519635 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE5208664B500519635 /* function.cpp */; }; - A99F4084208664B600519635 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE5208664B500519635 /* function.cpp */; }; - A99F4085208664B600519635 /* insert_extract_elim.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE6208664B500519635 /* insert_extract_elim.h */; }; - A99F4086208664B600519635 /* insert_extract_elim.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE6208664B500519635 /* insert_extract_elim.h */; }; - A99F4087208664B600519635 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE7208664B500519635 /* instruction_list.cpp */; }; - A99F4088208664B600519635 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE7208664B500519635 /* instruction_list.cpp */; }; - A99F4089208664B600519635 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE8208664B500519635 /* composite.cpp */; }; - A99F408A208664B600519635 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EE8208664B500519635 /* composite.cpp */; }; - A99F408B208664B600519635 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE9208664B500519635 /* inline_pass.h */; }; - A99F408C208664B600519635 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EE9208664B500519635 /* inline_pass.h */; }; - A99F408D208664B600519635 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EEA208664B500519635 /* value_number_table.h */; }; - A99F408E208664B600519635 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EEA208664B500519635 /* value_number_table.h */; }; - A99F408F208664B600519635 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EEB208664B500519635 /* flatten_decoration_pass.h */; }; - A99F4090208664B600519635 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EEB208664B500519635 /* flatten_decoration_pass.h */; }; - A99F4091208664B600519635 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EEC208664B500519635 /* if_conversion.cpp */; }; - A99F4092208664B600519635 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EEC208664B500519635 /* if_conversion.cpp */; }; - A99F4093208664B600519635 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EED208664B500519635 /* inline_exhaustive_pass.h */; }; - A99F4094208664B600519635 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EED208664B500519635 /* inline_exhaustive_pass.h */; }; - A99F4095208664B600519635 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EEE208664B500519635 /* constants.h */; }; - A99F4096208664B600519635 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EEE208664B500519635 /* constants.h */; }; - A99F4097208664B600519635 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EEF208664B500519635 /* strength_reduction_pass.cpp */; }; - A99F4098208664B600519635 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EEF208664B500519635 /* strength_reduction_pass.cpp */; }; - A99F4099208664B600519635 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF0208664B500519635 /* copy_prop_arrays.cpp */; }; - A99F409A208664B600519635 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF0208664B500519635 /* copy_prop_arrays.cpp */; }; - A99F409B208664B600519635 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF1208664B500519635 /* pass_manager.cpp */; }; - A99F409C208664B600519635 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF1208664B500519635 /* pass_manager.cpp */; }; - A99F409D208664B600519635 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF2208664B500519635 /* inline_exhaustive_pass.cpp */; }; - A99F409E208664B600519635 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF2208664B500519635 /* inline_exhaustive_pass.cpp */; }; - A99F409F208664B600519635 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF3208664B500519635 /* workaround1209.h */; }; - A99F40A0208664B600519635 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF3208664B500519635 /* workaround1209.h */; }; - A99F40A1208664B600519635 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF4208664B500519635 /* log.h */; }; - A99F40A2208664B600519635 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF4208664B500519635 /* log.h */; }; - A99F40A3208664B600519635 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF5208664B500519635 /* copy_prop_arrays.h */; }; - A99F40A4208664B600519635 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF5208664B500519635 /* copy_prop_arrays.h */; }; - A99F40A5208664B600519635 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF6208664B500519635 /* eliminate_dead_constant_pass.h */; }; - A99F40A6208664B600519635 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF6208664B500519635 /* eliminate_dead_constant_pass.h */; }; - A99F40A7208664B600519635 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF7208664B500519635 /* dead_insert_elim_pass.cpp */; }; - A99F40A8208664B600519635 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF7208664B500519635 /* dead_insert_elim_pass.cpp */; }; - A99F40A9208664B600519635 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF8208664B500519635 /* ssa_rewrite_pass.h */; }; - A99F40AA208664B600519635 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EF8208664B500519635 /* ssa_rewrite_pass.h */; }; - A99F40AB208664B600519635 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF9208664B500519635 /* scalar_analysis.cpp */; }; - A99F40AC208664B600519635 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EF9208664B500519635 /* scalar_analysis.cpp */; }; - A99F40AD208664B600519635 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFA208664B500519635 /* dead_variable_elimination.h */; }; - A99F40AE208664B600519635 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFA208664B500519635 /* dead_variable_elimination.h */; }; - A99F40AF208664B600519635 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EFB208664B500519635 /* block_merge_pass.cpp */; }; - A99F40B0208664B600519635 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3EFB208664B500519635 /* block_merge_pass.cpp */; }; - A99F40B1208664B600519635 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFC208664B500519635 /* dominator_analysis.h */; }; - A99F40B2208664B600519635 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFC208664B500519635 /* dominator_analysis.h */; }; - A99F40B3208664B600519635 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFD208664B500519635 /* pass.h */; }; - A99F40B4208664B600519635 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFD208664B500519635 /* pass.h */; }; - A99F40B5208664B600519635 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFE208664B500519635 /* folding_rules.h */; }; - A99F40B6208664B600519635 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFE208664B500519635 /* folding_rules.h */; }; - A99F40B7208664B600519635 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFF208664B500519635 /* eliminate_dead_functions_pass.h */; }; - A99F40B8208664B600519635 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3EFF208664B500519635 /* eliminate_dead_functions_pass.h */; }; - A99F40B9208664B600519635 /* common_uniform_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F00208664B500519635 /* common_uniform_elim_pass.h */; }; - A99F40BA208664B600519635 /* common_uniform_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F00208664B500519635 /* common_uniform_elim_pass.h */; }; - A99F40BB208664B600519635 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F01208664B500519635 /* fold.h */; }; - A99F40BC208664B600519635 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F01208664B500519635 /* fold.h */; }; - A99F40BD208664B600519635 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F02208664B500519635 /* local_single_store_elim_pass.cpp */; }; - A99F40BE208664B600519635 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F02208664B500519635 /* local_single_store_elim_pass.cpp */; }; - A99F40BF208664B600519635 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F03208664B500519635 /* dead_branch_elim_pass.h */; }; - A99F40C0208664B600519635 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F03208664B500519635 /* dead_branch_elim_pass.h */; }; - A99F40C1208664B600519635 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F04208664B500519635 /* private_to_local_pass.cpp */; }; - A99F40C2208664B600519635 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F04208664B500519635 /* private_to_local_pass.cpp */; }; - A99F40C3208664B600519635 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F05208664B500519635 /* scalar_analysis_nodes.h */; }; - A99F40C4208664B600519635 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F05208664B500519635 /* scalar_analysis_nodes.h */; }; - A99F40C5208664B600519635 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F06208664B500519635 /* propagator.cpp */; }; - A99F40C6208664B600519635 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F06208664B500519635 /* propagator.cpp */; }; - A99F40C7208664B600519635 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F07208664B500519635 /* set_spec_constant_default_value_pass.cpp */; }; - A99F40C8208664B600519635 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F07208664B500519635 /* set_spec_constant_default_value_pass.cpp */; }; - A99F40C9208664B600519635 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F08208664B500519635 /* passes.h */; }; - A99F40CA208664B600519635 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F08208664B500519635 /* passes.h */; }; - A99F40CB208664B600519635 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F09208664B500519635 /* fold.cpp */; }; - A99F40CC208664B600519635 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F09208664B500519635 /* fold.cpp */; }; - A99F40CD208664B600519635 /* strip_reflect_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0A208664B500519635 /* strip_reflect_info_pass.h */; }; - A99F40CE208664B600519635 /* strip_reflect_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0A208664B500519635 /* strip_reflect_info_pass.h */; }; - A99F40CF208664B600519635 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F0B208664B500519635 /* scalar_replacement_pass.cpp */; }; - A99F40D0208664B600519635 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F0B208664B500519635 /* scalar_replacement_pass.cpp */; }; - A99F40D1208664B600519635 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0C208664B500519635 /* simplification_pass.h */; }; - A99F40D2208664B600519635 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0C208664B500519635 /* simplification_pass.h */; }; - A99F40D3208664B600519635 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0D208664B500519635 /* remove_duplicates_pass.h */; }; - A99F40D4208664B600519635 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0D208664B500519635 /* remove_duplicates_pass.h */; }; - A99F40D5208664B600519635 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F0E208664B500519635 /* redundancy_elimination.cpp */; }; - A99F40D6208664B600519635 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F0E208664B500519635 /* redundancy_elimination.cpp */; }; - A99F40D7208664B600519635 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0F208664B500519635 /* reflect.h */; }; - A99F40D8208664B600519635 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F0F208664B500519635 /* reflect.h */; }; - A99F40D9208664B600519635 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F10208664B500519635 /* workaround1209.cpp */; }; - A99F40DA208664B600519635 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F10208664B500519635 /* workaround1209.cpp */; }; - A99F40DB208664B600519635 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F11208664B500519635 /* null_pass.h */; }; - A99F40DC208664B600519635 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F11208664B500519635 /* null_pass.h */; }; - A99F40DD208664B600519635 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F12208664B500519635 /* const_folding_rules.h */; }; - A99F40DE208664B600519635 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F12208664B500519635 /* const_folding_rules.h */; }; - A99F40DF208664B600519635 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F13208664B500519635 /* scalar_replacement_pass.h */; }; - A99F40E0208664B600519635 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F13208664B500519635 /* scalar_replacement_pass.h */; }; - A99F40E1208664B600519635 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F14208664B500519635 /* instruction.cpp */; }; - A99F40E2208664B600519635 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F14208664B500519635 /* instruction.cpp */; }; - A99F40E3208664B600519635 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F15208664B500519635 /* redundancy_elimination.h */; }; - A99F40E4208664B600519635 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F15208664B500519635 /* redundancy_elimination.h */; }; - A99F40E5208664B600519635 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F16208664B500519635 /* value_number_table.cpp */; }; - A99F40E6208664B600519635 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F16208664B500519635 /* value_number_table.cpp */; }; - A99F40E7208664B600519635 /* local_ssa_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F17208664B500519635 /* local_ssa_elim_pass.h */; }; - A99F40E8208664B600519635 /* local_ssa_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F17208664B500519635 /* local_ssa_elim_pass.h */; }; - A99F40E9208664B600519635 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F18208664B500519635 /* inline_opaque_pass.cpp */; }; - A99F40EA208664B600519635 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F18208664B500519635 /* inline_opaque_pass.cpp */; }; - A99F40EB208664B600519635 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F19208664B500519635 /* replace_invalid_opc.cpp */; }; - A99F40EC208664B600519635 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F19208664B500519635 /* replace_invalid_opc.cpp */; }; - A99F40ED208664B600519635 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1A208664B500519635 /* loop_utils.h */; }; - A99F40EE208664B600519635 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1A208664B500519635 /* loop_utils.h */; }; - A99F40EF208664B600519635 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1B208664B500519635 /* module.h */; }; - A99F40F0208664B600519635 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1B208664B500519635 /* module.h */; }; - A99F40F1208664B600519635 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F1C208664B500519635 /* dominator_analysis.cpp */; }; - A99F40F2208664B600519635 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F1C208664B500519635 /* dominator_analysis.cpp */; }; - A99F40F3208664B600519635 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1D208664B500519635 /* ir_builder.h */; }; - A99F40F4208664B600519635 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1D208664B500519635 /* ir_builder.h */; }; - A99F40F5208664B600519635 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1E208664B500519635 /* loop_unswitch_pass.h */; }; - A99F40F6208664B600519635 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1E208664B500519635 /* loop_unswitch_pass.h */; }; - A99F40F7208664B600519635 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1F208664B500519635 /* cfg.h */; }; - A99F40F8208664B600519635 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F1F208664B500519635 /* cfg.h */; }; - A99F40F9208664B600519635 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F20208664B500519635 /* loop_descriptor.h */; }; - A99F40FA208664B600519635 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F20208664B500519635 /* loop_descriptor.h */; }; - A99F40FB208664B600519635 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F21208664B500519635 /* instruction.h */; }; - A99F40FC208664B600519635 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F21208664B500519635 /* instruction.h */; }; - A99F40FD208664B600519635 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F22208664B500519635 /* aggressive_dead_code_elim_pass.h */; }; - A99F40FE208664B600519635 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F22208664B500519635 /* aggressive_dead_code_elim_pass.h */; }; - A99F40FF208664B600519635 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F23208664B500519635 /* pass_manager.h */; }; - A99F4100208664B600519635 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F23208664B500519635 /* pass_manager.h */; }; - A99F4101208664B600519635 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F24208664B500519635 /* local_access_chain_convert_pass.cpp */; }; - A99F4102208664B600519635 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F24208664B500519635 /* local_access_chain_convert_pass.cpp */; }; - A99F4103208664B600519635 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F25208664B500519635 /* basic_block.cpp */; }; - A99F4104208664B600519635 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F25208664B500519635 /* basic_block.cpp */; }; - A99F4105208664B600519635 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F26208664B500519635 /* iterator.h */; }; - A99F4106208664B600519635 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F26208664B500519635 /* iterator.h */; }; - A99F4107208664B600519635 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F27208664B500519635 /* licm_pass.h */; }; - A99F4108208664B600519635 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F27208664B500519635 /* licm_pass.h */; }; - A99F4109208664B600519635 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F28208664B500519635 /* build_module.h */; }; - A99F410A208664B600519635 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F28208664B500519635 /* build_module.h */; }; - A99F410B208664B600519635 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F29208664B500519635 /* ccp_pass.h */; }; - A99F410C208664B600519635 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F29208664B500519635 /* ccp_pass.h */; }; - A99F410D208664B600519635 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2A208664B500519635 /* function.h */; }; - A99F410E208664B600519635 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2A208664B500519635 /* function.h */; }; - A99F410F208664B600519635 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2B208664B500519635 /* feature_manager.h */; }; - A99F4110208664B600519635 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2B208664B500519635 /* feature_manager.h */; }; - A99F4111208664B600519635 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F2C208664B500519635 /* scalar_analysis_simplification.cpp */; }; - A99F4112208664B600519635 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F2C208664B500519635 /* scalar_analysis_simplification.cpp */; }; - A99F4113208664B600519635 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2D208664B500519635 /* set_spec_constant_default_value_pass.h */; }; - A99F4114208664B600519635 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2D208664B500519635 /* set_spec_constant_default_value_pass.h */; }; - A99F4115208664B600519635 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2E208664B500519635 /* dominator_tree.h */; }; - A99F4116208664B600519635 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2E208664B500519635 /* dominator_tree.h */; }; - A99F4117208664B600519635 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2F208664B500519635 /* type_manager.h */; }; - A99F4118208664B600519635 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F2F208664B500519635 /* type_manager.h */; }; - A99F4119208664B600519635 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F30208664B500519635 /* compact_ids_pass.cpp */; }; - A99F411A208664B600519635 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F30208664B500519635 /* compact_ids_pass.cpp */; }; - A99F411B208664B600519635 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F31208664B500519635 /* loop_peeling.cpp */; }; - A99F411C208664B600519635 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F31208664B500519635 /* loop_peeling.cpp */; }; - A99F411D208664B600519635 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F32208664B500519635 /* table.h */; }; - A99F411E208664B600519635 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F32208664B500519635 /* table.h */; }; - A99F411F208664B600519635 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F33208664B500519635 /* validate_image.cpp */; }; - A99F4120208664B600519635 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F33208664B500519635 /* validate_image.cpp */; }; - A99F4121208664B600519635 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F34208664B500519635 /* ext_inst.h */; }; - A99F4122208664B600519635 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F34208664B500519635 /* ext_inst.h */; }; - A99F4123208664B600519635 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F35208664B500519635 /* validate_literals.cpp */; }; - A99F4124208664B600519635 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F35208664B500519635 /* validate_literals.cpp */; }; - A99F4125208664B600519635 /* validate_type_unique.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F36208664B500519635 /* validate_type_unique.cpp */; }; - A99F4126208664B600519635 /* validate_type_unique.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F36208664B500519635 /* validate_type_unique.cpp */; }; - A99F4127208664B600519635 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F37208664B500519635 /* diagnostic.cpp */; }; - A99F4128208664B600519635 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F37208664B500519635 /* diagnostic.cpp */; }; - A99F4129208664B600519635 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F38208664B500519635 /* latest_version_spirv_header.h */; }; - A99F412A208664B600519635 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F38208664B500519635 /* latest_version_spirv_header.h */; }; - A99F412B208664B600519635 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F39208664B500519635 /* libspirv.cpp */; }; - A99F412C208664B600519635 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F39208664B500519635 /* libspirv.cpp */; }; - A99F412D208664B600519635 /* validate_ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F3A208664B500519635 /* validate_ext_inst.cpp */; }; - A99F412E208664B600519635 /* validate_ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F3A208664B500519635 /* validate_ext_inst.cpp */; }; - A99F412F208664B600519635 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F3B208664B500519635 /* instruction.h */; }; - A99F4130208664B600519635 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F3B208664B500519635 /* instruction.h */; }; - A99F4131208664B600519635 /* id_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F3C208664B500519635 /* id_descriptor.h */; }; - A99F4132208664B600519635 /* id_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F3C208664B500519635 /* id_descriptor.h */; }; - A99F4133208664B600519635 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F3D208664B500519635 /* opcode.h */; }; - A99F4134208664B600519635 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F3D208664B500519635 /* opcode.h */; }; - A99F4135208664B600519635 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F3E208664B500519635 /* operand.cpp */; }; - A99F4136208664B600519635 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F3E208664B500519635 /* operand.cpp */; }; - A99F4137208664B600519635 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F3F208664B500519635 /* validate_layout.cpp */; }; - A99F4138208664B600519635 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F3F208664B500519635 /* validate_layout.cpp */; }; - A99F4139208664B600519635 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F40208664B500519635 /* latest_version_glsl_std_450_header.h */; }; - A99F413A208664B600519635 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F40208664B500519635 /* latest_version_glsl_std_450_header.h */; }; - A99F413B208664B600519635 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F41208664B500519635 /* extensions.h */; }; - A99F413C208664B600519635 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F41208664B500519635 /* extensions.h */; }; - A99F413D208664B600519635 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F42208664B500519635 /* disassemble.cpp */; }; - A99F413E208664B600519635 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F42208664B500519635 /* disassemble.cpp */; }; - A99F413F208664B600519635 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F43208664B500519635 /* binary.h */; }; - A99F4140208664B600519635 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F43208664B500519635 /* binary.h */; }; - A99F4141208664B600519635 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F44208664B500519635 /* validate_composites.cpp */; }; - A99F4142208664B600519635 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F44208664B500519635 /* validate_composites.cpp */; }; - A99F4143208664B600519635 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F45208664B500519635 /* text_handler.cpp */; }; - A99F4144208664B600519635 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F45208664B500519635 /* text_handler.cpp */; }; - A99F4145208664B600519635 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F46208664B500519635 /* validate_primitives.cpp */; }; - A99F4146208664B600519635 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F46208664B500519635 /* validate_primitives.cpp */; }; - A99F4147208664B600519635 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F48208664B500519635 /* construct.h */; }; - A99F4148208664B600519635 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F48208664B500519635 /* construct.h */; }; - A99F4149208664B600519635 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F49208664B500519635 /* basic_block.h */; }; - A99F414A208664B600519635 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F49208664B500519635 /* basic_block.h */; }; - A99F414B208664B600519635 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F4A208664B500519635 /* validation_state.h */; }; - A99F414C208664B600519635 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F4A208664B500519635 /* validation_state.h */; }; - A99F414D208664B600519635 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4B208664B500519635 /* construct.cpp */; }; - A99F414E208664B600519635 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4B208664B500519635 /* construct.cpp */; }; - A99F414F208664B600519635 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4C208664B500519635 /* function.cpp */; }; - A99F4150208664B600519635 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4C208664B500519635 /* function.cpp */; }; - A99F4151208664B600519635 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4D208664B500519635 /* instruction.cpp */; }; - A99F4152208664B600519635 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4D208664B500519635 /* instruction.cpp */; }; - A99F4153208664B600519635 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F4E208664B500519635 /* instruction.h */; }; - A99F4154208664B600519635 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F4E208664B500519635 /* instruction.h */; }; - A99F4155208664B600519635 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4F208664B500519635 /* basic_block.cpp */; }; - A99F4156208664B600519635 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F4F208664B500519635 /* basic_block.cpp */; }; - A99F4157208664B600519635 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F50208664B500519635 /* function.h */; }; - A99F4158208664B600519635 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F50208664B500519635 /* function.h */; }; - A99F4159208664B600519635 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F51208664B500519635 /* validation_state.cpp */; }; - A99F415A208664B600519635 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99F3F51208664B500519635 /* validation_state.cpp */; }; - A99F415B208664B600519635 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F52208664B500519635 /* decoration.h */; }; - A99F415C208664B600519635 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A99F3F52208664B500519635 /* decoration.h */; }; A9A5782B2054A0E20072F392 /* SPVRemapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A577C12054A0E20072F392 /* SPVRemapper.h */; }; A9A5782C2054A0E20072F392 /* SPVRemapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A577C12054A0E20072F392 /* SPVRemapper.h */; }; A9A5782D2054A0E20072F392 /* SpvBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A577C22054A0E20072F392 /* SpvBuilder.h */; }; @@ -782,6 +818,294 @@ A90940A41C5808BB0094110D /* GLSLToSPIRVConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLSLToSPIRVConverter.h; sourceTree = ""; }; A90941A11C581F840094110D /* GLSLConversion.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = GLSLConversion.mm; sourceTree = ""; }; A90941A21C581F840094110D /* GLSLConversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLSLConversion.h; sourceTree = ""; }; + A910B95420BB5FDD008A7EC2 /* spirv_target_env.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_target_env.cpp; sourceTree = ""; }; + A910B95520BB5FDD008A7EC2 /* validate_cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_cfg.cpp; sourceTree = ""; }; + A910B95620BB5FDD008A7EC2 /* extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json"; sourceTree = ""; }; + A910B95720BB5FDD008A7EC2 /* validate_capability.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_capability.cpp; sourceTree = ""; }; + A910B95820BB5FDD008A7EC2 /* assembly_grammar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assembly_grammar.h; sourceTree = ""; }; + A910B95920BB5FDD008A7EC2 /* enum_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_set.h; sourceTree = ""; }; + A910B95A20BB5FDD008A7EC2 /* validate_barriers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_barriers.cpp; sourceTree = ""; }; + A910B95B20BB5FDD008A7EC2 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A910B95C20BB5FDD008A7EC2 /* extinst.spv-amd-shader-ballot.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-shader-ballot.grammar.json"; sourceTree = ""; }; + A910B95D20BB5FDD008A7EC2 /* text.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = ""; }; + A910B95E20BB5FDD008A7EC2 /* assembly_grammar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = assembly_grammar.cpp; sourceTree = ""; }; + A910B95F20BB5FDD008A7EC2 /* text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text.h; sourceTree = ""; }; + A910B96020BB5FDD008A7EC2 /* extensions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cpp; sourceTree = ""; }; + A910B96120BB5FDD008A7EC2 /* validate_non_uniform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_non_uniform.cpp; sourceTree = ""; }; + A910B96320BB5FDD008A7EC2 /* parse_number.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parse_number.h; sourceTree = ""; }; + A910B96420BB5FDD008A7EC2 /* ilist_node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist_node.h; sourceTree = ""; }; + A910B96520BB5FDD008A7EC2 /* string_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_utils.h; sourceTree = ""; }; + A910B96620BB5FDD008A7EC2 /* huffman_codec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = huffman_codec.h; sourceTree = ""; }; + A910B96720BB5FDD008A7EC2 /* bit_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_stream.h; sourceTree = ""; }; + A910B96820BB5FDD008A7EC2 /* timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timer.cpp; sourceTree = ""; }; + A910B96920BB5FDD008A7EC2 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = ""; }; + A910B96A20BB5FDD008A7EC2 /* string_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_utils.cpp; sourceTree = ""; }; + A910B96B20BB5FDD008A7EC2 /* bit_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_vector.h; sourceTree = ""; }; + A910B96C20BB5FDD008A7EC2 /* move_to_front.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = move_to_front.h; sourceTree = ""; }; + A910B96D20BB5FDD008A7EC2 /* bitutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitutils.h; sourceTree = ""; }; + A910B96E20BB5FDD008A7EC2 /* bit_stream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bit_stream.cpp; sourceTree = ""; }; + A910B96F20BB5FDD008A7EC2 /* hex_float.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hex_float.h; sourceTree = ""; }; + A910B97020BB5FDD008A7EC2 /* parse_number.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parse_number.cpp; sourceTree = ""; }; + A910B97120BB5FDD008A7EC2 /* bit_vector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bit_vector.cpp; sourceTree = ""; }; + A910B97220BB5FDD008A7EC2 /* ilist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist.h; sourceTree = ""; }; + A910B97320BB5FDD008A7EC2 /* spirv_target_env.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_target_env.h; sourceTree = ""; }; + A910B97420BB5FDD008A7EC2 /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = ""; }; + A910B97520BB5FDD008A7EC2 /* table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = table.cpp; sourceTree = ""; }; + A910B97620BB5FDD008A7EC2 /* id_descriptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = id_descriptor.cpp; sourceTree = ""; }; + A910B97720BB5FDD008A7EC2 /* validate_atomics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_atomics.cpp; sourceTree = ""; }; + A910B97820BB5FDD008A7EC2 /* validate_instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_instruction.cpp; sourceTree = ""; }; + A910B97920BB5FDD008A7EC2 /* validate_decorations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_decorations.cpp; sourceTree = ""; }; + A910B97A20BB5FDD008A7EC2 /* latest_version_opencl_std_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_opencl_std_header.h; sourceTree = ""; }; + A910B97B20BB5FDD008A7EC2 /* cfa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfa.h; sourceTree = ""; }; + A910B97C20BB5FDD008A7EC2 /* validate_builtins.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_builtins.cpp; sourceTree = ""; }; + A910B97D20BB5FDD008A7EC2 /* enum_string_mapping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_string_mapping.h; sourceTree = ""; }; + A910B97E20BB5FDD008A7EC2 /* spirv_validator_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_validator_options.cpp; sourceTree = ""; }; + A910B97F20BB5FDD008A7EC2 /* spirv_stats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_stats.cpp; sourceTree = ""; }; + A910B98020BB5FDD008A7EC2 /* extinst.spv-amd-shader-trinary-minmax.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-shader-trinary-minmax.grammar.json"; sourceTree = ""; }; + A910B98120BB5FDD008A7EC2 /* print.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = print.cpp; sourceTree = ""; }; + A910B98220BB5FDD008A7EC2 /* spirv_definition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_definition.h; sourceTree = ""; }; + A910B98320BB5FDD008A7EC2 /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = ""; }; + A910B98420BB5FDD008A7EC2 /* operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand.h; sourceTree = ""; }; + A910B98520BB5FDD008A7EC2 /* spirv_endian.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_endian.cpp; sourceTree = ""; }; + A910B98620BB5FDD008A7EC2 /* macro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = ""; }; + A910B98720BB5FDD008A7EC2 /* validate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate.cpp; sourceTree = ""; }; + A910B98820BB5FDD008A7EC2 /* spirv_constant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_constant.h; sourceTree = ""; }; + A910B98920BB5FDD008A7EC2 /* extinst.spv-amd-gcn-shader.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-gcn-shader.grammar.json"; sourceTree = ""; }; + A910B98A20BB5FDD008A7EC2 /* binary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary.cpp; sourceTree = ""; }; + A910B98B20BB5FDD008A7EC2 /* validate_bitwise.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_bitwise.cpp; sourceTree = ""; }; + A910B98C20BB5FDD008A7EC2 /* spirv_validator_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_validator_options.h; sourceTree = ""; }; + A910B98E20BB5FDD008A7EC2 /* markv_codec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = markv_codec.cpp; sourceTree = ""; }; + A910B98F20BB5FDD008A7EC2 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A910B99020BB5FDD008A7EC2 /* markv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = markv.h; sourceTree = ""; }; + A910B99120BB5FDD008A7EC2 /* markv_model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = markv_model.h; sourceTree = ""; }; + A910B99220BB5FDD008A7EC2 /* enum_string_mapping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = enum_string_mapping.cpp; sourceTree = ""; }; + A910B99320BB5FDD008A7EC2 /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate.h; sourceTree = ""; }; + A910B99420BB5FDD008A7EC2 /* text_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text_handler.h; sourceTree = ""; }; + A910B99520BB5FDD008A7EC2 /* parsed_operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsed_operand.h; sourceTree = ""; }; + A910B99620BB5FDD008A7EC2 /* name_mapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = name_mapper.h; sourceTree = ""; }; + A910B99720BB5FDD008A7EC2 /* parsed_operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsed_operand.cpp; sourceTree = ""; }; + A910B99820BB5FDD008A7EC2 /* validate_adjacency.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_adjacency.cpp; sourceTree = ""; }; + A910B99920BB5FDD008A7EC2 /* diagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = diagnostic.h; sourceTree = ""; }; + A910B99A20BB5FDD008A7EC2 /* spirv_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_endian.h; sourceTree = ""; }; + A910B99B20BB5FDD008A7EC2 /* name_mapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = name_mapper.cpp; sourceTree = ""; }; + A910B99C20BB5FDD008A7EC2 /* validate_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_conversion.cpp; sourceTree = ""; }; + A910B99D20BB5FDD008A7EC2 /* extinst.debuginfo.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = extinst.debuginfo.grammar.json; sourceTree = ""; }; + A910B99E20BB5FDD008A7EC2 /* validate_datarules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_datarules.cpp; sourceTree = ""; }; + A910B9A020BB5FDD008A7EC2 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A910B9A120BB5FDD008A7EC2 /* linker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linker.cpp; sourceTree = ""; }; + A910B9A220BB5FDD008A7EC2 /* validate_id.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_id.cpp; sourceTree = ""; }; + A910B9A320BB5FDD008A7EC2 /* software_version.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = software_version.cpp; sourceTree = ""; }; + A910B9A420BB5FDD008A7EC2 /* validate_arithmetics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_arithmetics.cpp; sourceTree = ""; }; + A910B9A520BB5FDD008A7EC2 /* spirv_stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_stats.h; sourceTree = ""; }; + A910B9A620BB5FDD008A7EC2 /* opcode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opcode.cpp; sourceTree = ""; }; + A910B9A720BB5FDD008A7EC2 /* validate_logicals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_logicals.cpp; sourceTree = ""; }; + A910B9A820BB5FDD008A7EC2 /* validate_derivatives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_derivatives.cpp; sourceTree = ""; }; + A910B9A920BB5FDD008A7EC2 /* print.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = print.h; sourceTree = ""; }; + A910B9AA20BB5FDD008A7EC2 /* ext_inst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ext_inst.cpp; sourceTree = ""; }; + A910B9AB20BB5FDD008A7EC2 /* disassemble.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disassemble.h; sourceTree = ""; }; + A910B9AD20BB5FDD008A7EC2 /* optimizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = optimizer.cpp; sourceTree = ""; }; + A910B9AE20BB5FDD008A7EC2 /* if_conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = if_conversion.h; sourceTree = ""; }; + A910B9AF20BB5FDD008A7EC2 /* register_pressure.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = register_pressure.cpp; sourceTree = ""; }; + A910B9B020BB5FDD008A7EC2 /* loop_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_utils.cpp; sourceTree = ""; }; + A910B9B120BB5FDD008A7EC2 /* merge_return_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_return_pass.h; sourceTree = ""; }; + A910B9B220BB5FDD008A7EC2 /* inline_opaque_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_opaque_pass.h; sourceTree = ""; }; + A910B9B320BB5FDD008A7EC2 /* loop_fusion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fusion.h; sourceTree = ""; }; + A910B9B420BB5FDD008A7EC2 /* build_module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = build_module.cpp; sourceTree = ""; }; + A910B9B520BB5FDD008A7EC2 /* composite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = composite.h; sourceTree = ""; }; + A910B9B620BB5FDD008A7EC2 /* compact_ids_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compact_ids_pass.h; sourceTree = ""; }; + A910B9B720BB5FDD008A7EC2 /* register_pressure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = register_pressure.h; sourceTree = ""; }; + A910B9B820BB5FDD008A7EC2 /* tree_iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree_iterator.h; sourceTree = ""; }; + A910B9B920BB5FDD008A7EC2 /* local_single_store_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_store_elim_pass.h; sourceTree = ""; }; + A910B9BA20BB5FDD008A7EC2 /* reduce_load_size.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduce_load_size.h; sourceTree = ""; }; + A910B9BB20BB5FDD008A7EC2 /* types.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = types.cpp; sourceTree = ""; }; + A910B9BC20BB5FDD008A7EC2 /* scalar_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis.h; sourceTree = ""; }; + A910B9BD20BB5FDD008A7EC2 /* strip_debug_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_debug_info_pass.h; sourceTree = ""; }; + A910B9BE20BB5FDD008A7EC2 /* cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg.cpp; sourceTree = ""; }; + A910B9BF20BB5FDD008A7EC2 /* make_unique.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = make_unique.h; sourceTree = ""; }; + A910B9C020BB5FDD008A7EC2 /* decoration_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decoration_manager.cpp; sourceTree = ""; }; + A910B9C120BB5FDD008A7EC2 /* local_single_block_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_block_elim_pass.cpp; sourceTree = ""; }; + A910B9C220BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = freeze_spec_constant_value_pass.cpp; sourceTree = ""; }; + A910B9C320BB5FDD008A7EC2 /* replace_invalid_opc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = replace_invalid_opc.h; sourceTree = ""; }; + A910B9C420BB5FDD008A7EC2 /* local_access_chain_convert_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_access_chain_convert_pass.h; sourceTree = ""; }; + A910B9C520BB5FDD008A7EC2 /* local_redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_redundancy_elimination.cpp; sourceTree = ""; }; + A910B9C620BB5FDD008A7EC2 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A910B9C720BB5FDD008A7EC2 /* propagator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = propagator.h; sourceTree = ""; }; + A910B9C820BB5FDD008A7EC2 /* instruction_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction_list.h; sourceTree = ""; }; + A910B9C920BB5FDD008A7EC2 /* insert_extract_elim.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = insert_extract_elim.cpp; sourceTree = ""; }; + A910B9CA20BB5FDD008A7EC2 /* feature_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = feature_manager.cpp; sourceTree = ""; }; + A910B9CB20BB5FDD008A7EC2 /* pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass.cpp; sourceTree = ""; }; + A910B9CC20BB5FDD008A7EC2 /* loop_fission.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fission.cpp; sourceTree = ""; }; + A910B9CD20BB5FDD008A7EC2 /* dominator_tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_tree.cpp; sourceTree = ""; }; + A910B9CE20BB5FDD008A7EC2 /* merge_return_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_return_pass.cpp; sourceTree = ""; }; + A910B9CF20BB5FDD008A7EC2 /* ir_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_context.h; sourceTree = ""; }; + A910B9D020BB5FDD008A7EC2 /* eliminate_dead_constant_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_constant_pass.cpp; sourceTree = ""; }; + A910B9D120BB5FDD008A7EC2 /* cfg_cleanup_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg_cleanup_pass.cpp; sourceTree = ""; }; + A910B9D220BB5FDD008A7EC2 /* const_folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = const_folding_rules.cpp; sourceTree = ""; }; + A910B9D320BB5FDD008A7EC2 /* loop_unroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unroller.h; sourceTree = ""; }; + A910B9D420BB5FDD008A7EC2 /* strip_debug_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_debug_info_pass.cpp; sourceTree = ""; }; + A910B9D520BB5FDD008A7EC2 /* ssa_rewrite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ssa_rewrite_pass.cpp; sourceTree = ""; }; + A910B9D620BB5FDD008A7EC2 /* loop_dependence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_dependence.cpp; sourceTree = ""; }; + A910B9D720BB5FDD008A7EC2 /* unify_const_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unify_const_pass.h; sourceTree = ""; }; + A910B9D820BB5FDD008A7EC2 /* ir_loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_loader.h; sourceTree = ""; }; + A910B9D920BB5FDD008A7EC2 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + A910B9DA20BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold_spec_constant_op_and_composite_pass.h; sourceTree = ""; }; + A910B9DB20BB5FDD008A7EC2 /* mem_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mem_pass.cpp; sourceTree = ""; }; + A910B9DC20BB5FDD008A7EC2 /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; + A910B9DD20BB5FDD008A7EC2 /* remove_duplicates_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_duplicates_pass.cpp; sourceTree = ""; }; + A910B9DE20BB5FDD008A7EC2 /* dead_variable_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_variable_elimination.cpp; sourceTree = ""; }; + A910B9DF20BB5FDD008A7EC2 /* block_merge_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_merge_pass.h; sourceTree = ""; }; + A910B9E020BB5FDD008A7EC2 /* module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = module.cpp; sourceTree = ""; }; + A910B9E120BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold_spec_constant_op_and_composite_pass.cpp; sourceTree = ""; }; + A910B9E220BB5FDD008A7EC2 /* loop_unswitch_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unswitch_pass.cpp; sourceTree = ""; }; + A910B9E320BB5FDD008A7EC2 /* unify_const_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unify_const_pass.cpp; sourceTree = ""; }; + A910B9E420BB5FDD008A7EC2 /* type_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = type_manager.cpp; sourceTree = ""; }; + A910B9E520BB5FDD008A7EC2 /* private_to_local_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private_to_local_pass.h; sourceTree = ""; }; + A910B9E620BB5FDD008A7EC2 /* inline_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_pass.cpp; sourceTree = ""; }; + A910B9E720BB5FDD008A7EC2 /* def_use_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = def_use_manager.h; sourceTree = ""; }; + A910B9E820BB5FDD008A7EC2 /* ir_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_loader.cpp; sourceTree = ""; }; + A910B9E920BB5FDD008A7EC2 /* cfg_cleanup_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg_cleanup_pass.h; sourceTree = ""; }; + A910B9EA20BB5FDD008A7EC2 /* licm_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = licm_pass.cpp; sourceTree = ""; }; + A910B9EB20BB5FDD008A7EC2 /* eliminate_dead_functions_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_functions_pass.cpp; sourceTree = ""; }; + A910B9EC20BB5FDD008A7EC2 /* local_redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_redundancy_elimination.h; sourceTree = ""; }; + A910B9ED20BB5FDD008A7EC2 /* loop_peeling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_peeling.h; sourceTree = ""; }; + A910B9EE20BB5FDD008A7EC2 /* vector_dce.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_dce.cpp; sourceTree = ""; }; + A910B9EF20BB5FDD008A7EC2 /* loop_unroller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unroller.cpp; sourceTree = ""; }; + A910B9F020BB5FDD008A7EC2 /* constants.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = constants.cpp; sourceTree = ""; }; + A910B9F120BB5FDD008A7EC2 /* loop_fusion_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fusion_pass.h; sourceTree = ""; }; + A910B9F220BB5FDD008A7EC2 /* common_uniform_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common_uniform_elim_pass.cpp; sourceTree = ""; }; + A910B9F320BB5FDD008A7EC2 /* def_use_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = def_use_manager.cpp; sourceTree = ""; }; + A910B9F420BB5FDD008A7EC2 /* strip_reflect_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_reflect_info_pass.cpp; sourceTree = ""; }; + A910B9F520BB5FDD008A7EC2 /* decoration_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration_manager.h; sourceTree = ""; }; + A910B9F620BB5FDD008A7EC2 /* ccp_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ccp_pass.cpp; sourceTree = ""; }; + A910B9F720BB5FDD008A7EC2 /* local_single_block_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_block_elim_pass.h; sourceTree = ""; }; + A910B9F820BB5FDD008A7EC2 /* strength_reduction_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strength_reduction_pass.h; sourceTree = ""; }; + A910B9F920BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aggressive_dead_code_elim_pass.cpp; sourceTree = ""; }; + A910B9FA20BB5FDD008A7EC2 /* simplification_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simplification_pass.cpp; sourceTree = ""; }; + A910B9FB20BB5FDD008A7EC2 /* dead_branch_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_branch_elim_pass.cpp; sourceTree = ""; }; + A910B9FC20BB5FDD008A7EC2 /* flatten_decoration_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flatten_decoration_pass.cpp; sourceTree = ""; }; + A910B9FD20BB5FDD008A7EC2 /* dead_insert_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_insert_elim_pass.h; sourceTree = ""; }; + A910B9FE20BB5FDD008A7EC2 /* folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = folding_rules.cpp; sourceTree = ""; }; + A910B9FF20BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freeze_spec_constant_value_pass.h; sourceTree = ""; }; + A910BA0020BB5FDD008A7EC2 /* ir_context.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_context.cpp; sourceTree = ""; }; + A910BA0120BB5FDD008A7EC2 /* mem_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mem_pass.h; sourceTree = ""; }; + A910BA0220BB5FDD008A7EC2 /* loop_descriptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_descriptor.cpp; sourceTree = ""; }; + A910BA0320BB5FDD008A7EC2 /* local_ssa_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_ssa_elim_pass.cpp; sourceTree = ""; }; + A910BA0420BB5FDD008A7EC2 /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; + A910BA0520BB5FDD008A7EC2 /* insert_extract_elim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = insert_extract_elim.h; sourceTree = ""; }; + A910BA0620BB5FDD008A7EC2 /* instruction_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction_list.cpp; sourceTree = ""; }; + A910BA0720BB5FDD008A7EC2 /* composite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = composite.cpp; sourceTree = ""; }; + A910BA0820BB5FDD008A7EC2 /* inline_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_pass.h; sourceTree = ""; }; + A910BA0920BB5FDD008A7EC2 /* loop_dependence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_dependence.h; sourceTree = ""; }; + A910BA0A20BB5FDD008A7EC2 /* value_number_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value_number_table.h; sourceTree = ""; }; + A910BA0B20BB5FDD008A7EC2 /* flatten_decoration_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flatten_decoration_pass.h; sourceTree = ""; }; + A910BA0C20BB5FDD008A7EC2 /* if_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = if_conversion.cpp; sourceTree = ""; }; + A910BA0D20BB5FDD008A7EC2 /* inline_exhaustive_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_exhaustive_pass.h; sourceTree = ""; }; + A910BA0E20BB5FDD008A7EC2 /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; + A910BA0F20BB5FDD008A7EC2 /* strength_reduction_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strength_reduction_pass.cpp; sourceTree = ""; }; + A910BA1020BB5FDD008A7EC2 /* copy_prop_arrays.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = copy_prop_arrays.cpp; sourceTree = ""; }; + A910BA1120BB5FDD008A7EC2 /* pass_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass_manager.cpp; sourceTree = ""; }; + A910BA1220BB5FDD008A7EC2 /* inline_exhaustive_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_exhaustive_pass.cpp; sourceTree = ""; }; + A910BA1320BB5FDD008A7EC2 /* loop_fission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fission.h; sourceTree = ""; }; + A910BA1420BB5FDD008A7EC2 /* workaround1209.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = workaround1209.h; sourceTree = ""; }; + A910BA1520BB5FDD008A7EC2 /* loop_fusion_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fusion_pass.cpp; sourceTree = ""; }; + A910BA1620BB5FDD008A7EC2 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; + A910BA1720BB5FDD008A7EC2 /* copy_prop_arrays.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copy_prop_arrays.h; sourceTree = ""; }; + A910BA1820BB5FDD008A7EC2 /* eliminate_dead_constant_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_constant_pass.h; sourceTree = ""; }; + A910BA1920BB5FDD008A7EC2 /* dead_insert_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_insert_elim_pass.cpp; sourceTree = ""; }; + A910BA1A20BB5FDD008A7EC2 /* ssa_rewrite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ssa_rewrite_pass.h; sourceTree = ""; }; + A910BA1B20BB5FDD008A7EC2 /* scalar_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis.cpp; sourceTree = ""; }; + A910BA1C20BB5FDD008A7EC2 /* dead_variable_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_variable_elimination.h; sourceTree = ""; }; + A910BA1D20BB5FDD008A7EC2 /* block_merge_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = block_merge_pass.cpp; sourceTree = ""; }; + A910BA1E20BB5FDD008A7EC2 /* dominator_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_analysis.h; sourceTree = ""; }; + A910BA1F20BB5FDD008A7EC2 /* pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass.h; sourceTree = ""; }; + A910BA2020BB5FDD008A7EC2 /* folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = folding_rules.h; sourceTree = ""; }; + A910BA2120BB5FDD008A7EC2 /* eliminate_dead_functions_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_functions_pass.h; sourceTree = ""; }; + A910BA2220BB5FDD008A7EC2 /* common_uniform_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common_uniform_elim_pass.h; sourceTree = ""; }; + A910BA2320BB5FDD008A7EC2 /* fold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold.h; sourceTree = ""; }; + A910BA2420BB5FDD008A7EC2 /* local_single_store_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_store_elim_pass.cpp; sourceTree = ""; }; + A910BA2520BB5FDD008A7EC2 /* dead_branch_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_branch_elim_pass.h; sourceTree = ""; }; + A910BA2620BB5FDD008A7EC2 /* private_to_local_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = private_to_local_pass.cpp; sourceTree = ""; }; + A910BA2720BB5FDD008A7EC2 /* scalar_analysis_nodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis_nodes.h; sourceTree = ""; }; + A910BA2820BB5FDD008A7EC2 /* propagator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = propagator.cpp; sourceTree = ""; }; + A910BA2920BB5FDD008A7EC2 /* loop_dependence_helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_dependence_helpers.cpp; sourceTree = ""; }; + A910BA2A20BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = set_spec_constant_default_value_pass.cpp; sourceTree = ""; }; + A910BA2B20BB5FDD008A7EC2 /* passes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = passes.h; sourceTree = ""; }; + A910BA2C20BB5FDD008A7EC2 /* fold.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold.cpp; sourceTree = ""; }; + A910BA2D20BB5FDD008A7EC2 /* strip_reflect_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_reflect_info_pass.h; sourceTree = ""; }; + A910BA2E20BB5FDD008A7EC2 /* scalar_replacement_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_replacement_pass.cpp; sourceTree = ""; }; + A910BA2F20BB5FDD008A7EC2 /* simplification_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simplification_pass.h; sourceTree = ""; }; + A910BA3020BB5FDD008A7EC2 /* remove_duplicates_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_duplicates_pass.h; sourceTree = ""; }; + A910BA3120BB5FDD008A7EC2 /* redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = redundancy_elimination.cpp; sourceTree = ""; }; + A910BA3220BB5FDD008A7EC2 /* reflect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reflect.h; sourceTree = ""; }; + A910BA3320BB5FDD008A7EC2 /* workaround1209.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = workaround1209.cpp; sourceTree = ""; }; + A910BA3420BB5FDD008A7EC2 /* null_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = null_pass.h; sourceTree = ""; }; + A910BA3520BB5FDD008A7EC2 /* const_folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = const_folding_rules.h; sourceTree = ""; }; + A910BA3620BB5FDD008A7EC2 /* scalar_replacement_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_replacement_pass.h; sourceTree = ""; }; + A910BA3720BB5FDD008A7EC2 /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; + A910BA3820BB5FDD008A7EC2 /* reduce_load_size.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduce_load_size.cpp; sourceTree = ""; }; + A910BA3920BB5FDD008A7EC2 /* redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = redundancy_elimination.h; sourceTree = ""; }; + A910BA3A20BB5FDD008A7EC2 /* value_number_table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = value_number_table.cpp; sourceTree = ""; }; + A910BA3B20BB5FDD008A7EC2 /* local_ssa_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_ssa_elim_pass.h; sourceTree = ""; }; + A910BA3C20BB5FDD008A7EC2 /* inline_opaque_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_opaque_pass.cpp; sourceTree = ""; }; + A910BA3D20BB5FDD008A7EC2 /* replace_invalid_opc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = replace_invalid_opc.cpp; sourceTree = ""; }; + A910BA3E20BB5FDD008A7EC2 /* loop_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_utils.h; sourceTree = ""; }; + A910BA3F20BB5FDD008A7EC2 /* module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = module.h; sourceTree = ""; }; + A910BA4020BB5FDD008A7EC2 /* dominator_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_analysis.cpp; sourceTree = ""; }; + A910BA4120BB5FDD008A7EC2 /* ir_builder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_builder.h; sourceTree = ""; }; + A910BA4220BB5FDD008A7EC2 /* loop_unswitch_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unswitch_pass.h; sourceTree = ""; }; + A910BA4320BB5FDD008A7EC2 /* cfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg.h; sourceTree = ""; }; + A910BA4420BB5FDD008A7EC2 /* loop_descriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_descriptor.h; sourceTree = ""; }; + A910BA4520BB5FDD008A7EC2 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; + A910BA4620BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aggressive_dead_code_elim_pass.h; sourceTree = ""; }; + A910BA4720BB5FDD008A7EC2 /* vector_dce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector_dce.h; sourceTree = ""; }; + A910BA4820BB5FDD008A7EC2 /* pass_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass_manager.h; sourceTree = ""; }; + A910BA4920BB5FDD008A7EC2 /* local_access_chain_convert_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_access_chain_convert_pass.cpp; sourceTree = ""; }; + A910BA4A20BB5FDD008A7EC2 /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; + A910BA4B20BB5FDD008A7EC2 /* iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iterator.h; sourceTree = ""; }; + A910BA4C20BB5FDD008A7EC2 /* licm_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = licm_pass.h; sourceTree = ""; }; + A910BA4D20BB5FDD008A7EC2 /* build_module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = build_module.h; sourceTree = ""; }; + A910BA4E20BB5FDD008A7EC2 /* ccp_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccp_pass.h; sourceTree = ""; }; + A910BA4F20BB5FDD008A7EC2 /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; + A910BA5020BB5FDD008A7EC2 /* loop_fusion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fusion.cpp; sourceTree = ""; }; + A910BA5120BB5FDD008A7EC2 /* feature_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = feature_manager.h; sourceTree = ""; }; + A910BA5220BB5FDD008A7EC2 /* scalar_analysis_simplification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis_simplification.cpp; sourceTree = ""; }; + A910BA5320BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = set_spec_constant_default_value_pass.h; sourceTree = ""; }; + A910BA5420BB5FDD008A7EC2 /* dominator_tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_tree.h; sourceTree = ""; }; + A910BA5520BB5FDD008A7EC2 /* type_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = type_manager.h; sourceTree = ""; }; + A910BA5620BB5FDD008A7EC2 /* compact_ids_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = compact_ids_pass.cpp; sourceTree = ""; }; + A910BA5720BB5FDD008A7EC2 /* loop_peeling.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_peeling.cpp; sourceTree = ""; }; + A910BA5820BB5FDD008A7EC2 /* table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = table.h; sourceTree = ""; }; + A910BA5920BB5FDD008A7EC2 /* validate_image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_image.cpp; sourceTree = ""; }; + A910BA5A20BB5FDD008A7EC2 /* ext_inst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ext_inst.h; sourceTree = ""; }; + A910BA5B20BB5FDD008A7EC2 /* validate_literals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_literals.cpp; sourceTree = ""; }; + A910BA5C20BB5FDD008A7EC2 /* validate_type_unique.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_type_unique.cpp; sourceTree = ""; }; + A910BA5D20BB5FDD008A7EC2 /* diagnostic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = diagnostic.cpp; sourceTree = ""; }; + A910BA5E20BB5FDD008A7EC2 /* latest_version_spirv_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_spirv_header.h; sourceTree = ""; }; + A910BA5F20BB5FDD008A7EC2 /* libspirv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = libspirv.cpp; sourceTree = ""; }; + A910BA6020BB5FDD008A7EC2 /* validate_ext_inst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ext_inst.cpp; sourceTree = ""; }; + A910BA6120BB5FDD008A7EC2 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; + A910BA6220BB5FDD008A7EC2 /* id_descriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = id_descriptor.h; sourceTree = ""; }; + A910BA6320BB5FDD008A7EC2 /* opcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opcode.h; sourceTree = ""; }; + A910BA6420BB5FDD008A7EC2 /* operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand.cpp; sourceTree = ""; }; + A910BA6520BB5FDD008A7EC2 /* validate_layout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_layout.cpp; sourceTree = ""; }; + A910BA6620BB5FDD008A7EC2 /* latest_version_glsl_std_450_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_glsl_std_450_header.h; sourceTree = ""; }; + A910BA6720BB5FDD008A7EC2 /* extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extensions.h; sourceTree = ""; }; + A910BA6820BB5FDD008A7EC2 /* disassemble.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = disassemble.cpp; sourceTree = ""; }; + A910BA6920BB5FDD008A7EC2 /* binary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = binary.h; sourceTree = ""; }; + A910BA6A20BB5FDD008A7EC2 /* validate_composites.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_composites.cpp; sourceTree = ""; }; + A910BA6B20BB5FDD008A7EC2 /* text_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text_handler.cpp; sourceTree = ""; }; + A910BA6C20BB5FDD008A7EC2 /* validate_primitives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_primitives.cpp; sourceTree = ""; }; + A910BA6E20BB5FDD008A7EC2 /* construct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = construct.h; sourceTree = ""; }; + A910BA6F20BB5FDD008A7EC2 /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; + A910BA7020BB5FDD008A7EC2 /* validation_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validation_state.h; sourceTree = ""; }; + A910BA7120BB5FDD008A7EC2 /* construct.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = construct.cpp; sourceTree = ""; }; + A910BA7220BB5FDD008A7EC2 /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; + A910BA7320BB5FDD008A7EC2 /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; + A910BA7420BB5FDD008A7EC2 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; + A910BA7520BB5FDD008A7EC2 /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; + A910BA7620BB5FDD008A7EC2 /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; + A910BA7720BB5FDD008A7EC2 /* validation_state.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validation_state.cpp; sourceTree = ""; }; + A910BA7820BB5FDD008A7EC2 /* decoration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration.h; sourceTree = ""; }; A925B70A1C7754B2006E7ECD /* FileSupport.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FileSupport.mm; sourceTree = ""; }; A925B70B1C7754B2006E7ECD /* FileSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileSupport.h; sourceTree = ""; }; A928C9171D0488DC00071B88 /* SPIRVConversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPIRVConversion.h; sourceTree = ""; }; @@ -799,276 +1123,6 @@ A97CC73E1C7527F3004A5C7E /* MoltenVKShaderConverterTool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MoltenVKShaderConverterTool.cpp; sourceTree = ""; }; A97CC73F1C7527F3004A5C7E /* MoltenVKShaderConverterTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MoltenVKShaderConverterTool.h; sourceTree = ""; }; A98149651FB6A98A005F00B4 /* MVKStrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVKStrings.h; sourceTree = ""; }; - A99F3E40208664B500519635 /* spirv_target_env.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_target_env.cpp; sourceTree = ""; }; - A99F3E41208664B500519635 /* validate_cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_cfg.cpp; sourceTree = ""; }; - A99F3E42208664B500519635 /* extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json"; sourceTree = ""; }; - A99F3E43208664B500519635 /* validate_capability.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_capability.cpp; sourceTree = ""; }; - A99F3E44208664B500519635 /* assembly_grammar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assembly_grammar.h; sourceTree = ""; }; - A99F3E45208664B500519635 /* enum_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_set.h; sourceTree = ""; }; - A99F3E46208664B500519635 /* validate_barriers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_barriers.cpp; sourceTree = ""; }; - A99F3E47208664B500519635 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A99F3E48208664B500519635 /* extinst.spv-amd-shader-ballot.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-shader-ballot.grammar.json"; sourceTree = ""; }; - A99F3E49208664B500519635 /* text.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = ""; }; - A99F3E4A208664B500519635 /* assembly_grammar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = assembly_grammar.cpp; sourceTree = ""; }; - A99F3E4B208664B500519635 /* text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text.h; sourceTree = ""; }; - A99F3E4C208664B500519635 /* extensions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cpp; sourceTree = ""; }; - A99F3E4E208664B500519635 /* parse_number.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parse_number.h; sourceTree = ""; }; - A99F3E4F208664B500519635 /* ilist_node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist_node.h; sourceTree = ""; }; - A99F3E50208664B500519635 /* string_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_utils.h; sourceTree = ""; }; - A99F3E51208664B500519635 /* huffman_codec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = huffman_codec.h; sourceTree = ""; }; - A99F3E52208664B500519635 /* bit_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_stream.h; sourceTree = ""; }; - A99F3E53208664B500519635 /* timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timer.cpp; sourceTree = ""; }; - A99F3E54208664B500519635 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = ""; }; - A99F3E55208664B500519635 /* string_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_utils.cpp; sourceTree = ""; }; - A99F3E56208664B500519635 /* move_to_front.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = move_to_front.h; sourceTree = ""; }; - A99F3E57208664B500519635 /* bitutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitutils.h; sourceTree = ""; }; - A99F3E58208664B500519635 /* bit_stream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bit_stream.cpp; sourceTree = ""; }; - A99F3E59208664B500519635 /* hex_float.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hex_float.h; sourceTree = ""; }; - A99F3E5A208664B500519635 /* parse_number.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parse_number.cpp; sourceTree = ""; }; - A99F3E5B208664B500519635 /* ilist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist.h; sourceTree = ""; }; - A99F3E5C208664B500519635 /* spirv_target_env.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_target_env.h; sourceTree = ""; }; - A99F3E5D208664B500519635 /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = ""; }; - A99F3E5E208664B500519635 /* table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = table.cpp; sourceTree = ""; }; - A99F3E5F208664B500519635 /* id_descriptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = id_descriptor.cpp; sourceTree = ""; }; - A99F3E60208664B500519635 /* validate_atomics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_atomics.cpp; sourceTree = ""; }; - A99F3E61208664B500519635 /* validate_instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_instruction.cpp; sourceTree = ""; }; - A99F3E62208664B500519635 /* validate_decorations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_decorations.cpp; sourceTree = ""; }; - A99F3E63208664B500519635 /* latest_version_opencl_std_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_opencl_std_header.h; sourceTree = ""; }; - A99F3E64208664B500519635 /* cfa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfa.h; sourceTree = ""; }; - A99F3E65208664B500519635 /* validate_builtins.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_builtins.cpp; sourceTree = ""; }; - A99F3E66208664B500519635 /* enum_string_mapping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_string_mapping.h; sourceTree = ""; }; - A99F3E67208664B500519635 /* spirv_validator_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_validator_options.cpp; sourceTree = ""; }; - A99F3E68208664B500519635 /* spirv_stats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_stats.cpp; sourceTree = ""; }; - A99F3E69208664B500519635 /* extinst.spv-amd-shader-trinary-minmax.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-shader-trinary-minmax.grammar.json"; sourceTree = ""; }; - A99F3E6A208664B500519635 /* print.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = print.cpp; sourceTree = ""; }; - A99F3E6B208664B500519635 /* spirv_definition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_definition.h; sourceTree = ""; }; - A99F3E6C208664B500519635 /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = ""; }; - A99F3E6D208664B500519635 /* operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand.h; sourceTree = ""; }; - A99F3E6E208664B500519635 /* spirv_endian.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_endian.cpp; sourceTree = ""; }; - A99F3E6F208664B500519635 /* macro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = ""; }; - A99F3E70208664B500519635 /* validate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate.cpp; sourceTree = ""; }; - A99F3E71208664B500519635 /* spirv_constant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_constant.h; sourceTree = ""; }; - A99F3E72208664B500519635 /* extinst.spv-amd-gcn-shader.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "extinst.spv-amd-gcn-shader.grammar.json"; sourceTree = ""; }; - A99F3E73208664B500519635 /* binary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary.cpp; sourceTree = ""; }; - A99F3E74208664B500519635 /* validate_bitwise.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_bitwise.cpp; sourceTree = ""; }; - A99F3E75208664B500519635 /* spirv_validator_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_validator_options.h; sourceTree = ""; }; - A99F3E77208664B500519635 /* markv_codec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = markv_codec.cpp; sourceTree = ""; }; - A99F3E78208664B500519635 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A99F3E79208664B500519635 /* markv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = markv.h; sourceTree = ""; }; - A99F3E7A208664B500519635 /* markv_model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = markv_model.h; sourceTree = ""; }; - A99F3E7B208664B500519635 /* enum_string_mapping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = enum_string_mapping.cpp; sourceTree = ""; }; - A99F3E7C208664B500519635 /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate.h; sourceTree = ""; }; - A99F3E7D208664B500519635 /* text_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text_handler.h; sourceTree = ""; }; - A99F3E7E208664B500519635 /* parsed_operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsed_operand.h; sourceTree = ""; }; - A99F3E7F208664B500519635 /* name_mapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = name_mapper.h; sourceTree = ""; }; - A99F3E80208664B500519635 /* parsed_operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsed_operand.cpp; sourceTree = ""; }; - A99F3E81208664B500519635 /* validate_adjacency.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_adjacency.cpp; sourceTree = ""; }; - A99F3E82208664B500519635 /* diagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = diagnostic.h; sourceTree = ""; }; - A99F3E83208664B500519635 /* spirv_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_endian.h; sourceTree = ""; }; - A99F3E84208664B500519635 /* name_mapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = name_mapper.cpp; sourceTree = ""; }; - A99F3E85208664B500519635 /* validate_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_conversion.cpp; sourceTree = ""; }; - A99F3E86208664B500519635 /* extinst.debuginfo.grammar.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = extinst.debuginfo.grammar.json; sourceTree = ""; }; - A99F3E87208664B500519635 /* validate_datarules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_datarules.cpp; sourceTree = ""; }; - A99F3E89208664B500519635 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A99F3E8A208664B500519635 /* linker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linker.cpp; sourceTree = ""; }; - A99F3E8B208664B500519635 /* validate_id.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_id.cpp; sourceTree = ""; }; - A99F3E8C208664B500519635 /* software_version.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = software_version.cpp; sourceTree = ""; }; - A99F3E8D208664B500519635 /* validate_arithmetics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_arithmetics.cpp; sourceTree = ""; }; - A99F3E8E208664B500519635 /* spirv_stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_stats.h; sourceTree = ""; }; - A99F3E8F208664B500519635 /* opcode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opcode.cpp; sourceTree = ""; }; - A99F3E90208664B500519635 /* validate_logicals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_logicals.cpp; sourceTree = ""; }; - A99F3E91208664B500519635 /* validate_derivatives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_derivatives.cpp; sourceTree = ""; }; - A99F3E92208664B500519635 /* print.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = print.h; sourceTree = ""; }; - A99F3E93208664B500519635 /* ext_inst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ext_inst.cpp; sourceTree = ""; }; - A99F3E94208664B500519635 /* disassemble.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disassemble.h; sourceTree = ""; }; - A99F3E96208664B500519635 /* optimizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = optimizer.cpp; sourceTree = ""; }; - A99F3E97208664B500519635 /* if_conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = if_conversion.h; sourceTree = ""; }; - A99F3E98208664B500519635 /* loop_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_utils.cpp; sourceTree = ""; }; - A99F3E99208664B500519635 /* merge_return_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_return_pass.h; sourceTree = ""; }; - A99F3E9A208664B500519635 /* inline_opaque_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_opaque_pass.h; sourceTree = ""; }; - A99F3E9B208664B500519635 /* build_module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = build_module.cpp; sourceTree = ""; }; - A99F3E9C208664B500519635 /* composite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = composite.h; sourceTree = ""; }; - A99F3E9D208664B500519635 /* compact_ids_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compact_ids_pass.h; sourceTree = ""; }; - A99F3E9E208664B500519635 /* tree_iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree_iterator.h; sourceTree = ""; }; - A99F3E9F208664B500519635 /* local_single_store_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_store_elim_pass.h; sourceTree = ""; }; - A99F3EA0208664B500519635 /* types.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = types.cpp; sourceTree = ""; }; - A99F3EA1208664B500519635 /* scalar_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis.h; sourceTree = ""; }; - A99F3EA2208664B500519635 /* strip_debug_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_debug_info_pass.h; sourceTree = ""; }; - A99F3EA3208664B500519635 /* cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg.cpp; sourceTree = ""; }; - A99F3EA4208664B500519635 /* make_unique.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = make_unique.h; sourceTree = ""; }; - A99F3EA5208664B500519635 /* decoration_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decoration_manager.cpp; sourceTree = ""; }; - A99F3EA6208664B500519635 /* local_single_block_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_block_elim_pass.cpp; sourceTree = ""; }; - A99F3EA7208664B500519635 /* freeze_spec_constant_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = freeze_spec_constant_value_pass.cpp; sourceTree = ""; }; - A99F3EA8208664B500519635 /* replace_invalid_opc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = replace_invalid_opc.h; sourceTree = ""; }; - A99F3EA9208664B500519635 /* local_access_chain_convert_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_access_chain_convert_pass.h; sourceTree = ""; }; - A99F3EAA208664B500519635 /* local_redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_redundancy_elimination.cpp; sourceTree = ""; }; - A99F3EAB208664B500519635 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A99F3EAC208664B500519635 /* propagator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = propagator.h; sourceTree = ""; }; - A99F3EAD208664B500519635 /* instruction_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction_list.h; sourceTree = ""; }; - A99F3EAE208664B500519635 /* insert_extract_elim.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = insert_extract_elim.cpp; sourceTree = ""; }; - A99F3EAF208664B500519635 /* feature_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = feature_manager.cpp; sourceTree = ""; }; - A99F3EB0208664B500519635 /* pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass.cpp; sourceTree = ""; }; - A99F3EB1208664B500519635 /* dominator_tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_tree.cpp; sourceTree = ""; }; - A99F3EB2208664B500519635 /* merge_return_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_return_pass.cpp; sourceTree = ""; }; - A99F3EB3208664B500519635 /* ir_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_context.h; sourceTree = ""; }; - A99F3EB4208664B500519635 /* eliminate_dead_constant_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_constant_pass.cpp; sourceTree = ""; }; - A99F3EB5208664B500519635 /* cfg_cleanup_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg_cleanup_pass.cpp; sourceTree = ""; }; - A99F3EB6208664B500519635 /* const_folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = const_folding_rules.cpp; sourceTree = ""; }; - A99F3EB7208664B500519635 /* loop_unroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unroller.h; sourceTree = ""; }; - A99F3EB8208664B500519635 /* strip_debug_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_debug_info_pass.cpp; sourceTree = ""; }; - A99F3EB9208664B500519635 /* ssa_rewrite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ssa_rewrite_pass.cpp; sourceTree = ""; }; - A99F3EBA208664B500519635 /* unify_const_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unify_const_pass.h; sourceTree = ""; }; - A99F3EBB208664B500519635 /* ir_loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_loader.h; sourceTree = ""; }; - A99F3EBC208664B500519635 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; - A99F3EBD208664B500519635 /* fold_spec_constant_op_and_composite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold_spec_constant_op_and_composite_pass.h; sourceTree = ""; }; - A99F3EBE208664B500519635 /* mem_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mem_pass.cpp; sourceTree = ""; }; - A99F3EBF208664B500519635 /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; - A99F3EC0208664B500519635 /* remove_duplicates_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_duplicates_pass.cpp; sourceTree = ""; }; - A99F3EC1208664B500519635 /* dead_variable_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_variable_elimination.cpp; sourceTree = ""; }; - A99F3EC2208664B500519635 /* block_merge_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_merge_pass.h; sourceTree = ""; }; - A99F3EC3208664B500519635 /* module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = module.cpp; sourceTree = ""; }; - A99F3EC4208664B500519635 /* fold_spec_constant_op_and_composite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold_spec_constant_op_and_composite_pass.cpp; sourceTree = ""; }; - A99F3EC5208664B500519635 /* loop_unswitch_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unswitch_pass.cpp; sourceTree = ""; }; - A99F3EC6208664B500519635 /* unify_const_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unify_const_pass.cpp; sourceTree = ""; }; - A99F3EC7208664B500519635 /* type_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = type_manager.cpp; sourceTree = ""; }; - A99F3EC8208664B500519635 /* private_to_local_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private_to_local_pass.h; sourceTree = ""; }; - A99F3EC9208664B500519635 /* inline_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_pass.cpp; sourceTree = ""; }; - A99F3ECA208664B500519635 /* def_use_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = def_use_manager.h; sourceTree = ""; }; - A99F3ECB208664B500519635 /* ir_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_loader.cpp; sourceTree = ""; }; - A99F3ECC208664B500519635 /* cfg_cleanup_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg_cleanup_pass.h; sourceTree = ""; }; - A99F3ECD208664B500519635 /* licm_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = licm_pass.cpp; sourceTree = ""; }; - A99F3ECE208664B500519635 /* eliminate_dead_functions_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_functions_pass.cpp; sourceTree = ""; }; - A99F3ECF208664B500519635 /* local_redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_redundancy_elimination.h; sourceTree = ""; }; - A99F3ED0208664B500519635 /* loop_peeling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_peeling.h; sourceTree = ""; }; - A99F3ED1208664B500519635 /* loop_unroller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unroller.cpp; sourceTree = ""; }; - A99F3ED2208664B500519635 /* constants.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = constants.cpp; sourceTree = ""; }; - A99F3ED3208664B500519635 /* common_uniform_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common_uniform_elim_pass.cpp; sourceTree = ""; }; - A99F3ED4208664B500519635 /* def_use_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = def_use_manager.cpp; sourceTree = ""; }; - A99F3ED5208664B500519635 /* strip_reflect_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_reflect_info_pass.cpp; sourceTree = ""; }; - A99F3ED6208664B500519635 /* decoration_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration_manager.h; sourceTree = ""; }; - A99F3ED7208664B500519635 /* ccp_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ccp_pass.cpp; sourceTree = ""; }; - A99F3ED8208664B500519635 /* local_single_block_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_block_elim_pass.h; sourceTree = ""; }; - A99F3ED9208664B500519635 /* strength_reduction_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strength_reduction_pass.h; sourceTree = ""; }; - A99F3EDA208664B500519635 /* aggressive_dead_code_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aggressive_dead_code_elim_pass.cpp; sourceTree = ""; }; - A99F3EDB208664B500519635 /* simplification_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simplification_pass.cpp; sourceTree = ""; }; - A99F3EDC208664B500519635 /* dead_branch_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_branch_elim_pass.cpp; sourceTree = ""; }; - A99F3EDD208664B500519635 /* flatten_decoration_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flatten_decoration_pass.cpp; sourceTree = ""; }; - A99F3EDE208664B500519635 /* dead_insert_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_insert_elim_pass.h; sourceTree = ""; }; - A99F3EDF208664B500519635 /* folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = folding_rules.cpp; sourceTree = ""; }; - A99F3EE0208664B500519635 /* freeze_spec_constant_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freeze_spec_constant_value_pass.h; sourceTree = ""; }; - A99F3EE1208664B500519635 /* ir_context.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_context.cpp; sourceTree = ""; }; - A99F3EE2208664B500519635 /* mem_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mem_pass.h; sourceTree = ""; }; - A99F3EE3208664B500519635 /* loop_descriptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_descriptor.cpp; sourceTree = ""; }; - A99F3EE4208664B500519635 /* local_ssa_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_ssa_elim_pass.cpp; sourceTree = ""; }; - A99F3EE5208664B500519635 /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; - A99F3EE6208664B500519635 /* insert_extract_elim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = insert_extract_elim.h; sourceTree = ""; }; - A99F3EE7208664B500519635 /* instruction_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction_list.cpp; sourceTree = ""; }; - A99F3EE8208664B500519635 /* composite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = composite.cpp; sourceTree = ""; }; - A99F3EE9208664B500519635 /* inline_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_pass.h; sourceTree = ""; }; - A99F3EEA208664B500519635 /* value_number_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value_number_table.h; sourceTree = ""; }; - A99F3EEB208664B500519635 /* flatten_decoration_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flatten_decoration_pass.h; sourceTree = ""; }; - A99F3EEC208664B500519635 /* if_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = if_conversion.cpp; sourceTree = ""; }; - A99F3EED208664B500519635 /* inline_exhaustive_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_exhaustive_pass.h; sourceTree = ""; }; - A99F3EEE208664B500519635 /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; - A99F3EEF208664B500519635 /* strength_reduction_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strength_reduction_pass.cpp; sourceTree = ""; }; - A99F3EF0208664B500519635 /* copy_prop_arrays.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = copy_prop_arrays.cpp; sourceTree = ""; }; - A99F3EF1208664B500519635 /* pass_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass_manager.cpp; sourceTree = ""; }; - A99F3EF2208664B500519635 /* inline_exhaustive_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_exhaustive_pass.cpp; sourceTree = ""; }; - A99F3EF3208664B500519635 /* workaround1209.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = workaround1209.h; sourceTree = ""; }; - A99F3EF4208664B500519635 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; - A99F3EF5208664B500519635 /* copy_prop_arrays.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copy_prop_arrays.h; sourceTree = ""; }; - A99F3EF6208664B500519635 /* eliminate_dead_constant_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_constant_pass.h; sourceTree = ""; }; - A99F3EF7208664B500519635 /* dead_insert_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_insert_elim_pass.cpp; sourceTree = ""; }; - A99F3EF8208664B500519635 /* ssa_rewrite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ssa_rewrite_pass.h; sourceTree = ""; }; - A99F3EF9208664B500519635 /* scalar_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis.cpp; sourceTree = ""; }; - A99F3EFA208664B500519635 /* dead_variable_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_variable_elimination.h; sourceTree = ""; }; - A99F3EFB208664B500519635 /* block_merge_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = block_merge_pass.cpp; sourceTree = ""; }; - A99F3EFC208664B500519635 /* dominator_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_analysis.h; sourceTree = ""; }; - A99F3EFD208664B500519635 /* pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass.h; sourceTree = ""; }; - A99F3EFE208664B500519635 /* folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = folding_rules.h; sourceTree = ""; }; - A99F3EFF208664B500519635 /* eliminate_dead_functions_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_functions_pass.h; sourceTree = ""; }; - A99F3F00208664B500519635 /* common_uniform_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common_uniform_elim_pass.h; sourceTree = ""; }; - A99F3F01208664B500519635 /* fold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold.h; sourceTree = ""; }; - A99F3F02208664B500519635 /* local_single_store_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_store_elim_pass.cpp; sourceTree = ""; }; - A99F3F03208664B500519635 /* dead_branch_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_branch_elim_pass.h; sourceTree = ""; }; - A99F3F04208664B500519635 /* private_to_local_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = private_to_local_pass.cpp; sourceTree = ""; }; - A99F3F05208664B500519635 /* scalar_analysis_nodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis_nodes.h; sourceTree = ""; }; - A99F3F06208664B500519635 /* propagator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = propagator.cpp; sourceTree = ""; }; - A99F3F07208664B500519635 /* set_spec_constant_default_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = set_spec_constant_default_value_pass.cpp; sourceTree = ""; }; - A99F3F08208664B500519635 /* passes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = passes.h; sourceTree = ""; }; - A99F3F09208664B500519635 /* fold.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold.cpp; sourceTree = ""; }; - A99F3F0A208664B500519635 /* strip_reflect_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_reflect_info_pass.h; sourceTree = ""; }; - A99F3F0B208664B500519635 /* scalar_replacement_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_replacement_pass.cpp; sourceTree = ""; }; - A99F3F0C208664B500519635 /* simplification_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simplification_pass.h; sourceTree = ""; }; - A99F3F0D208664B500519635 /* remove_duplicates_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_duplicates_pass.h; sourceTree = ""; }; - A99F3F0E208664B500519635 /* redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = redundancy_elimination.cpp; sourceTree = ""; }; - A99F3F0F208664B500519635 /* reflect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reflect.h; sourceTree = ""; }; - A99F3F10208664B500519635 /* workaround1209.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = workaround1209.cpp; sourceTree = ""; }; - A99F3F11208664B500519635 /* null_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = null_pass.h; sourceTree = ""; }; - A99F3F12208664B500519635 /* const_folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = const_folding_rules.h; sourceTree = ""; }; - A99F3F13208664B500519635 /* scalar_replacement_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_replacement_pass.h; sourceTree = ""; }; - A99F3F14208664B500519635 /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; - A99F3F15208664B500519635 /* redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = redundancy_elimination.h; sourceTree = ""; }; - A99F3F16208664B500519635 /* value_number_table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = value_number_table.cpp; sourceTree = ""; }; - A99F3F17208664B500519635 /* local_ssa_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_ssa_elim_pass.h; sourceTree = ""; }; - A99F3F18208664B500519635 /* inline_opaque_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_opaque_pass.cpp; sourceTree = ""; }; - A99F3F19208664B500519635 /* replace_invalid_opc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = replace_invalid_opc.cpp; sourceTree = ""; }; - A99F3F1A208664B500519635 /* loop_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_utils.h; sourceTree = ""; }; - A99F3F1B208664B500519635 /* module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = module.h; sourceTree = ""; }; - A99F3F1C208664B500519635 /* dominator_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_analysis.cpp; sourceTree = ""; }; - A99F3F1D208664B500519635 /* ir_builder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_builder.h; sourceTree = ""; }; - A99F3F1E208664B500519635 /* loop_unswitch_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unswitch_pass.h; sourceTree = ""; }; - A99F3F1F208664B500519635 /* cfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg.h; sourceTree = ""; }; - A99F3F20208664B500519635 /* loop_descriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_descriptor.h; sourceTree = ""; }; - A99F3F21208664B500519635 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; - A99F3F22208664B500519635 /* aggressive_dead_code_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aggressive_dead_code_elim_pass.h; sourceTree = ""; }; - A99F3F23208664B500519635 /* pass_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass_manager.h; sourceTree = ""; }; - A99F3F24208664B500519635 /* local_access_chain_convert_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_access_chain_convert_pass.cpp; sourceTree = ""; }; - A99F3F25208664B500519635 /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; - A99F3F26208664B500519635 /* iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iterator.h; sourceTree = ""; }; - A99F3F27208664B500519635 /* licm_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = licm_pass.h; sourceTree = ""; }; - A99F3F28208664B500519635 /* build_module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = build_module.h; sourceTree = ""; }; - A99F3F29208664B500519635 /* ccp_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccp_pass.h; sourceTree = ""; }; - A99F3F2A208664B500519635 /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; - A99F3F2B208664B500519635 /* feature_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = feature_manager.h; sourceTree = ""; }; - A99F3F2C208664B500519635 /* scalar_analysis_simplification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis_simplification.cpp; sourceTree = ""; }; - A99F3F2D208664B500519635 /* set_spec_constant_default_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = set_spec_constant_default_value_pass.h; sourceTree = ""; }; - A99F3F2E208664B500519635 /* dominator_tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_tree.h; sourceTree = ""; }; - A99F3F2F208664B500519635 /* type_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = type_manager.h; sourceTree = ""; }; - A99F3F30208664B500519635 /* compact_ids_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = compact_ids_pass.cpp; sourceTree = ""; }; - A99F3F31208664B500519635 /* loop_peeling.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_peeling.cpp; sourceTree = ""; }; - A99F3F32208664B500519635 /* table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = table.h; sourceTree = ""; }; - A99F3F33208664B500519635 /* validate_image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_image.cpp; sourceTree = ""; }; - A99F3F34208664B500519635 /* ext_inst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ext_inst.h; sourceTree = ""; }; - A99F3F35208664B500519635 /* validate_literals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_literals.cpp; sourceTree = ""; }; - A99F3F36208664B500519635 /* validate_type_unique.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_type_unique.cpp; sourceTree = ""; }; - A99F3F37208664B500519635 /* diagnostic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = diagnostic.cpp; sourceTree = ""; }; - A99F3F38208664B500519635 /* latest_version_spirv_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_spirv_header.h; sourceTree = ""; }; - A99F3F39208664B500519635 /* libspirv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = libspirv.cpp; sourceTree = ""; }; - A99F3F3A208664B500519635 /* validate_ext_inst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ext_inst.cpp; sourceTree = ""; }; - A99F3F3B208664B500519635 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; - A99F3F3C208664B500519635 /* id_descriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = id_descriptor.h; sourceTree = ""; }; - A99F3F3D208664B500519635 /* opcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opcode.h; sourceTree = ""; }; - A99F3F3E208664B500519635 /* operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand.cpp; sourceTree = ""; }; - A99F3F3F208664B500519635 /* validate_layout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_layout.cpp; sourceTree = ""; }; - A99F3F40208664B500519635 /* latest_version_glsl_std_450_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_glsl_std_450_header.h; sourceTree = ""; }; - A99F3F41208664B500519635 /* extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extensions.h; sourceTree = ""; }; - A99F3F42208664B500519635 /* disassemble.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = disassemble.cpp; sourceTree = ""; }; - A99F3F43208664B500519635 /* binary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = binary.h; sourceTree = ""; }; - A99F3F44208664B500519635 /* validate_composites.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_composites.cpp; sourceTree = ""; }; - A99F3F45208664B500519635 /* text_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text_handler.cpp; sourceTree = ""; }; - A99F3F46208664B500519635 /* validate_primitives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_primitives.cpp; sourceTree = ""; }; - A99F3F48208664B500519635 /* construct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = construct.h; sourceTree = ""; }; - A99F3F49208664B500519635 /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; - A99F3F4A208664B500519635 /* validation_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validation_state.h; sourceTree = ""; }; - A99F3F4B208664B500519635 /* construct.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = construct.cpp; sourceTree = ""; }; - A99F3F4C208664B500519635 /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; - A99F3F4D208664B500519635 /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; - A99F3F4E208664B500519635 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; - A99F3F4F208664B500519635 /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; - A99F3F50208664B500519635 /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; - A99F3F51208664B500519635 /* validation_state.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validation_state.cpp; sourceTree = ""; }; - A99F3F52208664B500519635 /* decoration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration.h; sourceTree = ""; }; A9A577C12054A0E20072F392 /* SPVRemapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPVRemapper.h; sourceTree = ""; }; A9A577C22054A0E20072F392 /* SpvBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpvBuilder.h; sourceTree = ""; }; A9A577C32054A0E20072F392 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; @@ -1214,6 +1268,342 @@ path = MoltenVKGLSLToSPIRVConverter; sourceTree = ""; }; + A910B95320BB5FDD008A7EC2 /* source */ = { + isa = PBXGroup; + children = ( + A910B95420BB5FDD008A7EC2 /* spirv_target_env.cpp */, + A910B95520BB5FDD008A7EC2 /* validate_cfg.cpp */, + A910B95620BB5FDD008A7EC2 /* extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json */, + A910B95720BB5FDD008A7EC2 /* validate_capability.cpp */, + A910B95820BB5FDD008A7EC2 /* assembly_grammar.h */, + A910B95920BB5FDD008A7EC2 /* enum_set.h */, + A910B95A20BB5FDD008A7EC2 /* validate_barriers.cpp */, + A910B95B20BB5FDD008A7EC2 /* CMakeLists.txt */, + A910B95C20BB5FDD008A7EC2 /* extinst.spv-amd-shader-ballot.grammar.json */, + A910B95D20BB5FDD008A7EC2 /* text.cpp */, + A910B95E20BB5FDD008A7EC2 /* assembly_grammar.cpp */, + A910B95F20BB5FDD008A7EC2 /* text.h */, + A910B96020BB5FDD008A7EC2 /* extensions.cpp */, + A910B96120BB5FDD008A7EC2 /* validate_non_uniform.cpp */, + A910B96220BB5FDD008A7EC2 /* util */, + A910B97320BB5FDD008A7EC2 /* spirv_target_env.h */, + A910B97420BB5FDD008A7EC2 /* message.cpp */, + A910B97520BB5FDD008A7EC2 /* table.cpp */, + A910B97620BB5FDD008A7EC2 /* id_descriptor.cpp */, + A910B97720BB5FDD008A7EC2 /* validate_atomics.cpp */, + A910B97820BB5FDD008A7EC2 /* validate_instruction.cpp */, + A910B97920BB5FDD008A7EC2 /* validate_decorations.cpp */, + A910B97A20BB5FDD008A7EC2 /* latest_version_opencl_std_header.h */, + A910B97B20BB5FDD008A7EC2 /* cfa.h */, + A910B97C20BB5FDD008A7EC2 /* validate_builtins.cpp */, + A910B97D20BB5FDD008A7EC2 /* enum_string_mapping.h */, + A910B97E20BB5FDD008A7EC2 /* spirv_validator_options.cpp */, + A910B97F20BB5FDD008A7EC2 /* spirv_stats.cpp */, + A910B98020BB5FDD008A7EC2 /* extinst.spv-amd-shader-trinary-minmax.grammar.json */, + A910B98120BB5FDD008A7EC2 /* print.cpp */, + A910B98220BB5FDD008A7EC2 /* spirv_definition.h */, + A910B98320BB5FDD008A7EC2 /* message.h */, + A910B98420BB5FDD008A7EC2 /* operand.h */, + A910B98520BB5FDD008A7EC2 /* spirv_endian.cpp */, + A910B98620BB5FDD008A7EC2 /* macro.h */, + A910B98720BB5FDD008A7EC2 /* validate.cpp */, + A910B98820BB5FDD008A7EC2 /* spirv_constant.h */, + A910B98920BB5FDD008A7EC2 /* extinst.spv-amd-gcn-shader.grammar.json */, + A910B98A20BB5FDD008A7EC2 /* binary.cpp */, + A910B98B20BB5FDD008A7EC2 /* validate_bitwise.cpp */, + A910B98C20BB5FDD008A7EC2 /* spirv_validator_options.h */, + A910B98D20BB5FDD008A7EC2 /* comp */, + A910B99220BB5FDD008A7EC2 /* enum_string_mapping.cpp */, + A910B99320BB5FDD008A7EC2 /* validate.h */, + A910B99420BB5FDD008A7EC2 /* text_handler.h */, + A910B99520BB5FDD008A7EC2 /* parsed_operand.h */, + A910B99620BB5FDD008A7EC2 /* name_mapper.h */, + A910B99720BB5FDD008A7EC2 /* parsed_operand.cpp */, + A910B99820BB5FDD008A7EC2 /* validate_adjacency.cpp */, + A910B99920BB5FDD008A7EC2 /* diagnostic.h */, + A910B99A20BB5FDD008A7EC2 /* spirv_endian.h */, + A910B99B20BB5FDD008A7EC2 /* name_mapper.cpp */, + A910B99C20BB5FDD008A7EC2 /* validate_conversion.cpp */, + A910B99D20BB5FDD008A7EC2 /* extinst.debuginfo.grammar.json */, + A910B99E20BB5FDD008A7EC2 /* validate_datarules.cpp */, + A910B99F20BB5FDD008A7EC2 /* link */, + A910B9A220BB5FDD008A7EC2 /* validate_id.cpp */, + A910B9A320BB5FDD008A7EC2 /* software_version.cpp */, + A910B9A420BB5FDD008A7EC2 /* validate_arithmetics.cpp */, + A910B9A520BB5FDD008A7EC2 /* spirv_stats.h */, + A910B9A620BB5FDD008A7EC2 /* opcode.cpp */, + A910B9A720BB5FDD008A7EC2 /* validate_logicals.cpp */, + A910B9A820BB5FDD008A7EC2 /* validate_derivatives.cpp */, + A910B9A920BB5FDD008A7EC2 /* print.h */, + A910B9AA20BB5FDD008A7EC2 /* ext_inst.cpp */, + A910B9AB20BB5FDD008A7EC2 /* disassemble.h */, + A910B9AC20BB5FDD008A7EC2 /* opt */, + A910BA5820BB5FDD008A7EC2 /* table.h */, + A910BA5920BB5FDD008A7EC2 /* validate_image.cpp */, + A910BA5A20BB5FDD008A7EC2 /* ext_inst.h */, + A910BA5B20BB5FDD008A7EC2 /* validate_literals.cpp */, + A910BA5C20BB5FDD008A7EC2 /* validate_type_unique.cpp */, + A910BA5D20BB5FDD008A7EC2 /* diagnostic.cpp */, + A910BA5E20BB5FDD008A7EC2 /* latest_version_spirv_header.h */, + A910BA5F20BB5FDD008A7EC2 /* libspirv.cpp */, + A910BA6020BB5FDD008A7EC2 /* validate_ext_inst.cpp */, + A910BA6120BB5FDD008A7EC2 /* instruction.h */, + A910BA6220BB5FDD008A7EC2 /* id_descriptor.h */, + A910BA6320BB5FDD008A7EC2 /* opcode.h */, + A910BA6420BB5FDD008A7EC2 /* operand.cpp */, + A910BA6520BB5FDD008A7EC2 /* validate_layout.cpp */, + A910BA6620BB5FDD008A7EC2 /* latest_version_glsl_std_450_header.h */, + A910BA6720BB5FDD008A7EC2 /* extensions.h */, + A910BA6820BB5FDD008A7EC2 /* disassemble.cpp */, + A910BA6920BB5FDD008A7EC2 /* binary.h */, + A910BA6A20BB5FDD008A7EC2 /* validate_composites.cpp */, + A910BA6B20BB5FDD008A7EC2 /* text_handler.cpp */, + A910BA6C20BB5FDD008A7EC2 /* validate_primitives.cpp */, + A910BA6D20BB5FDD008A7EC2 /* val */, + ); + name = source; + path = "../../../../External/glslang/External/spirv-tools/source"; + sourceTree = ""; + }; + A910B96220BB5FDD008A7EC2 /* util */ = { + isa = PBXGroup; + children = ( + A910B96320BB5FDD008A7EC2 /* parse_number.h */, + A910B96420BB5FDD008A7EC2 /* ilist_node.h */, + A910B96520BB5FDD008A7EC2 /* string_utils.h */, + A910B96620BB5FDD008A7EC2 /* huffman_codec.h */, + A910B96720BB5FDD008A7EC2 /* bit_stream.h */, + A910B96820BB5FDD008A7EC2 /* timer.cpp */, + A910B96920BB5FDD008A7EC2 /* timer.h */, + A910B96A20BB5FDD008A7EC2 /* string_utils.cpp */, + A910B96B20BB5FDD008A7EC2 /* bit_vector.h */, + A910B96C20BB5FDD008A7EC2 /* move_to_front.h */, + A910B96D20BB5FDD008A7EC2 /* bitutils.h */, + A910B96E20BB5FDD008A7EC2 /* bit_stream.cpp */, + A910B96F20BB5FDD008A7EC2 /* hex_float.h */, + A910B97020BB5FDD008A7EC2 /* parse_number.cpp */, + A910B97120BB5FDD008A7EC2 /* bit_vector.cpp */, + A910B97220BB5FDD008A7EC2 /* ilist.h */, + ); + path = util; + sourceTree = ""; + }; + A910B98D20BB5FDD008A7EC2 /* comp */ = { + isa = PBXGroup; + children = ( + A910B98E20BB5FDD008A7EC2 /* markv_codec.cpp */, + A910B98F20BB5FDD008A7EC2 /* CMakeLists.txt */, + A910B99020BB5FDD008A7EC2 /* markv.h */, + A910B99120BB5FDD008A7EC2 /* markv_model.h */, + ); + path = comp; + sourceTree = ""; + }; + A910B99F20BB5FDD008A7EC2 /* link */ = { + isa = PBXGroup; + children = ( + A910B9A020BB5FDD008A7EC2 /* CMakeLists.txt */, + A910B9A120BB5FDD008A7EC2 /* linker.cpp */, + ); + path = link; + sourceTree = ""; + }; + A910B9AC20BB5FDD008A7EC2 /* opt */ = { + isa = PBXGroup; + children = ( + A910B9AD20BB5FDD008A7EC2 /* optimizer.cpp */, + A910B9AE20BB5FDD008A7EC2 /* if_conversion.h */, + A910B9AF20BB5FDD008A7EC2 /* register_pressure.cpp */, + A910B9B020BB5FDD008A7EC2 /* loop_utils.cpp */, + A910B9B120BB5FDD008A7EC2 /* merge_return_pass.h */, + A910B9B220BB5FDD008A7EC2 /* inline_opaque_pass.h */, + A910B9B320BB5FDD008A7EC2 /* loop_fusion.h */, + A910B9B420BB5FDD008A7EC2 /* build_module.cpp */, + A910B9B520BB5FDD008A7EC2 /* composite.h */, + A910B9B620BB5FDD008A7EC2 /* compact_ids_pass.h */, + A910B9B720BB5FDD008A7EC2 /* register_pressure.h */, + A910B9B820BB5FDD008A7EC2 /* tree_iterator.h */, + A910B9B920BB5FDD008A7EC2 /* local_single_store_elim_pass.h */, + A910B9BA20BB5FDD008A7EC2 /* reduce_load_size.h */, + A910B9BB20BB5FDD008A7EC2 /* types.cpp */, + A910B9BC20BB5FDD008A7EC2 /* scalar_analysis.h */, + A910B9BD20BB5FDD008A7EC2 /* strip_debug_info_pass.h */, + A910B9BE20BB5FDD008A7EC2 /* cfg.cpp */, + A910B9BF20BB5FDD008A7EC2 /* make_unique.h */, + A910B9C020BB5FDD008A7EC2 /* decoration_manager.cpp */, + A910B9C120BB5FDD008A7EC2 /* local_single_block_elim_pass.cpp */, + A910B9C220BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.cpp */, + A910B9C320BB5FDD008A7EC2 /* replace_invalid_opc.h */, + A910B9C420BB5FDD008A7EC2 /* local_access_chain_convert_pass.h */, + A910B9C520BB5FDD008A7EC2 /* local_redundancy_elimination.cpp */, + A910B9C620BB5FDD008A7EC2 /* CMakeLists.txt */, + A910B9C720BB5FDD008A7EC2 /* propagator.h */, + A910B9C820BB5FDD008A7EC2 /* instruction_list.h */, + A910B9C920BB5FDD008A7EC2 /* insert_extract_elim.cpp */, + A910B9CA20BB5FDD008A7EC2 /* feature_manager.cpp */, + A910B9CB20BB5FDD008A7EC2 /* pass.cpp */, + A910B9CC20BB5FDD008A7EC2 /* loop_fission.cpp */, + A910B9CD20BB5FDD008A7EC2 /* dominator_tree.cpp */, + A910B9CE20BB5FDD008A7EC2 /* merge_return_pass.cpp */, + A910B9CF20BB5FDD008A7EC2 /* ir_context.h */, + A910B9D020BB5FDD008A7EC2 /* eliminate_dead_constant_pass.cpp */, + A910B9D120BB5FDD008A7EC2 /* cfg_cleanup_pass.cpp */, + A910B9D220BB5FDD008A7EC2 /* const_folding_rules.cpp */, + A910B9D320BB5FDD008A7EC2 /* loop_unroller.h */, + A910B9D420BB5FDD008A7EC2 /* strip_debug_info_pass.cpp */, + A910B9D520BB5FDD008A7EC2 /* ssa_rewrite_pass.cpp */, + A910B9D620BB5FDD008A7EC2 /* loop_dependence.cpp */, + A910B9D720BB5FDD008A7EC2 /* unify_const_pass.h */, + A910B9D820BB5FDD008A7EC2 /* ir_loader.h */, + A910B9D920BB5FDD008A7EC2 /* types.h */, + A910B9DA20BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.h */, + A910B9DB20BB5FDD008A7EC2 /* mem_pass.cpp */, + A910B9DC20BB5FDD008A7EC2 /* basic_block.h */, + A910B9DD20BB5FDD008A7EC2 /* remove_duplicates_pass.cpp */, + A910B9DE20BB5FDD008A7EC2 /* dead_variable_elimination.cpp */, + A910B9DF20BB5FDD008A7EC2 /* block_merge_pass.h */, + A910B9E020BB5FDD008A7EC2 /* module.cpp */, + A910B9E120BB5FDD008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp */, + A910B9E220BB5FDD008A7EC2 /* loop_unswitch_pass.cpp */, + A910B9E320BB5FDD008A7EC2 /* unify_const_pass.cpp */, + A910B9E420BB5FDD008A7EC2 /* type_manager.cpp */, + A910B9E520BB5FDD008A7EC2 /* private_to_local_pass.h */, + A910B9E620BB5FDD008A7EC2 /* inline_pass.cpp */, + A910B9E720BB5FDD008A7EC2 /* def_use_manager.h */, + A910B9E820BB5FDD008A7EC2 /* ir_loader.cpp */, + A910B9E920BB5FDD008A7EC2 /* cfg_cleanup_pass.h */, + A910B9EA20BB5FDD008A7EC2 /* licm_pass.cpp */, + A910B9EB20BB5FDD008A7EC2 /* eliminate_dead_functions_pass.cpp */, + A910B9EC20BB5FDD008A7EC2 /* local_redundancy_elimination.h */, + A910B9ED20BB5FDD008A7EC2 /* loop_peeling.h */, + A910B9EE20BB5FDD008A7EC2 /* vector_dce.cpp */, + A910B9EF20BB5FDD008A7EC2 /* loop_unroller.cpp */, + A910B9F020BB5FDD008A7EC2 /* constants.cpp */, + A910B9F120BB5FDD008A7EC2 /* loop_fusion_pass.h */, + A910B9F220BB5FDD008A7EC2 /* common_uniform_elim_pass.cpp */, + A910B9F320BB5FDD008A7EC2 /* def_use_manager.cpp */, + A910B9F420BB5FDD008A7EC2 /* strip_reflect_info_pass.cpp */, + A910B9F520BB5FDD008A7EC2 /* decoration_manager.h */, + A910B9F620BB5FDD008A7EC2 /* ccp_pass.cpp */, + A910B9F720BB5FDD008A7EC2 /* local_single_block_elim_pass.h */, + A910B9F820BB5FDD008A7EC2 /* strength_reduction_pass.h */, + A910B9F920BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.cpp */, + A910B9FA20BB5FDD008A7EC2 /* simplification_pass.cpp */, + A910B9FB20BB5FDD008A7EC2 /* dead_branch_elim_pass.cpp */, + A910B9FC20BB5FDD008A7EC2 /* flatten_decoration_pass.cpp */, + A910B9FD20BB5FDD008A7EC2 /* dead_insert_elim_pass.h */, + A910B9FE20BB5FDD008A7EC2 /* folding_rules.cpp */, + A910B9FF20BB5FDD008A7EC2 /* freeze_spec_constant_value_pass.h */, + A910BA0020BB5FDD008A7EC2 /* ir_context.cpp */, + A910BA0120BB5FDD008A7EC2 /* mem_pass.h */, + A910BA0220BB5FDD008A7EC2 /* loop_descriptor.cpp */, + A910BA0320BB5FDD008A7EC2 /* local_ssa_elim_pass.cpp */, + A910BA0420BB5FDD008A7EC2 /* function.cpp */, + A910BA0520BB5FDD008A7EC2 /* insert_extract_elim.h */, + A910BA0620BB5FDD008A7EC2 /* instruction_list.cpp */, + A910BA0720BB5FDD008A7EC2 /* composite.cpp */, + A910BA0820BB5FDD008A7EC2 /* inline_pass.h */, + A910BA0920BB5FDD008A7EC2 /* loop_dependence.h */, + A910BA0A20BB5FDD008A7EC2 /* value_number_table.h */, + A910BA0B20BB5FDD008A7EC2 /* flatten_decoration_pass.h */, + A910BA0C20BB5FDD008A7EC2 /* if_conversion.cpp */, + A910BA0D20BB5FDD008A7EC2 /* inline_exhaustive_pass.h */, + A910BA0E20BB5FDD008A7EC2 /* constants.h */, + A910BA0F20BB5FDD008A7EC2 /* strength_reduction_pass.cpp */, + A910BA1020BB5FDD008A7EC2 /* copy_prop_arrays.cpp */, + A910BA1120BB5FDD008A7EC2 /* pass_manager.cpp */, + A910BA1220BB5FDD008A7EC2 /* inline_exhaustive_pass.cpp */, + A910BA1320BB5FDD008A7EC2 /* loop_fission.h */, + A910BA1420BB5FDD008A7EC2 /* workaround1209.h */, + A910BA1520BB5FDD008A7EC2 /* loop_fusion_pass.cpp */, + A910BA1620BB5FDD008A7EC2 /* log.h */, + A910BA1720BB5FDD008A7EC2 /* copy_prop_arrays.h */, + A910BA1820BB5FDD008A7EC2 /* eliminate_dead_constant_pass.h */, + A910BA1920BB5FDD008A7EC2 /* dead_insert_elim_pass.cpp */, + A910BA1A20BB5FDD008A7EC2 /* ssa_rewrite_pass.h */, + A910BA1B20BB5FDD008A7EC2 /* scalar_analysis.cpp */, + A910BA1C20BB5FDD008A7EC2 /* dead_variable_elimination.h */, + A910BA1D20BB5FDD008A7EC2 /* block_merge_pass.cpp */, + A910BA1E20BB5FDD008A7EC2 /* dominator_analysis.h */, + A910BA1F20BB5FDD008A7EC2 /* pass.h */, + A910BA2020BB5FDD008A7EC2 /* folding_rules.h */, + A910BA2120BB5FDD008A7EC2 /* eliminate_dead_functions_pass.h */, + A910BA2220BB5FDD008A7EC2 /* common_uniform_elim_pass.h */, + A910BA2320BB5FDD008A7EC2 /* fold.h */, + A910BA2420BB5FDD008A7EC2 /* local_single_store_elim_pass.cpp */, + A910BA2520BB5FDD008A7EC2 /* dead_branch_elim_pass.h */, + A910BA2620BB5FDD008A7EC2 /* private_to_local_pass.cpp */, + A910BA2720BB5FDD008A7EC2 /* scalar_analysis_nodes.h */, + A910BA2820BB5FDD008A7EC2 /* propagator.cpp */, + A910BA2920BB5FDD008A7EC2 /* loop_dependence_helpers.cpp */, + A910BA2A20BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.cpp */, + A910BA2B20BB5FDD008A7EC2 /* passes.h */, + A910BA2C20BB5FDD008A7EC2 /* fold.cpp */, + A910BA2D20BB5FDD008A7EC2 /* strip_reflect_info_pass.h */, + A910BA2E20BB5FDD008A7EC2 /* scalar_replacement_pass.cpp */, + A910BA2F20BB5FDD008A7EC2 /* simplification_pass.h */, + A910BA3020BB5FDD008A7EC2 /* remove_duplicates_pass.h */, + A910BA3120BB5FDD008A7EC2 /* redundancy_elimination.cpp */, + A910BA3220BB5FDD008A7EC2 /* reflect.h */, + A910BA3320BB5FDD008A7EC2 /* workaround1209.cpp */, + A910BA3420BB5FDD008A7EC2 /* null_pass.h */, + A910BA3520BB5FDD008A7EC2 /* const_folding_rules.h */, + A910BA3620BB5FDD008A7EC2 /* scalar_replacement_pass.h */, + A910BA3720BB5FDD008A7EC2 /* instruction.cpp */, + A910BA3820BB5FDD008A7EC2 /* reduce_load_size.cpp */, + A910BA3920BB5FDD008A7EC2 /* redundancy_elimination.h */, + A910BA3A20BB5FDD008A7EC2 /* value_number_table.cpp */, + A910BA3B20BB5FDD008A7EC2 /* local_ssa_elim_pass.h */, + A910BA3C20BB5FDD008A7EC2 /* inline_opaque_pass.cpp */, + A910BA3D20BB5FDD008A7EC2 /* replace_invalid_opc.cpp */, + A910BA3E20BB5FDD008A7EC2 /* loop_utils.h */, + A910BA3F20BB5FDD008A7EC2 /* module.h */, + A910BA4020BB5FDD008A7EC2 /* dominator_analysis.cpp */, + A910BA4120BB5FDD008A7EC2 /* ir_builder.h */, + A910BA4220BB5FDD008A7EC2 /* loop_unswitch_pass.h */, + A910BA4320BB5FDD008A7EC2 /* cfg.h */, + A910BA4420BB5FDD008A7EC2 /* loop_descriptor.h */, + A910BA4520BB5FDD008A7EC2 /* instruction.h */, + A910BA4620BB5FDD008A7EC2 /* aggressive_dead_code_elim_pass.h */, + A910BA4720BB5FDD008A7EC2 /* vector_dce.h */, + A910BA4820BB5FDD008A7EC2 /* pass_manager.h */, + A910BA4920BB5FDD008A7EC2 /* local_access_chain_convert_pass.cpp */, + A910BA4A20BB5FDD008A7EC2 /* basic_block.cpp */, + A910BA4B20BB5FDD008A7EC2 /* iterator.h */, + A910BA4C20BB5FDD008A7EC2 /* licm_pass.h */, + A910BA4D20BB5FDD008A7EC2 /* build_module.h */, + A910BA4E20BB5FDD008A7EC2 /* ccp_pass.h */, + A910BA4F20BB5FDD008A7EC2 /* function.h */, + A910BA5020BB5FDD008A7EC2 /* loop_fusion.cpp */, + A910BA5120BB5FDD008A7EC2 /* feature_manager.h */, + A910BA5220BB5FDD008A7EC2 /* scalar_analysis_simplification.cpp */, + A910BA5320BB5FDD008A7EC2 /* set_spec_constant_default_value_pass.h */, + A910BA5420BB5FDD008A7EC2 /* dominator_tree.h */, + A910BA5520BB5FDD008A7EC2 /* type_manager.h */, + A910BA5620BB5FDD008A7EC2 /* compact_ids_pass.cpp */, + A910BA5720BB5FDD008A7EC2 /* loop_peeling.cpp */, + ); + path = opt; + sourceTree = ""; + }; + A910BA6D20BB5FDD008A7EC2 /* val */ = { + isa = PBXGroup; + children = ( + A910BA6E20BB5FDD008A7EC2 /* construct.h */, + A910BA6F20BB5FDD008A7EC2 /* basic_block.h */, + A910BA7020BB5FDD008A7EC2 /* validation_state.h */, + A910BA7120BB5FDD008A7EC2 /* construct.cpp */, + A910BA7220BB5FDD008A7EC2 /* function.cpp */, + A910BA7320BB5FDD008A7EC2 /* instruction.cpp */, + A910BA7420BB5FDD008A7EC2 /* instruction.h */, + A910BA7520BB5FDD008A7EC2 /* basic_block.cpp */, + A910BA7620BB5FDD008A7EC2 /* function.h */, + A910BA7720BB5FDD008A7EC2 /* validation_state.cpp */, + A910BA7820BB5FDD008A7EC2 /* decoration.h */, + ); + path = val; + sourceTree = ""; + }; A9381E5C1CB55F4600287A79 /* SPIRV-Cross */ = { isa = PBXGroup; children = ( @@ -1266,324 +1656,6 @@ path = MoltenVKShaderConverterTool; sourceTree = ""; }; - A99F3E3F208664B500519635 /* source */ = { - isa = PBXGroup; - children = ( - A99F3E40208664B500519635 /* spirv_target_env.cpp */, - A99F3E41208664B500519635 /* validate_cfg.cpp */, - A99F3E42208664B500519635 /* extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json */, - A99F3E43208664B500519635 /* validate_capability.cpp */, - A99F3E44208664B500519635 /* assembly_grammar.h */, - A99F3E45208664B500519635 /* enum_set.h */, - A99F3E46208664B500519635 /* validate_barriers.cpp */, - A99F3E47208664B500519635 /* CMakeLists.txt */, - A99F3E48208664B500519635 /* extinst.spv-amd-shader-ballot.grammar.json */, - A99F3E49208664B500519635 /* text.cpp */, - A99F3E4A208664B500519635 /* assembly_grammar.cpp */, - A99F3E4B208664B500519635 /* text.h */, - A99F3E4C208664B500519635 /* extensions.cpp */, - A99F3E4D208664B500519635 /* util */, - A99F3E5C208664B500519635 /* spirv_target_env.h */, - A99F3E5D208664B500519635 /* message.cpp */, - A99F3E5E208664B500519635 /* table.cpp */, - A99F3E5F208664B500519635 /* id_descriptor.cpp */, - A99F3E60208664B500519635 /* validate_atomics.cpp */, - A99F3E61208664B500519635 /* validate_instruction.cpp */, - A99F3E62208664B500519635 /* validate_decorations.cpp */, - A99F3E63208664B500519635 /* latest_version_opencl_std_header.h */, - A99F3E64208664B500519635 /* cfa.h */, - A99F3E65208664B500519635 /* validate_builtins.cpp */, - A99F3E66208664B500519635 /* enum_string_mapping.h */, - A99F3E67208664B500519635 /* spirv_validator_options.cpp */, - A99F3E68208664B500519635 /* spirv_stats.cpp */, - A99F3E69208664B500519635 /* extinst.spv-amd-shader-trinary-minmax.grammar.json */, - A99F3E6A208664B500519635 /* print.cpp */, - A99F3E6B208664B500519635 /* spirv_definition.h */, - A99F3E6C208664B500519635 /* message.h */, - A99F3E6D208664B500519635 /* operand.h */, - A99F3E6E208664B500519635 /* spirv_endian.cpp */, - A99F3E6F208664B500519635 /* macro.h */, - A99F3E70208664B500519635 /* validate.cpp */, - A99F3E71208664B500519635 /* spirv_constant.h */, - A99F3E72208664B500519635 /* extinst.spv-amd-gcn-shader.grammar.json */, - A99F3E73208664B500519635 /* binary.cpp */, - A99F3E74208664B500519635 /* validate_bitwise.cpp */, - A99F3E75208664B500519635 /* spirv_validator_options.h */, - A99F3E76208664B500519635 /* comp */, - A99F3E7B208664B500519635 /* enum_string_mapping.cpp */, - A99F3E7C208664B500519635 /* validate.h */, - A99F3E7D208664B500519635 /* text_handler.h */, - A99F3E7E208664B500519635 /* parsed_operand.h */, - A99F3E7F208664B500519635 /* name_mapper.h */, - A99F3E80208664B500519635 /* parsed_operand.cpp */, - A99F3E81208664B500519635 /* validate_adjacency.cpp */, - A99F3E82208664B500519635 /* diagnostic.h */, - A99F3E83208664B500519635 /* spirv_endian.h */, - A99F3E84208664B500519635 /* name_mapper.cpp */, - A99F3E85208664B500519635 /* validate_conversion.cpp */, - A99F3E86208664B500519635 /* extinst.debuginfo.grammar.json */, - A99F3E87208664B500519635 /* validate_datarules.cpp */, - A99F3E88208664B500519635 /* link */, - A99F3E8B208664B500519635 /* validate_id.cpp */, - A99F3E8C208664B500519635 /* software_version.cpp */, - A99F3E8D208664B500519635 /* validate_arithmetics.cpp */, - A99F3E8E208664B500519635 /* spirv_stats.h */, - A99F3E8F208664B500519635 /* opcode.cpp */, - A99F3E90208664B500519635 /* validate_logicals.cpp */, - A99F3E91208664B500519635 /* validate_derivatives.cpp */, - A99F3E92208664B500519635 /* print.h */, - A99F3E93208664B500519635 /* ext_inst.cpp */, - A99F3E94208664B500519635 /* disassemble.h */, - A99F3E95208664B500519635 /* opt */, - A99F3F32208664B500519635 /* table.h */, - A99F3F33208664B500519635 /* validate_image.cpp */, - A99F3F34208664B500519635 /* ext_inst.h */, - A99F3F35208664B500519635 /* validate_literals.cpp */, - A99F3F36208664B500519635 /* validate_type_unique.cpp */, - A99F3F37208664B500519635 /* diagnostic.cpp */, - A99F3F38208664B500519635 /* latest_version_spirv_header.h */, - A99F3F39208664B500519635 /* libspirv.cpp */, - A99F3F3A208664B500519635 /* validate_ext_inst.cpp */, - A99F3F3B208664B500519635 /* instruction.h */, - A99F3F3C208664B500519635 /* id_descriptor.h */, - A99F3F3D208664B500519635 /* opcode.h */, - A99F3F3E208664B500519635 /* operand.cpp */, - A99F3F3F208664B500519635 /* validate_layout.cpp */, - A99F3F40208664B500519635 /* latest_version_glsl_std_450_header.h */, - A99F3F41208664B500519635 /* extensions.h */, - A99F3F42208664B500519635 /* disassemble.cpp */, - A99F3F43208664B500519635 /* binary.h */, - A99F3F44208664B500519635 /* validate_composites.cpp */, - A99F3F45208664B500519635 /* text_handler.cpp */, - A99F3F46208664B500519635 /* validate_primitives.cpp */, - A99F3F47208664B500519635 /* val */, - ); - name = source; - path = "source"; - sourceTree = ""; - }; - A99F3E4D208664B500519635 /* util */ = { - isa = PBXGroup; - children = ( - A99F3E4E208664B500519635 /* parse_number.h */, - A99F3E4F208664B500519635 /* ilist_node.h */, - A99F3E50208664B500519635 /* string_utils.h */, - A99F3E51208664B500519635 /* huffman_codec.h */, - A99F3E52208664B500519635 /* bit_stream.h */, - A99F3E53208664B500519635 /* timer.cpp */, - A99F3E54208664B500519635 /* timer.h */, - A99F3E55208664B500519635 /* string_utils.cpp */, - A99F3E56208664B500519635 /* move_to_front.h */, - A99F3E57208664B500519635 /* bitutils.h */, - A99F3E58208664B500519635 /* bit_stream.cpp */, - A99F3E59208664B500519635 /* hex_float.h */, - A99F3E5A208664B500519635 /* parse_number.cpp */, - A99F3E5B208664B500519635 /* ilist.h */, - ); - path = util; - sourceTree = ""; - }; - A99F3E76208664B500519635 /* comp */ = { - isa = PBXGroup; - children = ( - A99F3E77208664B500519635 /* markv_codec.cpp */, - A99F3E78208664B500519635 /* CMakeLists.txt */, - A99F3E79208664B500519635 /* markv.h */, - A99F3E7A208664B500519635 /* markv_model.h */, - ); - path = comp; - sourceTree = ""; - }; - A99F3E88208664B500519635 /* link */ = { - isa = PBXGroup; - children = ( - A99F3E89208664B500519635 /* CMakeLists.txt */, - A99F3E8A208664B500519635 /* linker.cpp */, - ); - path = link; - sourceTree = ""; - }; - A99F3E95208664B500519635 /* opt */ = { - isa = PBXGroup; - children = ( - A99F3E96208664B500519635 /* optimizer.cpp */, - A99F3E97208664B500519635 /* if_conversion.h */, - A99F3E98208664B500519635 /* loop_utils.cpp */, - A99F3E99208664B500519635 /* merge_return_pass.h */, - A99F3E9A208664B500519635 /* inline_opaque_pass.h */, - A99F3E9B208664B500519635 /* build_module.cpp */, - A99F3E9C208664B500519635 /* composite.h */, - A99F3E9D208664B500519635 /* compact_ids_pass.h */, - A99F3E9E208664B500519635 /* tree_iterator.h */, - A99F3E9F208664B500519635 /* local_single_store_elim_pass.h */, - A99F3EA0208664B500519635 /* types.cpp */, - A99F3EA1208664B500519635 /* scalar_analysis.h */, - A99F3EA2208664B500519635 /* strip_debug_info_pass.h */, - A99F3EA3208664B500519635 /* cfg.cpp */, - A99F3EA4208664B500519635 /* make_unique.h */, - A99F3EA5208664B500519635 /* decoration_manager.cpp */, - A99F3EA6208664B500519635 /* local_single_block_elim_pass.cpp */, - A99F3EA7208664B500519635 /* freeze_spec_constant_value_pass.cpp */, - A99F3EA8208664B500519635 /* replace_invalid_opc.h */, - A99F3EA9208664B500519635 /* local_access_chain_convert_pass.h */, - A99F3EAA208664B500519635 /* local_redundancy_elimination.cpp */, - A99F3EAB208664B500519635 /* CMakeLists.txt */, - A99F3EAC208664B500519635 /* propagator.h */, - A99F3EAD208664B500519635 /* instruction_list.h */, - A99F3EAE208664B500519635 /* insert_extract_elim.cpp */, - A99F3EAF208664B500519635 /* feature_manager.cpp */, - A99F3EB0208664B500519635 /* pass.cpp */, - A99F3EB1208664B500519635 /* dominator_tree.cpp */, - A99F3EB2208664B500519635 /* merge_return_pass.cpp */, - A99F3EB3208664B500519635 /* ir_context.h */, - A99F3EB4208664B500519635 /* eliminate_dead_constant_pass.cpp */, - A99F3EB5208664B500519635 /* cfg_cleanup_pass.cpp */, - A99F3EB6208664B500519635 /* const_folding_rules.cpp */, - A99F3EB7208664B500519635 /* loop_unroller.h */, - A99F3EB8208664B500519635 /* strip_debug_info_pass.cpp */, - A99F3EB9208664B500519635 /* ssa_rewrite_pass.cpp */, - A99F3EBA208664B500519635 /* unify_const_pass.h */, - A99F3EBB208664B500519635 /* ir_loader.h */, - A99F3EBC208664B500519635 /* types.h */, - A99F3EBD208664B500519635 /* fold_spec_constant_op_and_composite_pass.h */, - A99F3EBE208664B500519635 /* mem_pass.cpp */, - A99F3EBF208664B500519635 /* basic_block.h */, - A99F3EC0208664B500519635 /* remove_duplicates_pass.cpp */, - A99F3EC1208664B500519635 /* dead_variable_elimination.cpp */, - A99F3EC2208664B500519635 /* block_merge_pass.h */, - A99F3EC3208664B500519635 /* module.cpp */, - A99F3EC4208664B500519635 /* fold_spec_constant_op_and_composite_pass.cpp */, - A99F3EC5208664B500519635 /* loop_unswitch_pass.cpp */, - A99F3EC6208664B500519635 /* unify_const_pass.cpp */, - A99F3EC7208664B500519635 /* type_manager.cpp */, - A99F3EC8208664B500519635 /* private_to_local_pass.h */, - A99F3EC9208664B500519635 /* inline_pass.cpp */, - A99F3ECA208664B500519635 /* def_use_manager.h */, - A99F3ECB208664B500519635 /* ir_loader.cpp */, - A99F3ECC208664B500519635 /* cfg_cleanup_pass.h */, - A99F3ECD208664B500519635 /* licm_pass.cpp */, - A99F3ECE208664B500519635 /* eliminate_dead_functions_pass.cpp */, - A99F3ECF208664B500519635 /* local_redundancy_elimination.h */, - A99F3ED0208664B500519635 /* loop_peeling.h */, - A99F3ED1208664B500519635 /* loop_unroller.cpp */, - A99F3ED2208664B500519635 /* constants.cpp */, - A99F3ED3208664B500519635 /* common_uniform_elim_pass.cpp */, - A99F3ED4208664B500519635 /* def_use_manager.cpp */, - A99F3ED5208664B500519635 /* strip_reflect_info_pass.cpp */, - A99F3ED6208664B500519635 /* decoration_manager.h */, - A99F3ED7208664B500519635 /* ccp_pass.cpp */, - A99F3ED8208664B500519635 /* local_single_block_elim_pass.h */, - A99F3ED9208664B500519635 /* strength_reduction_pass.h */, - A99F3EDA208664B500519635 /* aggressive_dead_code_elim_pass.cpp */, - A99F3EDB208664B500519635 /* simplification_pass.cpp */, - A99F3EDC208664B500519635 /* dead_branch_elim_pass.cpp */, - A99F3EDD208664B500519635 /* flatten_decoration_pass.cpp */, - A99F3EDE208664B500519635 /* dead_insert_elim_pass.h */, - A99F3EDF208664B500519635 /* folding_rules.cpp */, - A99F3EE0208664B500519635 /* freeze_spec_constant_value_pass.h */, - A99F3EE1208664B500519635 /* ir_context.cpp */, - A99F3EE2208664B500519635 /* mem_pass.h */, - A99F3EE3208664B500519635 /* loop_descriptor.cpp */, - A99F3EE4208664B500519635 /* local_ssa_elim_pass.cpp */, - A99F3EE5208664B500519635 /* function.cpp */, - A99F3EE6208664B500519635 /* insert_extract_elim.h */, - A99F3EE7208664B500519635 /* instruction_list.cpp */, - A99F3EE8208664B500519635 /* composite.cpp */, - A99F3EE9208664B500519635 /* inline_pass.h */, - A99F3EEA208664B500519635 /* value_number_table.h */, - A99F3EEB208664B500519635 /* flatten_decoration_pass.h */, - A99F3EEC208664B500519635 /* if_conversion.cpp */, - A99F3EED208664B500519635 /* inline_exhaustive_pass.h */, - A99F3EEE208664B500519635 /* constants.h */, - A99F3EEF208664B500519635 /* strength_reduction_pass.cpp */, - A99F3EF0208664B500519635 /* copy_prop_arrays.cpp */, - A99F3EF1208664B500519635 /* pass_manager.cpp */, - A99F3EF2208664B500519635 /* inline_exhaustive_pass.cpp */, - A99F3EF3208664B500519635 /* workaround1209.h */, - A99F3EF4208664B500519635 /* log.h */, - A99F3EF5208664B500519635 /* copy_prop_arrays.h */, - A99F3EF6208664B500519635 /* eliminate_dead_constant_pass.h */, - A99F3EF7208664B500519635 /* dead_insert_elim_pass.cpp */, - A99F3EF8208664B500519635 /* ssa_rewrite_pass.h */, - A99F3EF9208664B500519635 /* scalar_analysis.cpp */, - A99F3EFA208664B500519635 /* dead_variable_elimination.h */, - A99F3EFB208664B500519635 /* block_merge_pass.cpp */, - A99F3EFC208664B500519635 /* dominator_analysis.h */, - A99F3EFD208664B500519635 /* pass.h */, - A99F3EFE208664B500519635 /* folding_rules.h */, - A99F3EFF208664B500519635 /* eliminate_dead_functions_pass.h */, - A99F3F00208664B500519635 /* common_uniform_elim_pass.h */, - A99F3F01208664B500519635 /* fold.h */, - A99F3F02208664B500519635 /* local_single_store_elim_pass.cpp */, - A99F3F03208664B500519635 /* dead_branch_elim_pass.h */, - A99F3F04208664B500519635 /* private_to_local_pass.cpp */, - A99F3F05208664B500519635 /* scalar_analysis_nodes.h */, - A99F3F06208664B500519635 /* propagator.cpp */, - A99F3F07208664B500519635 /* set_spec_constant_default_value_pass.cpp */, - A99F3F08208664B500519635 /* passes.h */, - A99F3F09208664B500519635 /* fold.cpp */, - A99F3F0A208664B500519635 /* strip_reflect_info_pass.h */, - A99F3F0B208664B500519635 /* scalar_replacement_pass.cpp */, - A99F3F0C208664B500519635 /* simplification_pass.h */, - A99F3F0D208664B500519635 /* remove_duplicates_pass.h */, - A99F3F0E208664B500519635 /* redundancy_elimination.cpp */, - A99F3F0F208664B500519635 /* reflect.h */, - A99F3F10208664B500519635 /* workaround1209.cpp */, - A99F3F11208664B500519635 /* null_pass.h */, - A99F3F12208664B500519635 /* const_folding_rules.h */, - A99F3F13208664B500519635 /* scalar_replacement_pass.h */, - A99F3F14208664B500519635 /* instruction.cpp */, - A99F3F15208664B500519635 /* redundancy_elimination.h */, - A99F3F16208664B500519635 /* value_number_table.cpp */, - A99F3F17208664B500519635 /* local_ssa_elim_pass.h */, - A99F3F18208664B500519635 /* inline_opaque_pass.cpp */, - A99F3F19208664B500519635 /* replace_invalid_opc.cpp */, - A99F3F1A208664B500519635 /* loop_utils.h */, - A99F3F1B208664B500519635 /* module.h */, - A99F3F1C208664B500519635 /* dominator_analysis.cpp */, - A99F3F1D208664B500519635 /* ir_builder.h */, - A99F3F1E208664B500519635 /* loop_unswitch_pass.h */, - A99F3F1F208664B500519635 /* cfg.h */, - A99F3F20208664B500519635 /* loop_descriptor.h */, - A99F3F21208664B500519635 /* instruction.h */, - A99F3F22208664B500519635 /* aggressive_dead_code_elim_pass.h */, - A99F3F23208664B500519635 /* pass_manager.h */, - A99F3F24208664B500519635 /* local_access_chain_convert_pass.cpp */, - A99F3F25208664B500519635 /* basic_block.cpp */, - A99F3F26208664B500519635 /* iterator.h */, - A99F3F27208664B500519635 /* licm_pass.h */, - A99F3F28208664B500519635 /* build_module.h */, - A99F3F29208664B500519635 /* ccp_pass.h */, - A99F3F2A208664B500519635 /* function.h */, - A99F3F2B208664B500519635 /* feature_manager.h */, - A99F3F2C208664B500519635 /* scalar_analysis_simplification.cpp */, - A99F3F2D208664B500519635 /* set_spec_constant_default_value_pass.h */, - A99F3F2E208664B500519635 /* dominator_tree.h */, - A99F3F2F208664B500519635 /* type_manager.h */, - A99F3F30208664B500519635 /* compact_ids_pass.cpp */, - A99F3F31208664B500519635 /* loop_peeling.cpp */, - ); - path = opt; - sourceTree = ""; - }; - A99F3F47208664B500519635 /* val */ = { - isa = PBXGroup; - children = ( - A99F3F48208664B500519635 /* construct.h */, - A99F3F49208664B500519635 /* basic_block.h */, - A99F3F4A208664B500519635 /* validation_state.h */, - A99F3F4B208664B500519635 /* construct.cpp */, - A99F3F4C208664B500519635 /* function.cpp */, - A99F3F4D208664B500519635 /* instruction.cpp */, - A99F3F4E208664B500519635 /* instruction.h */, - A99F3F4F208664B500519635 /* basic_block.cpp */, - A99F3F50208664B500519635 /* function.h */, - A99F3F51208664B500519635 /* validation_state.cpp */, - A99F3F52208664B500519635 /* decoration.h */, - ); - path = val; - sourceTree = ""; - }; A9A577C02054A0E20072F392 /* SPIRV */ = { isa = PBXGroup; children = ( @@ -1778,7 +1850,7 @@ A9FE521B1D440E17001DD573 /* SPIRV-Tools */ = { isa = PBXGroup; children = ( - A99F3E3F208664B500519635 /* source */, + A910B95320BB5FDD008A7EC2 /* source */, ); name = "SPIRV-Tools"; path = "../glslang/External/spirv-tools"; @@ -1911,147 +1983,155 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A99F408D208664B600519635 /* value_number_table.h in Headers */, - A99F40BB208664B600519635 /* fold.h in Headers */, - A99F413F208664B600519635 /* binary.h in Headers */, - A99F3FF9208664B600519635 /* local_single_store_elim_pass.h in Headers */, - A99F3FC1208664B600519635 /* name_mapper.h in Headers */, - A99F4149208664B600519635 /* basic_block.h in Headers */, - A99F3FA1208664B500519635 /* message.h in Headers */, - A99F4107208664B600519635 /* licm_pass.h in Headers */, - A99F40F9208664B600519635 /* loop_descriptor.h in Headers */, - A99F3FBB208664B600519635 /* validate.h in Headers */, - A99F4117208664B600519635 /* type_manager.h in Headers */, - A99F410F208664B600519635 /* feature_manager.h in Headers */, - A99F3FBF208664B600519635 /* parsed_operand.h in Headers */, - A99F4095208664B600519635 /* constants.h in Headers */, - A99F40F3208664B600519635 /* ir_builder.h in Headers */, - A99F404D208664B600519635 /* def_use_manager.h in Headers */, - A99F4121208664B600519635 /* ext_inst.h in Headers */, - A99F4093208664B600519635 /* inline_exhaustive_pass.h in Headers */, - A99F3F9F208664B500519635 /* spirv_definition.h in Headers */, + A910BC9320BB5FDE008A7EC2 /* basic_block.h in Headers */, + A910BAF520BB5FDE008A7EC2 /* spirv_endian.h in Headers */, A98149681FB6A98A005F00B4 /* MVKStrings.h in Headers */, - A99F4013208664B600519635 /* instruction_list.h in Headers */, - A99F3FB1208664B500519635 /* spirv_validator_options.h in Headers */, - A99F4037208664B600519635 /* basic_block.h in Headers */, - A99F3FB7208664B600519635 /* markv_model.h in Headers */, - A99F3F63208664B500519635 /* text.h in Headers */, - A99F3F91208664B500519635 /* latest_version_opencl_std_header.h in Headers */, - A99F3F73208664B500519635 /* timer.h in Headers */, + A910BBB920BB5FDE008A7EC2 /* mem_pass.h in Headers */, + A910BB7520BB5FDE008A7EC2 /* block_merge_pass.h in Headers */, + A910BC2320BB5FDE008A7EC2 /* scalar_replacement_pass.h in Headers */, + A910BC0520BB5FDE008A7EC2 /* scalar_analysis_nodes.h in Headers */, + A910BC9120BB5FDE008A7EC2 /* construct.h in Headers */, + A910BC6B20BB5FDE008A7EC2 /* ext_inst.h in Headers */, + A910BBB120BB5FDE008A7EC2 /* dead_insert_elim_pass.h in Headers */, + A910BC4120BB5FDE008A7EC2 /* instruction.h in Headers */, + A910BBF920BB5FDE008A7EC2 /* eliminate_dead_functions_pass.h in Headers */, + A910BB6920BB5FDE008A7EC2 /* types.h in Headers */, + A910BA8920BB5FDE008A7EC2 /* text.h in Headers */, + A910BAED20BB5FDE008A7EC2 /* name_mapper.h in Headers */, + A910BC1B20BB5FDE008A7EC2 /* reflect.h in Headers */, + A910BA9B20BB5FDE008A7EC2 /* timer.h in Headers */, + A910BB4120BB5FDE008A7EC2 /* local_access_chain_convert_pass.h in Headers */, + A910BAA720BB5FDE008A7EC2 /* hex_float.h in Headers */, + A910BC2920BB5FDE008A7EC2 /* redundancy_elimination.h in Headers */, A9BB09761CEF89B100CCAB22 /* spirv.hpp in Headers */, - A99F40DF208664B600519635 /* scalar_replacement_pass.h in Headers */, - A99F40B3208664B600519635 /* pass.h in Headers */, - A99F3F77208664B500519635 /* move_to_front.h in Headers */, - A99F4027208664B600519635 /* loop_unroller.h in Headers */, - A99F40DD208664B600519635 /* const_folding_rules.h in Headers */, + A910BC6120BB5FDE008A7EC2 /* type_manager.h in Headers */, + A910BC4720BB5FDE008A7EC2 /* pass_manager.h in Headers */, + A910BB1520BB5FDE008A7EC2 /* if_conversion.h in Headers */, A928C9191D0488DC00071B88 /* SPIRVConversion.h in Headers */, - A99F408F208664B600519635 /* flatten_decoration_pass.h in Headers */, - A99F40B5208664B600519635 /* folding_rules.h in Headers */, - A99F402D208664B600519635 /* unify_const_pass.h in Headers */, - A99F4031208664B600519635 /* types.h in Headers */, - A99F40FF208664B600519635 /* pass_manager.h in Headers */, - A99F406B208664B600519635 /* strength_reduction_pass.h in Headers */, - A99F4011208664B600519635 /* propagator.h in Headers */, - A99F3FE1208664B600519635 /* print.h in Headers */, + A910BB9920BB5FDE008A7EC2 /* loop_fusion_pass.h in Headers */, + A910BB2D20BB5FDE008A7EC2 /* reduce_load_size.h in Headers */, + A910BC1720BB5FDE008A7EC2 /* remove_duplicates_pass.h in Headers */, + A910BB2720BB5FDE008A7EC2 /* register_pressure.h in Headers */, + A910BC5120BB5FDE008A7EC2 /* build_module.h in Headers */, + A910BB5D20BB5FDE008A7EC2 /* loop_unroller.h in Headers */, + A910BBA720BB5FDE008A7EC2 /* strength_reduction_pass.h in Headers */, A9AB19971CB5B5A80001E7F9 /* spirv_common.hpp in Headers */, A9F042B61FB4D060009FCCB8 /* MVKLogging.h in Headers */, - A99F3FC9208664B600519635 /* spirv_endian.h in Headers */, - A99F40FD208664B600519635 /* aggressive_dead_code_elim_pass.h in Headers */, - A99F40EF208664B600519635 /* module.h in Headers */, - A99F3FE5208664B600519635 /* disassemble.h in Headers */, - A99F3FB5208664B600519635 /* markv.h in Headers */, - A99F40A9208664B600519635 /* ssa_rewrite_pass.h in Headers */, - A99F40C9208664B600519635 /* passes.h in Headers */, - A99F3F79208664B500519635 /* bitutils.h in Headers */, - A99F413B208664B600519635 /* extensions.h in Headers */, - A99F3F5B208664B500519635 /* enum_set.h in Headers */, - A99F410B208664B600519635 /* ccp_pass.h in Headers */, - A99F40A1208664B600519635 /* log.h in Headers */, + A910BCA120BB5FDE008A7EC2 /* function.h in Headers */, + A910BACF20BB5FDE008A7EC2 /* operand.h in Headers */, + A910BB8120BB5FDE008A7EC2 /* private_to_local_pass.h in Headers */, + A910BB3F20BB5FDE008A7EC2 /* replace_invalid_opc.h in Headers */, + A910BBE520BB5FDE008A7EC2 /* copy_prop_arrays.h in Headers */, + A910BC3920BB5FDE008A7EC2 /* ir_builder.h in Headers */, + A910BB2520BB5FDE008A7EC2 /* compact_ids_pass.h in Headers */, + A910BC5320BB5FDE008A7EC2 /* ccp_pass.h in Headers */, + A910BC9520BB5FDE008A7EC2 /* validation_state.h in Headers */, + A910BC5D20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.h in Headers */, + A910BC2120BB5FDE008A7EC2 /* const_folding_rules.h in Headers */, + A910BAC320BB5FDE008A7EC2 /* enum_string_mapping.h in Headers */, + A910BC0D20BB5FDE008A7EC2 /* passes.h in Headers */, + A910BC1120BB5FDE008A7EC2 /* strip_reflect_info_pass.h in Headers */, + A910BADD20BB5FDE008A7EC2 /* spirv_validator_options.h in Headers */, + A910BB2B20BB5FDE008A7EC2 /* local_single_store_elim_pass.h in Headers */, + A910BC6720BB5FDE008A7EC2 /* table.h in Headers */, + A910BBB520BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.h in Headers */, + A910BC7D20BB5FDE008A7EC2 /* opcode.h in Headers */, + A910BB1B20BB5FDE008A7EC2 /* merge_return_pass.h in Headers */, + A910BBD320BB5FDE008A7EC2 /* constants.h in Headers */, + A910BC7B20BB5FDE008A7EC2 /* id_descriptor.h in Headers */, + A910BC4D20BB5FDE008A7EC2 /* iterator.h in Headers */, + A910BB4720BB5FDE008A7EC2 /* instruction_list.h in Headers */, + A910BB0520BB5FDE008A7EC2 /* spirv_stats.h in Headers */, + A910BBE320BB5FDE008A7EC2 /* log.h in Headers */, + A910BA8120BB5FDE008A7EC2 /* enum_set.h in Headers */, + A910BC7920BB5FDE008A7EC2 /* instruction.h in Headers */, + A910BBC920BB5FDE008A7EC2 /* loop_dependence.h in Headers */, + A910BAA320BB5FDE008A7EC2 /* bitutils.h in Headers */, + A910BBEB20BB5FDE008A7EC2 /* ssa_rewrite_pass.h in Headers */, + A910BC8320BB5FDE008A7EC2 /* latest_version_glsl_std_450_header.h in Headers */, + A910BC3320BB5FDE008A7EC2 /* loop_utils.h in Headers */, + A910BB9120BB5FDE008A7EC2 /* loop_peeling.h in Headers */, + A910BC3F20BB5FDE008A7EC2 /* loop_descriptor.h in Headers */, + A910BB2320BB5FDE008A7EC2 /* composite.h in Headers */, + A910BBFB20BB5FDE008A7EC2 /* common_uniform_elim_pass.h in Headers */, + A910BC3520BB5FDE008A7EC2 /* module.h in Headers */, + A910BB6520BB5FDE008A7EC2 /* unify_const_pass.h in Headers */, + A910BC0120BB5FDE008A7EC2 /* dead_branch_elim_pass.h in Headers */, + A910BAD320BB5FDE008A7EC2 /* macro.h in Headers */, + A910BAE320BB5FDE008A7EC2 /* markv_model.h in Headers */, A9AB199B1CB5B5A80001E7F9 /* spirv_cross.hpp in Headers */, - A99F40E7208664B600519635 /* local_ssa_elim_pass.h in Headers */, - A99F4049208664B600519635 /* private_to_local_pass.h in Headers */, - A99F411D208664B600519635 /* table.h in Headers */, - A99F40A3208664B600519635 /* copy_prop_arrays.h in Headers */, - A99F3F93208664B500519635 /* cfa.h in Headers */, - A99F40A5208664B600519635 /* eliminate_dead_constant_pass.h in Headers */, - A99F4147208664B600519635 /* construct.h in Headers */, - A99F4079208664B600519635 /* freeze_spec_constant_value_pass.h in Headers */, - A99F3FD9208664B600519635 /* spirv_stats.h in Headers */, - A99F3FEF208664B600519635 /* inline_opaque_pass.h in Headers */, - A99F40FB208664B600519635 /* instruction.h in Headers */, - A99F407D208664B600519635 /* mem_pass.h in Headers */, - A99F3FF3208664B600519635 /* composite.h in Headers */, - A99F4157208664B600519635 /* function.h in Headers */, - A99F4115208664B600519635 /* dominator_tree.h in Headers */, - A99F3FA7208664B500519635 /* macro.h in Headers */, - A99F3FBD208664B600519635 /* text_handler.h in Headers */, - A99F3F59208664B500519635 /* assembly_grammar.h in Headers */, - A99F400D208664B600519635 /* local_access_chain_convert_pass.h in Headers */, - A99F40D3208664B600519635 /* remove_duplicates_pass.h in Headers */, - A99F4069208664B600519635 /* local_single_block_elim_pass.h in Headers */, - A99F40F5208664B600519635 /* loop_unswitch_pass.h in Headers */, - A99F40B1208664B600519635 /* dominator_analysis.h in Headers */, - A99F40DB208664B600519635 /* null_pass.h in Headers */, - A99F3FA3208664B500519635 /* operand.h in Headers */, - A99F402F208664B600519635 /* ir_loader.h in Headers */, + A910BACB20BB5FDE008A7EC2 /* spirv_definition.h in Headers */, + A910BC2D20BB5FDE008A7EC2 /* local_ssa_elim_pass.h in Headers */, + A910BC1520BB5FDE008A7EC2 /* simplification_pass.h in Headers */, + A910BBCB20BB5FDE008A7EC2 /* value_number_table.h in Headers */, + A910BB1F20BB5FDE008A7EC2 /* loop_fusion.h in Headers */, + A910BBA120BB5FDE008A7EC2 /* decoration_manager.h in Headers */, + A910BA7F20BB5FDE008A7EC2 /* assembly_grammar.h in Headers */, + A910BBF520BB5FDE008A7EC2 /* pass.h in Headers */, + A910BAAF20BB5FDE008A7EC2 /* spirv_target_env.h in Headers */, + A910BB5520BB5FDE008A7EC2 /* ir_context.h in Headers */, + A910BAE120BB5FDE008A7EC2 /* markv.h in Headers */, + A910BC7320BB5FDE008A7EC2 /* latest_version_spirv_header.h in Headers */, + A910BBC720BB5FDE008A7EC2 /* inline_pass.h in Headers */, A909408C1C58013E0094110D /* SPIRVToMSLConverter.h in Headers */, - A99F3FC7208664B600519635 /* diagnostic.h in Headers */, - A99F40AD208664B600519635 /* dead_variable_elimination.h in Headers */, - A99F401F208664B600519635 /* ir_context.h in Headers */, + A910BB0D20BB5FDE008A7EC2 /* print.h in Headers */, + A910BBDD20BB5FDE008A7EC2 /* loop_fission.h in Headers */, + A910BC1F20BB5FDE008A7EC2 /* null_pass.h in Headers */, + A910BBF720BB5FDE008A7EC2 /* folding_rules.h in Headers */, + A910BAEB20BB5FDE008A7EC2 /* parsed_operand.h in Headers */, + A910BB8920BB5FDE008A7EC2 /* cfg_cleanup_pass.h in Headers */, + A910BC4320BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.h in Headers */, + A910BC4F20BB5FDE008A7EC2 /* licm_pass.h in Headers */, + A910BB8F20BB5FDE008A7EC2 /* local_redundancy_elimination.h in Headers */, A9AB19A31CB5B5A80001E7F9 /* spirv_msl.hpp in Headers */, - A99F40BF208664B600519635 /* dead_branch_elim_pass.h in Headers */, - A99F40ED208664B600519635 /* loop_utils.h in Headers */, - A99F3FF7208664B600519635 /* tree_iterator.h in Headers */, - A99F40B9208664B600519635 /* common_uniform_elim_pass.h in Headers */, - A99F3F6F208664B500519635 /* bit_stream.h in Headers */, - A99F4129208664B600519635 /* latest_version_spirv_header.h in Headers */, - A99F3FED208664B600519635 /* merge_return_pass.h in Headers */, - A99F40D1208664B600519635 /* simplification_pass.h in Headers */, - A99F40E3208664B600519635 /* redundancy_elimination.h in Headers */, - A99F4133208664B600519635 /* opcode.h in Headers */, - A99F4059208664B600519635 /* loop_peeling.h in Headers */, - A99F409F208664B600519635 /* workaround1209.h in Headers */, + A910BBEF20BB5FDE008A7EC2 /* dead_variable_elimination.h in Headers */, + A910BC5F20BB5FDE008A7EC2 /* dominator_tree.h in Headers */, + A910BB1120BB5FDE008A7EC2 /* disassemble.h in Headers */, + A910BAAD20BB5FDE008A7EC2 /* ilist.h in Headers */, + A910BBCD20BB5FDE008A7EC2 /* flatten_decoration_pass.h in Headers */, + A910BB3120BB5FDE008A7EC2 /* scalar_analysis.h in Headers */, + A910BBF320BB5FDE008A7EC2 /* dominator_analysis.h in Headers */, + A910BB6F20BB5FDE008A7EC2 /* basic_block.h in Headers */, + A910BAE920BB5FDE008A7EC2 /* text_handler.h in Headers */, + A910BB4520BB5FDE008A7EC2 /* propagator.h in Headers */, + A910BB8520BB5FDE008A7EC2 /* def_use_manager.h in Headers */, + A910BA9720BB5FDE008A7EC2 /* bit_stream.h in Headers */, A9F042B21FB4D060009FCCB8 /* MVKCommonEnvironment.h in Headers */, - A99F3F6B208664B500519635 /* string_utils.h in Headers */, - A99F4109208664B600519635 /* build_module.h in Headers */, - A99F40D7208664B600519635 /* reflect.h in Headers */, - A99F414B208664B600519635 /* validation_state.h in Headers */, - A99F410D208664B600519635 /* function.h in Headers */, - A99F3FFD208664B600519635 /* scalar_analysis.h in Headers */, - A99F4075208664B600519635 /* dead_insert_elim_pass.h in Headers */, - A99F40C3208664B600519635 /* scalar_analysis_nodes.h in Headers */, - A99F4113208664B600519635 /* set_spec_constant_default_value_pass.h in Headers */, - A99F4033208664B600519635 /* fold_spec_constant_op_and_composite_pass.h in Headers */, - A99F4051208664B600519635 /* cfg_cleanup_pass.h in Headers */, - A99F3F69208664B500519635 /* ilist_node.h in Headers */, - A99F3F81208664B500519635 /* ilist.h in Headers */, - A99F3FF5208664B600519635 /* compact_ids_pass.h in Headers */, - A99F403D208664B600519635 /* block_merge_pass.h in Headers */, - A99F4105208664B600519635 /* iterator.h in Headers */, - A99F3F97208664B500519635 /* enum_string_mapping.h in Headers */, - A99F415B208664B600519635 /* decoration.h in Headers */, - A99F4131208664B600519635 /* id_descriptor.h in Headers */, - A99F3F67208664B500519635 /* parse_number.h in Headers */, - A99F4085208664B600519635 /* insert_extract_elim.h in Headers */, - A99F40F7208664B600519635 /* cfg.h in Headers */, - A99F40B7208664B600519635 /* eliminate_dead_functions_pass.h in Headers */, - A99F412F208664B600519635 /* instruction.h in Headers */, - A99F4139208664B600519635 /* latest_version_glsl_std_450_header.h in Headers */, - A99F40CD208664B600519635 /* strip_reflect_info_pass.h in Headers */, - A99F3FFF208664B600519635 /* strip_debug_info_pass.h in Headers */, - A99F4003208664B600519635 /* make_unique.h in Headers */, - A99F4065208664B600519635 /* decoration_manager.h in Headers */, - A99F3FE9208664B600519635 /* if_conversion.h in Headers */, - A99F3F7D208664B500519635 /* hex_float.h in Headers */, - A99F408B208664B600519635 /* inline_pass.h in Headers */, - A99F3F83208664B500519635 /* spirv_target_env.h in Headers */, - A99F4057208664B600519635 /* local_redundancy_elimination.h in Headers */, + A910BB1D20BB5FDE008A7EC2 /* inline_opaque_pass.h in Headers */, + A910BC5920BB5FDE008A7EC2 /* feature_manager.h in Headers */, + A910BBFD20BB5FDE008A7EC2 /* fold.h in Headers */, + A910BA9320BB5FDE008A7EC2 /* string_utils.h in Headers */, + A910BABD20BB5FDE008A7EC2 /* latest_version_opencl_std_header.h in Headers */, + A910BC9D20BB5FDE008A7EC2 /* instruction.h in Headers */, + A910BA9120BB5FDE008A7EC2 /* ilist_node.h in Headers */, + A910BC3B20BB5FDE008A7EC2 /* loop_unswitch_pass.h in Headers */, + A910BBE720BB5FDE008A7EC2 /* eliminate_dead_constant_pass.h in Headers */, + A910BC3D20BB5FDE008A7EC2 /* cfg.h in Headers */, + A910BA8F20BB5FDE008A7EC2 /* parse_number.h in Headers */, + A910BC4520BB5FDE008A7EC2 /* vector_dce.h in Headers */, + A910BC5520BB5FDE008A7EC2 /* function.h in Headers */, + A910BCA520BB5FDE008A7EC2 /* decoration.h in Headers */, A9AB199F1CB5B5A80001E7F9 /* spirv_glsl.hpp in Headers */, + A910BBC120BB5FDE008A7EC2 /* insert_extract_elim.h in Headers */, + A910BB3720BB5FDE008A7EC2 /* make_unique.h in Headers */, A95C5F411DEA9070000D17B6 /* spirv_cfg.hpp in Headers */, - A99F3F6D208664B500519635 /* huffman_codec.h in Headers */, - A99F400B208664B600519635 /* replace_invalid_opc.h in Headers */, - A99F4153208664B600519635 /* instruction.h in Headers */, - A99F3FAB208664B500519635 /* spirv_constant.h in Headers */, + A910BC8520BB5FDE008A7EC2 /* extensions.h in Headers */, + A910BA9F20BB5FDE008A7EC2 /* bit_vector.h in Headers */, + A910BB2920BB5FDE008A7EC2 /* tree_iterator.h in Headers */, + A910BAF320BB5FDE008A7EC2 /* diagnostic.h in Headers */, + A910BAD720BB5FDE008A7EC2 /* spirv_constant.h in Headers */, + A910BC8920BB5FDE008A7EC2 /* binary.h in Headers */, + A910BBD120BB5FDE008A7EC2 /* inline_exhaustive_pass.h in Headers */, + A910BBDF20BB5FDE008A7EC2 /* workaround1209.h in Headers */, + A910BB6B20BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.h in Headers */, + A910BABF20BB5FDE008A7EC2 /* cfa.h in Headers */, + A910BAA120BB5FDE008A7EC2 /* move_to_front.h in Headers */, + A910BA9520BB5FDE008A7EC2 /* huffman_codec.h in Headers */, + A910BAE720BB5FDE008A7EC2 /* validate.h in Headers */, + A910BBA520BB5FDE008A7EC2 /* local_single_block_elim_pass.h in Headers */, + A910BB6720BB5FDE008A7EC2 /* ir_loader.h in Headers */, + A910BB3320BB5FDE008A7EC2 /* strip_debug_info_pass.h in Headers */, + A910BACD20BB5FDE008A7EC2 /* message.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2059,147 +2139,155 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A99F408E208664B600519635 /* value_number_table.h in Headers */, - A99F40BC208664B600519635 /* fold.h in Headers */, - A99F4140208664B600519635 /* binary.h in Headers */, - A99F3FFA208664B600519635 /* local_single_store_elim_pass.h in Headers */, - A99F3FC2208664B600519635 /* name_mapper.h in Headers */, - A99F414A208664B600519635 /* basic_block.h in Headers */, - A99F3FA2208664B500519635 /* message.h in Headers */, - A99F4108208664B600519635 /* licm_pass.h in Headers */, - A99F40FA208664B600519635 /* loop_descriptor.h in Headers */, - A99F3FBC208664B600519635 /* validate.h in Headers */, - A99F4118208664B600519635 /* type_manager.h in Headers */, - A99F4110208664B600519635 /* feature_manager.h in Headers */, - A99F3FC0208664B600519635 /* parsed_operand.h in Headers */, - A99F4096208664B600519635 /* constants.h in Headers */, - A99F40F4208664B600519635 /* ir_builder.h in Headers */, - A99F404E208664B600519635 /* def_use_manager.h in Headers */, - A99F4122208664B600519635 /* ext_inst.h in Headers */, - A99F4094208664B600519635 /* inline_exhaustive_pass.h in Headers */, - A99F3FA0208664B500519635 /* spirv_definition.h in Headers */, + A910BC9420BB5FDE008A7EC2 /* basic_block.h in Headers */, + A910BAF620BB5FDE008A7EC2 /* spirv_endian.h in Headers */, A98149691FB6A98A005F00B4 /* MVKStrings.h in Headers */, - A99F4014208664B600519635 /* instruction_list.h in Headers */, - A99F3FB2208664B500519635 /* spirv_validator_options.h in Headers */, - A99F4038208664B600519635 /* basic_block.h in Headers */, - A99F3FB8208664B600519635 /* markv_model.h in Headers */, - A99F3F64208664B500519635 /* text.h in Headers */, - A99F3F92208664B500519635 /* latest_version_opencl_std_header.h in Headers */, - A99F3F74208664B500519635 /* timer.h in Headers */, + A910BBBA20BB5FDE008A7EC2 /* mem_pass.h in Headers */, + A910BB7620BB5FDE008A7EC2 /* block_merge_pass.h in Headers */, + A910BC2420BB5FDE008A7EC2 /* scalar_replacement_pass.h in Headers */, + A910BC0620BB5FDE008A7EC2 /* scalar_analysis_nodes.h in Headers */, + A910BC9220BB5FDE008A7EC2 /* construct.h in Headers */, + A910BC6C20BB5FDE008A7EC2 /* ext_inst.h in Headers */, + A910BBB220BB5FDE008A7EC2 /* dead_insert_elim_pass.h in Headers */, + A910BC4220BB5FDE008A7EC2 /* instruction.h in Headers */, + A910BBFA20BB5FDE008A7EC2 /* eliminate_dead_functions_pass.h in Headers */, + A910BB6A20BB5FDE008A7EC2 /* types.h in Headers */, + A910BA8A20BB5FDE008A7EC2 /* text.h in Headers */, + A910BAEE20BB5FDE008A7EC2 /* name_mapper.h in Headers */, + A910BC1C20BB5FDE008A7EC2 /* reflect.h in Headers */, + A910BA9C20BB5FDE008A7EC2 /* timer.h in Headers */, + A910BB4220BB5FDE008A7EC2 /* local_access_chain_convert_pass.h in Headers */, + A910BAA820BB5FDE008A7EC2 /* hex_float.h in Headers */, + A910BC2A20BB5FDE008A7EC2 /* redundancy_elimination.h in Headers */, A9BB09771CEF89B100CCAB22 /* spirv.hpp in Headers */, - A99F40E0208664B600519635 /* scalar_replacement_pass.h in Headers */, - A99F40B4208664B600519635 /* pass.h in Headers */, - A99F3F78208664B500519635 /* move_to_front.h in Headers */, - A99F4028208664B600519635 /* loop_unroller.h in Headers */, - A99F40DE208664B600519635 /* const_folding_rules.h in Headers */, + A910BC6220BB5FDE008A7EC2 /* type_manager.h in Headers */, + A910BC4820BB5FDE008A7EC2 /* pass_manager.h in Headers */, + A910BB1620BB5FDE008A7EC2 /* if_conversion.h in Headers */, A928C91A1D0488DC00071B88 /* SPIRVConversion.h in Headers */, - A99F4090208664B600519635 /* flatten_decoration_pass.h in Headers */, - A99F40B6208664B600519635 /* folding_rules.h in Headers */, - A99F402E208664B600519635 /* unify_const_pass.h in Headers */, - A99F4032208664B600519635 /* types.h in Headers */, - A99F4100208664B600519635 /* pass_manager.h in Headers */, - A99F406C208664B600519635 /* strength_reduction_pass.h in Headers */, - A99F4012208664B600519635 /* propagator.h in Headers */, - A99F3FE2208664B600519635 /* print.h in Headers */, + A910BB9A20BB5FDE008A7EC2 /* loop_fusion_pass.h in Headers */, + A910BB2E20BB5FDE008A7EC2 /* reduce_load_size.h in Headers */, + A910BC1820BB5FDE008A7EC2 /* remove_duplicates_pass.h in Headers */, + A910BB2820BB5FDE008A7EC2 /* register_pressure.h in Headers */, + A910BC5220BB5FDE008A7EC2 /* build_module.h in Headers */, + A910BB5E20BB5FDE008A7EC2 /* loop_unroller.h in Headers */, + A910BBA820BB5FDE008A7EC2 /* strength_reduction_pass.h in Headers */, A9AB19981CB5B5A80001E7F9 /* spirv_common.hpp in Headers */, A9F042B71FB4D060009FCCB8 /* MVKLogging.h in Headers */, - A99F3FCA208664B600519635 /* spirv_endian.h in Headers */, - A99F40FE208664B600519635 /* aggressive_dead_code_elim_pass.h in Headers */, - A99F40F0208664B600519635 /* module.h in Headers */, - A99F3FE6208664B600519635 /* disassemble.h in Headers */, - A99F3FB6208664B600519635 /* markv.h in Headers */, - A99F40AA208664B600519635 /* ssa_rewrite_pass.h in Headers */, - A99F40CA208664B600519635 /* passes.h in Headers */, - A99F3F7A208664B500519635 /* bitutils.h in Headers */, - A99F413C208664B600519635 /* extensions.h in Headers */, - A99F3F5C208664B500519635 /* enum_set.h in Headers */, - A99F410C208664B600519635 /* ccp_pass.h in Headers */, - A99F40A2208664B600519635 /* log.h in Headers */, + A910BCA220BB5FDE008A7EC2 /* function.h in Headers */, + A910BAD020BB5FDE008A7EC2 /* operand.h in Headers */, + A910BB8220BB5FDE008A7EC2 /* private_to_local_pass.h in Headers */, + A910BB4020BB5FDE008A7EC2 /* replace_invalid_opc.h in Headers */, + A910BBE620BB5FDE008A7EC2 /* copy_prop_arrays.h in Headers */, + A910BC3A20BB5FDE008A7EC2 /* ir_builder.h in Headers */, + A910BB2620BB5FDE008A7EC2 /* compact_ids_pass.h in Headers */, + A910BC5420BB5FDE008A7EC2 /* ccp_pass.h in Headers */, + A910BC9620BB5FDE008A7EC2 /* validation_state.h in Headers */, + A910BC5E20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.h in Headers */, + A910BC2220BB5FDE008A7EC2 /* const_folding_rules.h in Headers */, + A910BAC420BB5FDE008A7EC2 /* enum_string_mapping.h in Headers */, + A910BC0E20BB5FDE008A7EC2 /* passes.h in Headers */, + A910BC1220BB5FDE008A7EC2 /* strip_reflect_info_pass.h in Headers */, + A910BADE20BB5FDE008A7EC2 /* spirv_validator_options.h in Headers */, + A910BB2C20BB5FDE008A7EC2 /* local_single_store_elim_pass.h in Headers */, + A910BC6820BB5FDE008A7EC2 /* table.h in Headers */, + A910BBB620BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.h in Headers */, + A910BC7E20BB5FDE008A7EC2 /* opcode.h in Headers */, + A910BB1C20BB5FDE008A7EC2 /* merge_return_pass.h in Headers */, + A910BBD420BB5FDE008A7EC2 /* constants.h in Headers */, + A910BC7C20BB5FDE008A7EC2 /* id_descriptor.h in Headers */, + A910BC4E20BB5FDE008A7EC2 /* iterator.h in Headers */, + A910BB4820BB5FDE008A7EC2 /* instruction_list.h in Headers */, + A910BB0620BB5FDE008A7EC2 /* spirv_stats.h in Headers */, + A910BBE420BB5FDE008A7EC2 /* log.h in Headers */, + A910BA8220BB5FDE008A7EC2 /* enum_set.h in Headers */, + A910BC7A20BB5FDE008A7EC2 /* instruction.h in Headers */, + A910BBCA20BB5FDE008A7EC2 /* loop_dependence.h in Headers */, + A910BAA420BB5FDE008A7EC2 /* bitutils.h in Headers */, + A910BBEC20BB5FDE008A7EC2 /* ssa_rewrite_pass.h in Headers */, + A910BC8420BB5FDE008A7EC2 /* latest_version_glsl_std_450_header.h in Headers */, + A910BC3420BB5FDE008A7EC2 /* loop_utils.h in Headers */, + A910BB9220BB5FDE008A7EC2 /* loop_peeling.h in Headers */, + A910BC4020BB5FDE008A7EC2 /* loop_descriptor.h in Headers */, + A910BB2420BB5FDE008A7EC2 /* composite.h in Headers */, + A910BBFC20BB5FDE008A7EC2 /* common_uniform_elim_pass.h in Headers */, + A910BC3620BB5FDE008A7EC2 /* module.h in Headers */, + A910BB6620BB5FDE008A7EC2 /* unify_const_pass.h in Headers */, + A910BC0220BB5FDE008A7EC2 /* dead_branch_elim_pass.h in Headers */, + A910BAD420BB5FDE008A7EC2 /* macro.h in Headers */, + A910BAE420BB5FDE008A7EC2 /* markv_model.h in Headers */, A9AB199C1CB5B5A80001E7F9 /* spirv_cross.hpp in Headers */, - A99F40E8208664B600519635 /* local_ssa_elim_pass.h in Headers */, - A99F404A208664B600519635 /* private_to_local_pass.h in Headers */, - A99F411E208664B600519635 /* table.h in Headers */, - A99F40A4208664B600519635 /* copy_prop_arrays.h in Headers */, - A99F3F94208664B500519635 /* cfa.h in Headers */, - A99F40A6208664B600519635 /* eliminate_dead_constant_pass.h in Headers */, - A99F4148208664B600519635 /* construct.h in Headers */, - A99F407A208664B600519635 /* freeze_spec_constant_value_pass.h in Headers */, - A99F3FDA208664B600519635 /* spirv_stats.h in Headers */, - A99F3FF0208664B600519635 /* inline_opaque_pass.h in Headers */, - A99F40FC208664B600519635 /* instruction.h in Headers */, - A99F407E208664B600519635 /* mem_pass.h in Headers */, - A99F3FF4208664B600519635 /* composite.h in Headers */, - A99F4158208664B600519635 /* function.h in Headers */, - A99F4116208664B600519635 /* dominator_tree.h in Headers */, - A99F3FA8208664B500519635 /* macro.h in Headers */, - A99F3FBE208664B600519635 /* text_handler.h in Headers */, - A99F3F5A208664B500519635 /* assembly_grammar.h in Headers */, - A99F400E208664B600519635 /* local_access_chain_convert_pass.h in Headers */, - A99F40D4208664B600519635 /* remove_duplicates_pass.h in Headers */, - A99F406A208664B600519635 /* local_single_block_elim_pass.h in Headers */, - A99F40F6208664B600519635 /* loop_unswitch_pass.h in Headers */, - A99F40B2208664B600519635 /* dominator_analysis.h in Headers */, - A99F40DC208664B600519635 /* null_pass.h in Headers */, - A99F3FA4208664B500519635 /* operand.h in Headers */, - A99F4030208664B600519635 /* ir_loader.h in Headers */, + A910BACC20BB5FDE008A7EC2 /* spirv_definition.h in Headers */, + A910BC2E20BB5FDE008A7EC2 /* local_ssa_elim_pass.h in Headers */, + A910BC1620BB5FDE008A7EC2 /* simplification_pass.h in Headers */, + A910BBCC20BB5FDE008A7EC2 /* value_number_table.h in Headers */, + A910BB2020BB5FDE008A7EC2 /* loop_fusion.h in Headers */, + A910BBA220BB5FDE008A7EC2 /* decoration_manager.h in Headers */, + A910BA8020BB5FDE008A7EC2 /* assembly_grammar.h in Headers */, + A910BBF620BB5FDE008A7EC2 /* pass.h in Headers */, + A910BAB020BB5FDE008A7EC2 /* spirv_target_env.h in Headers */, + A910BB5620BB5FDE008A7EC2 /* ir_context.h in Headers */, + A910BAE220BB5FDE008A7EC2 /* markv.h in Headers */, + A910BC7420BB5FDE008A7EC2 /* latest_version_spirv_header.h in Headers */, + A910BBC820BB5FDE008A7EC2 /* inline_pass.h in Headers */, A909408D1C58013E0094110D /* SPIRVToMSLConverter.h in Headers */, - A99F3FC8208664B600519635 /* diagnostic.h in Headers */, - A99F40AE208664B600519635 /* dead_variable_elimination.h in Headers */, - A99F4020208664B600519635 /* ir_context.h in Headers */, + A910BB0E20BB5FDE008A7EC2 /* print.h in Headers */, + A910BBDE20BB5FDE008A7EC2 /* loop_fission.h in Headers */, + A910BC2020BB5FDE008A7EC2 /* null_pass.h in Headers */, + A910BBF820BB5FDE008A7EC2 /* folding_rules.h in Headers */, + A910BAEC20BB5FDE008A7EC2 /* parsed_operand.h in Headers */, + A910BB8A20BB5FDE008A7EC2 /* cfg_cleanup_pass.h in Headers */, + A910BC4420BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.h in Headers */, + A910BC5020BB5FDE008A7EC2 /* licm_pass.h in Headers */, + A910BB9020BB5FDE008A7EC2 /* local_redundancy_elimination.h in Headers */, A9AB19A41CB5B5A80001E7F9 /* spirv_msl.hpp in Headers */, - A99F40C0208664B600519635 /* dead_branch_elim_pass.h in Headers */, - A99F40EE208664B600519635 /* loop_utils.h in Headers */, - A99F3FF8208664B600519635 /* tree_iterator.h in Headers */, - A99F40BA208664B600519635 /* common_uniform_elim_pass.h in Headers */, - A99F3F70208664B500519635 /* bit_stream.h in Headers */, - A99F412A208664B600519635 /* latest_version_spirv_header.h in Headers */, - A99F3FEE208664B600519635 /* merge_return_pass.h in Headers */, - A99F40D2208664B600519635 /* simplification_pass.h in Headers */, - A99F40E4208664B600519635 /* redundancy_elimination.h in Headers */, - A99F4134208664B600519635 /* opcode.h in Headers */, - A99F405A208664B600519635 /* loop_peeling.h in Headers */, - A99F40A0208664B600519635 /* workaround1209.h in Headers */, + A910BBF020BB5FDE008A7EC2 /* dead_variable_elimination.h in Headers */, + A910BC6020BB5FDE008A7EC2 /* dominator_tree.h in Headers */, + A910BB1220BB5FDE008A7EC2 /* disassemble.h in Headers */, + A910BAAE20BB5FDE008A7EC2 /* ilist.h in Headers */, + A910BBCE20BB5FDE008A7EC2 /* flatten_decoration_pass.h in Headers */, + A910BB3220BB5FDE008A7EC2 /* scalar_analysis.h in Headers */, + A910BBF420BB5FDE008A7EC2 /* dominator_analysis.h in Headers */, + A910BB7020BB5FDE008A7EC2 /* basic_block.h in Headers */, + A910BAEA20BB5FDE008A7EC2 /* text_handler.h in Headers */, + A910BB4620BB5FDE008A7EC2 /* propagator.h in Headers */, + A910BB8620BB5FDE008A7EC2 /* def_use_manager.h in Headers */, + A910BA9820BB5FDE008A7EC2 /* bit_stream.h in Headers */, A9F042B31FB4D060009FCCB8 /* MVKCommonEnvironment.h in Headers */, - A99F3F6C208664B500519635 /* string_utils.h in Headers */, - A99F410A208664B600519635 /* build_module.h in Headers */, - A99F40D8208664B600519635 /* reflect.h in Headers */, - A99F414C208664B600519635 /* validation_state.h in Headers */, - A99F410E208664B600519635 /* function.h in Headers */, - A99F3FFE208664B600519635 /* scalar_analysis.h in Headers */, - A99F4076208664B600519635 /* dead_insert_elim_pass.h in Headers */, - A99F40C4208664B600519635 /* scalar_analysis_nodes.h in Headers */, - A99F4114208664B600519635 /* set_spec_constant_default_value_pass.h in Headers */, - A99F4034208664B600519635 /* fold_spec_constant_op_and_composite_pass.h in Headers */, - A99F4052208664B600519635 /* cfg_cleanup_pass.h in Headers */, - A99F3F6A208664B500519635 /* ilist_node.h in Headers */, - A99F3F82208664B500519635 /* ilist.h in Headers */, - A99F3FF6208664B600519635 /* compact_ids_pass.h in Headers */, - A99F403E208664B600519635 /* block_merge_pass.h in Headers */, - A99F4106208664B600519635 /* iterator.h in Headers */, - A99F3F98208664B500519635 /* enum_string_mapping.h in Headers */, - A99F415C208664B600519635 /* decoration.h in Headers */, - A99F4132208664B600519635 /* id_descriptor.h in Headers */, - A99F3F68208664B500519635 /* parse_number.h in Headers */, - A99F4086208664B600519635 /* insert_extract_elim.h in Headers */, - A99F40F8208664B600519635 /* cfg.h in Headers */, - A99F40B8208664B600519635 /* eliminate_dead_functions_pass.h in Headers */, - A99F4130208664B600519635 /* instruction.h in Headers */, - A99F413A208664B600519635 /* latest_version_glsl_std_450_header.h in Headers */, - A99F40CE208664B600519635 /* strip_reflect_info_pass.h in Headers */, - A99F4000208664B600519635 /* strip_debug_info_pass.h in Headers */, - A99F4004208664B600519635 /* make_unique.h in Headers */, - A99F4066208664B600519635 /* decoration_manager.h in Headers */, - A99F3FEA208664B600519635 /* if_conversion.h in Headers */, - A99F3F7E208664B500519635 /* hex_float.h in Headers */, - A99F408C208664B600519635 /* inline_pass.h in Headers */, - A99F3F84208664B500519635 /* spirv_target_env.h in Headers */, - A99F4058208664B600519635 /* local_redundancy_elimination.h in Headers */, + A910BB1E20BB5FDE008A7EC2 /* inline_opaque_pass.h in Headers */, + A910BC5A20BB5FDE008A7EC2 /* feature_manager.h in Headers */, + A910BBFE20BB5FDE008A7EC2 /* fold.h in Headers */, + A910BA9420BB5FDE008A7EC2 /* string_utils.h in Headers */, + A910BABE20BB5FDE008A7EC2 /* latest_version_opencl_std_header.h in Headers */, + A910BC9E20BB5FDE008A7EC2 /* instruction.h in Headers */, + A910BA9220BB5FDE008A7EC2 /* ilist_node.h in Headers */, + A910BC3C20BB5FDE008A7EC2 /* loop_unswitch_pass.h in Headers */, + A910BBE820BB5FDE008A7EC2 /* eliminate_dead_constant_pass.h in Headers */, + A910BC3E20BB5FDE008A7EC2 /* cfg.h in Headers */, + A910BA9020BB5FDE008A7EC2 /* parse_number.h in Headers */, + A910BC4620BB5FDE008A7EC2 /* vector_dce.h in Headers */, + A910BC5620BB5FDE008A7EC2 /* function.h in Headers */, + A910BCA620BB5FDE008A7EC2 /* decoration.h in Headers */, A9AB19A01CB5B5A80001E7F9 /* spirv_glsl.hpp in Headers */, + A910BBC220BB5FDE008A7EC2 /* insert_extract_elim.h in Headers */, + A910BB3820BB5FDE008A7EC2 /* make_unique.h in Headers */, A95C5F421DEA9070000D17B6 /* spirv_cfg.hpp in Headers */, - A99F3F6E208664B500519635 /* huffman_codec.h in Headers */, - A99F400C208664B600519635 /* replace_invalid_opc.h in Headers */, - A99F4154208664B600519635 /* instruction.h in Headers */, - A99F3FAC208664B500519635 /* spirv_constant.h in Headers */, + A910BC8620BB5FDE008A7EC2 /* extensions.h in Headers */, + A910BAA020BB5FDE008A7EC2 /* bit_vector.h in Headers */, + A910BB2A20BB5FDE008A7EC2 /* tree_iterator.h in Headers */, + A910BAF420BB5FDE008A7EC2 /* diagnostic.h in Headers */, + A910BAD820BB5FDE008A7EC2 /* spirv_constant.h in Headers */, + A910BC8A20BB5FDE008A7EC2 /* binary.h in Headers */, + A910BBD220BB5FDE008A7EC2 /* inline_exhaustive_pass.h in Headers */, + A910BBE020BB5FDE008A7EC2 /* workaround1209.h in Headers */, + A910BB6C20BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.h in Headers */, + A910BAC020BB5FDE008A7EC2 /* cfa.h in Headers */, + A910BAA220BB5FDE008A7EC2 /* move_to_front.h in Headers */, + A910BA9620BB5FDE008A7EC2 /* huffman_codec.h in Headers */, + A910BAE820BB5FDE008A7EC2 /* validate.h in Headers */, + A910BBA620BB5FDE008A7EC2 /* local_single_block_elim_pass.h in Headers */, + A910BB6820BB5FDE008A7EC2 /* ir_loader.h in Headers */, + A910BB3420BB5FDE008A7EC2 /* strip_debug_info_pass.h in Headers */, + A910BACE20BB5FDE008A7EC2 /* message.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2447,144 +2535,154 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A99F4017208664B600519635 /* feature_manager.cpp in Sources */, - A99F4119208664B600519635 /* compact_ids_pass.cpp in Sources */, - A99F4099208664B600519635 /* copy_prop_arrays.cpp in Sources */, - A99F40CB208664B600519635 /* fold.cpp in Sources */, - A99F4101208664B600519635 /* local_access_chain_convert_pass.cpp in Sources */, - A99F3FD1208664B600519635 /* linker.cpp in Sources */, - A99F3F7F208664B500519635 /* parse_number.cpp in Sources */, - A99F40CF208664B600519635 /* scalar_replacement_pass.cpp in Sources */, - A99F4111208664B600519635 /* scalar_analysis_simplification.cpp in Sources */, - A99F4055208664B600519635 /* eliminate_dead_functions_pass.cpp in Sources */, - A99F4043208664B600519635 /* loop_unswitch_pass.cpp in Sources */, - A99F4083208664B600519635 /* function.cpp in Sources */, - A99F4061208664B600519635 /* def_use_manager.cpp in Sources */, - A99F40C5208664B600519635 /* propagator.cpp in Sources */, - A99F3FFB208664B600519635 /* types.cpp in Sources */, - A99F3FAD208664B500519635 /* binary.cpp in Sources */, + A910BB7F20BB5FDE008A7EC2 /* type_manager.cpp in Sources */, + A910BB9D20BB5FDE008A7EC2 /* def_use_manager.cpp in Sources */, + A910BC8F20BB5FDE008A7EC2 /* validate_primitives.cpp in Sources */, + A910BC9920BB5FDE008A7EC2 /* function.cpp in Sources */, + A910BA9D20BB5FDE008A7EC2 /* string_utils.cpp in Sources */, + A910BAF720BB5FDE008A7EC2 /* name_mapper.cpp in Sources */, + A910BB3D20BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.cpp in Sources */, + A910BAD120BB5FDE008A7EC2 /* spirv_endian.cpp in Sources */, + A910BB7B20BB5FDE008A7EC2 /* loop_unswitch_pass.cpp in Sources */, + A910BA8D20BB5FDE008A7EC2 /* validate_non_uniform.cpp in Sources */, + A910BB7920BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, + A910BB0320BB5FDE008A7EC2 /* validate_arithmetics.cpp in Sources */, + A910BC8120BB5FDE008A7EC2 /* validate_layout.cpp in Sources */, + A910BB7D20BB5FDE008A7EC2 /* unify_const_pass.cpp in Sources */, + A910BB5320BB5FDE008A7EC2 /* merge_return_pass.cpp in Sources */, + A910BC7720BB5FDE008A7EC2 /* validate_ext_inst.cpp in Sources */, + A910BB6120BB5FDE008A7EC2 /* ssa_rewrite_pass.cpp in Sources */, + A910BADF20BB5FDE008A7EC2 /* markv_codec.cpp in Sources */, + A910BC7F20BB5FDE008A7EC2 /* operand.cpp in Sources */, + A910BBCF20BB5FDE008A7EC2 /* if_conversion.cpp in Sources */, A9AB19991CB5B5A80001E7F9 /* spirv_cross.cpp in Sources */, - A99F401D208664B600519635 /* merge_return_pass.cpp in Sources */, - A99F409B208664B600519635 /* pass_manager.cpp in Sources */, - A99F3F89208664B500519635 /* id_descriptor.cpp in Sources */, - A99F3FCF208664B600519635 /* validate_datarules.cpp in Sources */, - A99F40E1208664B600519635 /* instruction.cpp in Sources */, - A99F407B208664B600519635 /* ir_context.cpp in Sources */, - A99F414F208664B600519635 /* function.cpp in Sources */, - A99F40AF208664B600519635 /* block_merge_pass.cpp in Sources */, - A99F4127208664B600519635 /* diagnostic.cpp in Sources */, - A99F4081208664B600519635 /* local_ssa_elim_pass.cpp in Sources */, - A99F3FA5208664B500519635 /* spirv_endian.cpp in Sources */, - A99F405B208664B600519635 /* loop_unroller.cpp in Sources */, - A99F3FC3208664B600519635 /* parsed_operand.cpp in Sources */, - A99F3FAF208664B500519635 /* validate_bitwise.cpp in Sources */, - A99F4039208664B600519635 /* remove_duplicates_pass.cpp in Sources */, - A99F4143208664B600519635 /* text_handler.cpp in Sources */, - A99F3FB3208664B500519635 /* markv_codec.cpp in Sources */, - A99F3FF1208664B600519635 /* build_module.cpp in Sources */, - A99F4045208664B600519635 /* unify_const_pass.cpp in Sources */, - A99F4021208664B600519635 /* eliminate_dead_constant_pass.cpp in Sources */, - A99F3F87208664B500519635 /* table.cpp in Sources */, - A99F413D208664B600519635 /* disassemble.cpp in Sources */, - A99F3FCB208664B600519635 /* name_mapper.cpp in Sources */, - A99F414D208664B600519635 /* construct.cpp in Sources */, - A99F4123208664B600519635 /* validate_literals.cpp in Sources */, - A99F4151208664B600519635 /* instruction.cpp in Sources */, + A910BB4F20BB5FDE008A7EC2 /* loop_fission.cpp in Sources */, + A910BAC120BB5FDE008A7EC2 /* validate_builtins.cpp in Sources */, + A910BC2520BB5FDE008A7EC2 /* instruction.cpp in Sources */, + A910BB0B20BB5FDE008A7EC2 /* validate_derivatives.cpp in Sources */, A9AB19A11CB5B5A80001E7F9 /* spirv_msl.cpp in Sources */, - A99F4015208664B600519635 /* insert_extract_elim.cpp in Sources */, - A99F3F5F208664B500519635 /* text.cpp in Sources */, - A99F404F208664B600519635 /* ir_loader.cpp in Sources */, - A99F411B208664B600519635 /* loop_peeling.cpp in Sources */, - A99F406F208664B600519635 /* simplification_pass.cpp in Sources */, - A99F4001208664B600519635 /* cfg.cpp in Sources */, - A99F4103208664B600519635 /* basic_block.cpp in Sources */, - A99F3FA9208664B500519635 /* validate.cpp in Sources */, + A910BAFD20BB5FDE008A7EC2 /* linker.cpp in Sources */, + A910BAC920BB5FDE008A7EC2 /* print.cpp in Sources */, + A910BB7120BB5FDE008A7EC2 /* remove_duplicates_pass.cpp in Sources */, + A910BB9720BB5FDE008A7EC2 /* constants.cpp in Sources */, + A910BBB320BB5FDE008A7EC2 /* folding_rules.cpp in Sources */, + A910BC3720BB5FDE008A7EC2 /* dominator_analysis.cpp in Sources */, + A910BBD720BB5FDE008A7EC2 /* copy_prop_arrays.cpp in Sources */, + A910BAD520BB5FDE008A7EC2 /* validate.cpp in Sources */, + A910BA8520BB5FDE008A7EC2 /* text.cpp in Sources */, + A910BB6D20BB5FDE008A7EC2 /* mem_pass.cpp in Sources */, + A910BAE520BB5FDE008A7EC2 /* enum_string_mapping.cpp in Sources */, + A910BC8D20BB5FDE008A7EC2 /* text_handler.cpp in Sources */, + A910BBA920BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.cpp in Sources */, + A910BB9320BB5FDE008A7EC2 /* vector_dce.cpp in Sources */, + A910BC7120BB5FDE008A7EC2 /* diagnostic.cpp in Sources */, + A910BBB720BB5FDE008A7EC2 /* ir_context.cpp in Sources */, + A910BC5B20BB5FDE008A7EC2 /* scalar_analysis_simplification.cpp in Sources */, + A910BBD920BB5FDE008A7EC2 /* pass_manager.cpp in Sources */, A95096BB2003D00300F10950 /* FileSupport.mm in Sources */, - A99F4071208664B600519635 /* dead_branch_elim_pass.cpp in Sources */, - A99F3F9D208664B500519635 /* print.cpp in Sources */, A909408A1C58013E0094110D /* SPIRVToMSLConverter.cpp in Sources */, - A99F4155208664B600519635 /* basic_block.cpp in Sources */, - A99F4005208664B600519635 /* decoration_manager.cpp in Sources */, - A99F4067208664B600519635 /* ccp_pass.cpp in Sources */, - A99F403F208664B600519635 /* module.cpp in Sources */, - A99F3F55208664B500519635 /* validate_cfg.cpp in Sources */, - A99F40D9208664B600519635 /* workaround1209.cpp in Sources */, - A99F4053208664B600519635 /* licm_pass.cpp in Sources */, - A99F4041208664B600519635 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, - A99F412D208664B600519635 /* validate_ext_inst.cpp in Sources */, - A99F40F1208664B600519635 /* dominator_analysis.cpp in Sources */, - A99F402B208664B600519635 /* ssa_rewrite_pass.cpp in Sources */, - A99F3FD5208664B600519635 /* software_version.cpp in Sources */, - A99F4029208664B600519635 /* strip_debug_info_pass.cpp in Sources */, - A99F4047208664B600519635 /* type_manager.cpp in Sources */, - A99F4089208664B600519635 /* composite.cpp in Sources */, - A99F400F208664B600519635 /* local_redundancy_elimination.cpp in Sources */, - A99F40AB208664B600519635 /* scalar_analysis.cpp in Sources */, - A99F4035208664B600519635 /* mem_pass.cpp in Sources */, - A99F40C1208664B600519635 /* private_to_local_pass.cpp in Sources */, - A99F412B208664B600519635 /* libspirv.cpp in Sources */, - A99F4141208664B600519635 /* validate_composites.cpp in Sources */, - A99F3FD7208664B600519635 /* validate_arithmetics.cpp in Sources */, - A99F409D208664B600519635 /* inline_exhaustive_pass.cpp in Sources */, - A99F405D208664B600519635 /* constants.cpp in Sources */, + A910BB6320BB5FDE008A7EC2 /* loop_dependence.cpp in Sources */, + A910BBF120BB5FDE008A7EC2 /* block_merge_pass.cpp in Sources */, + A910BC6D20BB5FDE008A7EC2 /* validate_literals.cpp in Sources */, + A910BB4D20BB5FDE008A7EC2 /* pass.cpp in Sources */, + A910BB8D20BB5FDE008A7EC2 /* eliminate_dead_functions_pass.cpp in Sources */, + A910BAC520BB5FDE008A7EC2 /* spirv_validator_options.cpp in Sources */, + A910BC9720BB5FDE008A7EC2 /* construct.cpp in Sources */, + A910BBBD20BB5FDE008A7EC2 /* local_ssa_elim_pass.cpp in Sources */, + A910BBAF20BB5FDE008A7EC2 /* flatten_decoration_pass.cpp in Sources */, + A910BC7520BB5FDE008A7EC2 /* libspirv.cpp in Sources */, + A910BC5720BB5FDE008A7EC2 /* loop_fusion.cpp in Sources */, + A910BA7B20BB5FDE008A7EC2 /* validate_cfg.cpp in Sources */, + A910BBBB20BB5FDE008A7EC2 /* loop_descriptor.cpp in Sources */, + A910BBBF20BB5FDE008A7EC2 /* function.cpp in Sources */, + A910BC6520BB5FDE008A7EC2 /* loop_peeling.cpp in Sources */, + A910BC1D20BB5FDE008A7EC2 /* workaround1209.cpp in Sources */, + A910BC1320BB5FDE008A7EC2 /* scalar_replacement_pass.cpp in Sources */, + A910BC2F20BB5FDE008A7EC2 /* inline_opaque_pass.cpp in Sources */, + A910BC0F20BB5FDE008A7EC2 /* fold.cpp in Sources */, + A910BBED20BB5FDE008A7EC2 /* scalar_analysis.cpp in Sources */, + A910BB7720BB5FDE008A7EC2 /* module.cpp in Sources */, A928C91B1D0488DC00071B88 /* SPIRVConversion.mm in Sources */, - A99F40E9208664B600519635 /* inline_opaque_pass.cpp in Sources */, - A99F40C7208664B600519635 /* set_spec_constant_default_value_pass.cpp in Sources */, + A910BB4320BB5FDE008A7EC2 /* local_redundancy_elimination.cpp in Sources */, + A910BAFB20BB5FDE008A7EC2 /* validate_datarules.cpp in Sources */, + A910BB5720BB5FDE008A7EC2 /* eliminate_dead_constant_pass.cpp in Sources */, + A910BAF120BB5FDE008A7EC2 /* validate_adjacency.cpp in Sources */, + A910BB8B20BB5FDE008A7EC2 /* licm_pass.cpp in Sources */, A9AB199D1CB5B5A80001E7F9 /* spirv_glsl.cpp in Sources */, - A99F411F208664B600519635 /* validate_image.cpp in Sources */, - A99F3F7B208664B500519635 /* bit_stream.cpp in Sources */, - A99F3F99208664B500519635 /* spirv_validator_options.cpp in Sources */, - A99F3F75208664B500519635 /* string_utils.cpp in Sources */, - A99F3F8F208664B500519635 /* validate_decorations.cpp in Sources */, - A99F407F208664B600519635 /* loop_descriptor.cpp in Sources */, - A99F40A7208664B600519635 /* dead_insert_elim_pass.cpp in Sources */, + A910BAA920BB5FDE008A7EC2 /* parse_number.cpp in Sources */, + A910BBD520BB5FDE008A7EC2 /* strength_reduction_pass.cpp in Sources */, + A910BAB520BB5FDE008A7EC2 /* id_descriptor.cpp in Sources */, + A910BB4B20BB5FDE008A7EC2 /* feature_manager.cpp in Sources */, + A910BADB20BB5FDE008A7EC2 /* validate_bitwise.cpp in Sources */, + A910BC4920BB5FDE008A7EC2 /* local_access_chain_convert_pass.cpp in Sources */, + A910BB9520BB5FDE008A7EC2 /* loop_unroller.cpp in Sources */, + A910BBAD20BB5FDE008A7EC2 /* dead_branch_elim_pass.cpp in Sources */, + A910BC6320BB5FDE008A7EC2 /* compact_ids_pass.cpp in Sources */, + A910BC0720BB5FDE008A7EC2 /* propagator.cpp in Sources */, + A910BB5120BB5FDE008A7EC2 /* dominator_tree.cpp in Sources */, + A910BC6920BB5FDE008A7EC2 /* validate_image.cpp in Sources */, + A910BAB120BB5FDE008A7EC2 /* message.cpp in Sources */, + A910BB3520BB5FDE008A7EC2 /* cfg.cpp in Sources */, + A910BC0B20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.cpp in Sources */, A95C5F3F1DEA9070000D17B6 /* spirv_cfg.cpp in Sources */, - A99F4077208664B600519635 /* folding_rules.cpp in Sources */, - A99F40D5208664B600519635 /* redundancy_elimination.cpp in Sources */, - A99F4073208664B600519635 /* flatten_decoration_pass.cpp in Sources */, - A99F4009208664B600519635 /* freeze_spec_constant_value_pass.cpp in Sources */, - A99F3F9B208664B500519635 /* spirv_stats.cpp in Sources */, - A99F403B208664B600519635 /* dead_variable_elimination.cpp in Sources */, - A99F3F53208664B500519635 /* spirv_target_env.cpp in Sources */, - A99F3F5D208664B500519635 /* validate_barriers.cpp in Sources */, - A99F3F85208664B500519635 /* message.cpp in Sources */, - A99F40BD208664B600519635 /* local_single_store_elim_pass.cpp in Sources */, - A99F4145208664B600519635 /* validate_primitives.cpp in Sources */, - A99F4007208664B600519635 /* local_single_block_elim_pass.cpp in Sources */, - A99F4019208664B600519635 /* pass.cpp in Sources */, - A99F3FDF208664B600519635 /* validate_derivatives.cpp in Sources */, - A99F3FE7208664B600519635 /* optimizer.cpp in Sources */, - A99F3F71208664B500519635 /* timer.cpp in Sources */, - A99F3F57208664B500519635 /* validate_capability.cpp in Sources */, - A99F4135208664B600519635 /* operand.cpp in Sources */, - A99F3F61208664B500519635 /* assembly_grammar.cpp in Sources */, - A99F3FC5208664B600519635 /* validate_adjacency.cpp in Sources */, - A99F3F95208664B500519635 /* validate_builtins.cpp in Sources */, - A99F3F8B208664B500519635 /* validate_atomics.cpp in Sources */, - A99F4125208664B600519635 /* validate_type_unique.cpp in Sources */, - A99F3FE3208664B600519635 /* ext_inst.cpp in Sources */, - A99F4087208664B600519635 /* instruction_list.cpp in Sources */, - A99F3F8D208664B500519635 /* validate_instruction.cpp in Sources */, - A99F40E5208664B600519635 /* value_number_table.cpp in Sources */, - A99F4063208664B600519635 /* strip_reflect_info_pass.cpp in Sources */, - A99F4159208664B600519635 /* validation_state.cpp in Sources */, - A99F4137208664B600519635 /* validate_layout.cpp in Sources */, - A99F4097208664B600519635 /* strength_reduction_pass.cpp in Sources */, - A99F40EB208664B600519635 /* replace_invalid_opc.cpp in Sources */, - A99F406D208664B600519635 /* aggressive_dead_code_elim_pass.cpp in Sources */, - A99F404B208664B600519635 /* inline_pass.cpp in Sources */, - A99F3FEB208664B600519635 /* loop_utils.cpp in Sources */, - A99F3FCD208664B600519635 /* validate_conversion.cpp in Sources */, - A99F4091208664B600519635 /* if_conversion.cpp in Sources */, - A99F4023208664B600519635 /* cfg_cleanup_pass.cpp in Sources */, - A99F3FB9208664B600519635 /* enum_string_mapping.cpp in Sources */, - A99F3FDB208664B600519635 /* opcode.cpp in Sources */, - A99F4025208664B600519635 /* const_folding_rules.cpp in Sources */, - A99F405F208664B600519635 /* common_uniform_elim_pass.cpp in Sources */, - A99F3F65208664B500519635 /* extensions.cpp in Sources */, - A99F3FDD208664B600519635 /* validate_logicals.cpp in Sources */, - A99F3FD3208664B600519635 /* validate_id.cpp in Sources */, - A99F401B208664B600519635 /* dominator_tree.cpp in Sources */, + A910BB0720BB5FDE008A7EC2 /* opcode.cpp in Sources */, + A910BAB720BB5FDE008A7EC2 /* validate_atomics.cpp in Sources */, + A910BAFF20BB5FDE008A7EC2 /* validate_id.cpp in Sources */, + A910BC0920BB5FDE008A7EC2 /* loop_dependence_helpers.cpp in Sources */, + A910BAEF20BB5FDE008A7EC2 /* parsed_operand.cpp in Sources */, + A910BB3920BB5FDE008A7EC2 /* decoration_manager.cpp in Sources */, + A910BAAB20BB5FDE008A7EC2 /* bit_vector.cpp in Sources */, + A910BBC320BB5FDE008A7EC2 /* instruction_list.cpp in Sources */, + A910BB5B20BB5FDE008A7EC2 /* const_folding_rules.cpp in Sources */, + A910BAA520BB5FDE008A7EC2 /* bit_stream.cpp in Sources */, + A910BC9F20BB5FDE008A7EC2 /* basic_block.cpp in Sources */, + A910BC2720BB5FDE008A7EC2 /* reduce_load_size.cpp in Sources */, + A910BAD920BB5FDE008A7EC2 /* binary.cpp in Sources */, + A910BB2F20BB5FDE008A7EC2 /* types.cpp in Sources */, + A910BB7320BB5FDE008A7EC2 /* dead_variable_elimination.cpp in Sources */, + A910BB0F20BB5FDE008A7EC2 /* ext_inst.cpp in Sources */, + A910BABB20BB5FDE008A7EC2 /* validate_decorations.cpp in Sources */, + A910BB9B20BB5FDE008A7EC2 /* common_uniform_elim_pass.cpp in Sources */, + A910BB5F20BB5FDE008A7EC2 /* strip_debug_info_pass.cpp in Sources */, + A910BB1920BB5FDE008A7EC2 /* loop_utils.cpp in Sources */, + A910BB0120BB5FDE008A7EC2 /* software_version.cpp in Sources */, + A910BA7920BB5FDE008A7EC2 /* spirv_target_env.cpp in Sources */, + A910BB4920BB5FDE008A7EC2 /* insert_extract_elim.cpp in Sources */, + A910BC9B20BB5FDE008A7EC2 /* instruction.cpp in Sources */, + A910BBE920BB5FDE008A7EC2 /* dead_insert_elim_pass.cpp in Sources */, + A910BAF920BB5FDE008A7EC2 /* validate_conversion.cpp in Sources */, + A910BBDB20BB5FDE008A7EC2 /* inline_exhaustive_pass.cpp in Sources */, + A910BAC720BB5FDE008A7EC2 /* spirv_stats.cpp in Sources */, + A910BB3B20BB5FDE008A7EC2 /* local_single_block_elim_pass.cpp in Sources */, + A910BC8B20BB5FDE008A7EC2 /* validate_composites.cpp in Sources */, + A910BB9F20BB5FDE008A7EC2 /* strip_reflect_info_pass.cpp in Sources */, + A910BB1720BB5FDE008A7EC2 /* register_pressure.cpp in Sources */, + A910BAB320BB5FDE008A7EC2 /* table.cpp in Sources */, + A910BB8320BB5FDE008A7EC2 /* inline_pass.cpp in Sources */, + A910BA9920BB5FDE008A7EC2 /* timer.cpp in Sources */, + A910BA8320BB5FDE008A7EC2 /* validate_barriers.cpp in Sources */, + A910BC6F20BB5FDE008A7EC2 /* validate_type_unique.cpp in Sources */, + A910BA7D20BB5FDE008A7EC2 /* validate_capability.cpp in Sources */, + A910BCA320BB5FDE008A7EC2 /* validation_state.cpp in Sources */, + A910BB1320BB5FDE008A7EC2 /* optimizer.cpp in Sources */, + A910BBE120BB5FDE008A7EC2 /* loop_fusion_pass.cpp in Sources */, + A910BAB920BB5FDE008A7EC2 /* validate_instruction.cpp in Sources */, + A910BB2120BB5FDE008A7EC2 /* build_module.cpp in Sources */, + A910BBFF20BB5FDE008A7EC2 /* local_single_store_elim_pass.cpp in Sources */, + A910BC0320BB5FDE008A7EC2 /* private_to_local_pass.cpp in Sources */, + A910BBAB20BB5FDE008A7EC2 /* simplification_pass.cpp in Sources */, + A910BC2B20BB5FDE008A7EC2 /* value_number_table.cpp in Sources */, + A910BC4B20BB5FDE008A7EC2 /* basic_block.cpp in Sources */, + A910BB8720BB5FDE008A7EC2 /* ir_loader.cpp in Sources */, + A910BBC520BB5FDE008A7EC2 /* composite.cpp in Sources */, + A910BB0920BB5FDE008A7EC2 /* validate_logicals.cpp in Sources */, + A910BB5920BB5FDE008A7EC2 /* cfg_cleanup_pass.cpp in Sources */, + A910BC1920BB5FDE008A7EC2 /* redundancy_elimination.cpp in Sources */, + A910BBA320BB5FDE008A7EC2 /* ccp_pass.cpp in Sources */, + A910BC8720BB5FDE008A7EC2 /* disassemble.cpp in Sources */, + A910BA8720BB5FDE008A7EC2 /* assembly_grammar.cpp in Sources */, + A910BA8B20BB5FDE008A7EC2 /* extensions.cpp in Sources */, + A910BC3120BB5FDE008A7EC2 /* replace_invalid_opc.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2592,144 +2690,154 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A99F4018208664B600519635 /* feature_manager.cpp in Sources */, - A99F411A208664B600519635 /* compact_ids_pass.cpp in Sources */, - A99F409A208664B600519635 /* copy_prop_arrays.cpp in Sources */, - A99F40CC208664B600519635 /* fold.cpp in Sources */, - A99F4102208664B600519635 /* local_access_chain_convert_pass.cpp in Sources */, - A99F3FD2208664B600519635 /* linker.cpp in Sources */, - A99F3F80208664B500519635 /* parse_number.cpp in Sources */, - A99F40D0208664B600519635 /* scalar_replacement_pass.cpp in Sources */, - A99F4112208664B600519635 /* scalar_analysis_simplification.cpp in Sources */, - A99F4056208664B600519635 /* eliminate_dead_functions_pass.cpp in Sources */, - A99F4044208664B600519635 /* loop_unswitch_pass.cpp in Sources */, - A99F4084208664B600519635 /* function.cpp in Sources */, - A99F4062208664B600519635 /* def_use_manager.cpp in Sources */, - A99F40C6208664B600519635 /* propagator.cpp in Sources */, - A99F3FFC208664B600519635 /* types.cpp in Sources */, - A99F3FAE208664B500519635 /* binary.cpp in Sources */, + A910BB8020BB5FDE008A7EC2 /* type_manager.cpp in Sources */, + A910BB9E20BB5FDE008A7EC2 /* def_use_manager.cpp in Sources */, + A910BC9020BB5FDE008A7EC2 /* validate_primitives.cpp in Sources */, + A910BC9A20BB5FDE008A7EC2 /* function.cpp in Sources */, + A910BA9E20BB5FDE008A7EC2 /* string_utils.cpp in Sources */, + A910BAF820BB5FDE008A7EC2 /* name_mapper.cpp in Sources */, + A910BB3E20BB5FDE008A7EC2 /* freeze_spec_constant_value_pass.cpp in Sources */, + A910BAD220BB5FDE008A7EC2 /* spirv_endian.cpp in Sources */, + A910BB7C20BB5FDE008A7EC2 /* loop_unswitch_pass.cpp in Sources */, + A910BA8E20BB5FDE008A7EC2 /* validate_non_uniform.cpp in Sources */, + A910BB7A20BB5FDE008A7EC2 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, + A910BB0420BB5FDE008A7EC2 /* validate_arithmetics.cpp in Sources */, + A910BC8220BB5FDE008A7EC2 /* validate_layout.cpp in Sources */, + A910BB7E20BB5FDE008A7EC2 /* unify_const_pass.cpp in Sources */, + A910BB5420BB5FDE008A7EC2 /* merge_return_pass.cpp in Sources */, + A910BC7820BB5FDE008A7EC2 /* validate_ext_inst.cpp in Sources */, + A910BB6220BB5FDE008A7EC2 /* ssa_rewrite_pass.cpp in Sources */, + A910BAE020BB5FDE008A7EC2 /* markv_codec.cpp in Sources */, + A910BC8020BB5FDE008A7EC2 /* operand.cpp in Sources */, + A910BBD020BB5FDE008A7EC2 /* if_conversion.cpp in Sources */, A9AB199A1CB5B5A80001E7F9 /* spirv_cross.cpp in Sources */, - A99F401E208664B600519635 /* merge_return_pass.cpp in Sources */, - A99F409C208664B600519635 /* pass_manager.cpp in Sources */, - A99F3F8A208664B500519635 /* id_descriptor.cpp in Sources */, - A99F3FD0208664B600519635 /* validate_datarules.cpp in Sources */, - A99F40E2208664B600519635 /* instruction.cpp in Sources */, - A99F407C208664B600519635 /* ir_context.cpp in Sources */, - A99F4150208664B600519635 /* function.cpp in Sources */, - A99F40B0208664B600519635 /* block_merge_pass.cpp in Sources */, - A99F4128208664B600519635 /* diagnostic.cpp in Sources */, - A99F4082208664B600519635 /* local_ssa_elim_pass.cpp in Sources */, - A99F3FA6208664B500519635 /* spirv_endian.cpp in Sources */, - A99F405C208664B600519635 /* loop_unroller.cpp in Sources */, - A99F3FC4208664B600519635 /* parsed_operand.cpp in Sources */, - A99F3FB0208664B500519635 /* validate_bitwise.cpp in Sources */, - A99F403A208664B600519635 /* remove_duplicates_pass.cpp in Sources */, - A99F4144208664B600519635 /* text_handler.cpp in Sources */, - A99F3FB4208664B600519635 /* markv_codec.cpp in Sources */, - A99F3FF2208664B600519635 /* build_module.cpp in Sources */, - A99F4046208664B600519635 /* unify_const_pass.cpp in Sources */, - A99F4022208664B600519635 /* eliminate_dead_constant_pass.cpp in Sources */, - A99F3F88208664B500519635 /* table.cpp in Sources */, - A99F413E208664B600519635 /* disassemble.cpp in Sources */, - A99F3FCC208664B600519635 /* name_mapper.cpp in Sources */, - A99F414E208664B600519635 /* construct.cpp in Sources */, - A99F4124208664B600519635 /* validate_literals.cpp in Sources */, - A99F4152208664B600519635 /* instruction.cpp in Sources */, + A910BB5020BB5FDE008A7EC2 /* loop_fission.cpp in Sources */, + A910BAC220BB5FDE008A7EC2 /* validate_builtins.cpp in Sources */, + A910BC2620BB5FDE008A7EC2 /* instruction.cpp in Sources */, + A910BB0C20BB5FDE008A7EC2 /* validate_derivatives.cpp in Sources */, A9AB19A21CB5B5A80001E7F9 /* spirv_msl.cpp in Sources */, - A99F4016208664B600519635 /* insert_extract_elim.cpp in Sources */, - A99F3F60208664B500519635 /* text.cpp in Sources */, - A99F4050208664B600519635 /* ir_loader.cpp in Sources */, - A99F411C208664B600519635 /* loop_peeling.cpp in Sources */, - A99F4070208664B600519635 /* simplification_pass.cpp in Sources */, - A99F4002208664B600519635 /* cfg.cpp in Sources */, - A99F4104208664B600519635 /* basic_block.cpp in Sources */, - A99F3FAA208664B500519635 /* validate.cpp in Sources */, + A910BAFE20BB5FDE008A7EC2 /* linker.cpp in Sources */, + A910BACA20BB5FDE008A7EC2 /* print.cpp in Sources */, + A910BB7220BB5FDE008A7EC2 /* remove_duplicates_pass.cpp in Sources */, + A910BB9820BB5FDE008A7EC2 /* constants.cpp in Sources */, + A910BBB420BB5FDE008A7EC2 /* folding_rules.cpp in Sources */, + A910BC3820BB5FDE008A7EC2 /* dominator_analysis.cpp in Sources */, + A910BBD820BB5FDE008A7EC2 /* copy_prop_arrays.cpp in Sources */, + A910BAD620BB5FDE008A7EC2 /* validate.cpp in Sources */, + A910BA8620BB5FDE008A7EC2 /* text.cpp in Sources */, + A910BB6E20BB5FDE008A7EC2 /* mem_pass.cpp in Sources */, + A910BAE620BB5FDE008A7EC2 /* enum_string_mapping.cpp in Sources */, + A910BC8E20BB5FDE008A7EC2 /* text_handler.cpp in Sources */, + A910BBAA20BB5FDE008A7EC2 /* aggressive_dead_code_elim_pass.cpp in Sources */, + A910BB9420BB5FDE008A7EC2 /* vector_dce.cpp in Sources */, + A910BC7220BB5FDE008A7EC2 /* diagnostic.cpp in Sources */, + A910BBB820BB5FDE008A7EC2 /* ir_context.cpp in Sources */, + A910BC5C20BB5FDE008A7EC2 /* scalar_analysis_simplification.cpp in Sources */, + A910BBDA20BB5FDE008A7EC2 /* pass_manager.cpp in Sources */, A95096BC2003D00300F10950 /* FileSupport.mm in Sources */, - A99F4072208664B600519635 /* dead_branch_elim_pass.cpp in Sources */, - A99F3F9E208664B500519635 /* print.cpp in Sources */, A909408B1C58013E0094110D /* SPIRVToMSLConverter.cpp in Sources */, - A99F4156208664B600519635 /* basic_block.cpp in Sources */, - A99F4006208664B600519635 /* decoration_manager.cpp in Sources */, - A99F4068208664B600519635 /* ccp_pass.cpp in Sources */, - A99F4040208664B600519635 /* module.cpp in Sources */, - A99F3F56208664B500519635 /* validate_cfg.cpp in Sources */, - A99F40DA208664B600519635 /* workaround1209.cpp in Sources */, - A99F4054208664B600519635 /* licm_pass.cpp in Sources */, - A99F4042208664B600519635 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, - A99F412E208664B600519635 /* validate_ext_inst.cpp in Sources */, - A99F40F2208664B600519635 /* dominator_analysis.cpp in Sources */, - A99F402C208664B600519635 /* ssa_rewrite_pass.cpp in Sources */, - A99F3FD6208664B600519635 /* software_version.cpp in Sources */, - A99F402A208664B600519635 /* strip_debug_info_pass.cpp in Sources */, - A99F4048208664B600519635 /* type_manager.cpp in Sources */, - A99F408A208664B600519635 /* composite.cpp in Sources */, - A99F4010208664B600519635 /* local_redundancy_elimination.cpp in Sources */, - A99F40AC208664B600519635 /* scalar_analysis.cpp in Sources */, - A99F4036208664B600519635 /* mem_pass.cpp in Sources */, - A99F40C2208664B600519635 /* private_to_local_pass.cpp in Sources */, - A99F412C208664B600519635 /* libspirv.cpp in Sources */, - A99F4142208664B600519635 /* validate_composites.cpp in Sources */, - A99F3FD8208664B600519635 /* validate_arithmetics.cpp in Sources */, - A99F409E208664B600519635 /* inline_exhaustive_pass.cpp in Sources */, - A99F405E208664B600519635 /* constants.cpp in Sources */, + A910BB6420BB5FDE008A7EC2 /* loop_dependence.cpp in Sources */, + A910BBF220BB5FDE008A7EC2 /* block_merge_pass.cpp in Sources */, + A910BC6E20BB5FDE008A7EC2 /* validate_literals.cpp in Sources */, + A910BB4E20BB5FDE008A7EC2 /* pass.cpp in Sources */, + A910BB8E20BB5FDE008A7EC2 /* eliminate_dead_functions_pass.cpp in Sources */, + A910BAC620BB5FDE008A7EC2 /* spirv_validator_options.cpp in Sources */, + A910BC9820BB5FDE008A7EC2 /* construct.cpp in Sources */, + A910BBBE20BB5FDE008A7EC2 /* local_ssa_elim_pass.cpp in Sources */, + A910BBB020BB5FDE008A7EC2 /* flatten_decoration_pass.cpp in Sources */, + A910BC7620BB5FDE008A7EC2 /* libspirv.cpp in Sources */, + A910BC5820BB5FDE008A7EC2 /* loop_fusion.cpp in Sources */, + A910BA7C20BB5FDE008A7EC2 /* validate_cfg.cpp in Sources */, + A910BBBC20BB5FDE008A7EC2 /* loop_descriptor.cpp in Sources */, + A910BBC020BB5FDE008A7EC2 /* function.cpp in Sources */, + A910BC6620BB5FDE008A7EC2 /* loop_peeling.cpp in Sources */, + A910BC1E20BB5FDE008A7EC2 /* workaround1209.cpp in Sources */, + A910BC1420BB5FDE008A7EC2 /* scalar_replacement_pass.cpp in Sources */, + A910BC3020BB5FDE008A7EC2 /* inline_opaque_pass.cpp in Sources */, + A910BC1020BB5FDE008A7EC2 /* fold.cpp in Sources */, + A910BBEE20BB5FDE008A7EC2 /* scalar_analysis.cpp in Sources */, + A910BB7820BB5FDE008A7EC2 /* module.cpp in Sources */, A928C91C1D0488DC00071B88 /* SPIRVConversion.mm in Sources */, - A99F40EA208664B600519635 /* inline_opaque_pass.cpp in Sources */, - A99F40C8208664B600519635 /* set_spec_constant_default_value_pass.cpp in Sources */, + A910BB4420BB5FDE008A7EC2 /* local_redundancy_elimination.cpp in Sources */, + A910BAFC20BB5FDE008A7EC2 /* validate_datarules.cpp in Sources */, + A910BB5820BB5FDE008A7EC2 /* eliminate_dead_constant_pass.cpp in Sources */, + A910BAF220BB5FDE008A7EC2 /* validate_adjacency.cpp in Sources */, + A910BB8C20BB5FDE008A7EC2 /* licm_pass.cpp in Sources */, A9AB199E1CB5B5A80001E7F9 /* spirv_glsl.cpp in Sources */, - A99F4120208664B600519635 /* validate_image.cpp in Sources */, - A99F3F7C208664B500519635 /* bit_stream.cpp in Sources */, - A99F3F9A208664B500519635 /* spirv_validator_options.cpp in Sources */, - A99F3F76208664B500519635 /* string_utils.cpp in Sources */, - A99F3F90208664B500519635 /* validate_decorations.cpp in Sources */, - A99F4080208664B600519635 /* loop_descriptor.cpp in Sources */, - A99F40A8208664B600519635 /* dead_insert_elim_pass.cpp in Sources */, + A910BAAA20BB5FDE008A7EC2 /* parse_number.cpp in Sources */, + A910BBD620BB5FDE008A7EC2 /* strength_reduction_pass.cpp in Sources */, + A910BAB620BB5FDE008A7EC2 /* id_descriptor.cpp in Sources */, + A910BB4C20BB5FDE008A7EC2 /* feature_manager.cpp in Sources */, + A910BADC20BB5FDE008A7EC2 /* validate_bitwise.cpp in Sources */, + A910BC4A20BB5FDE008A7EC2 /* local_access_chain_convert_pass.cpp in Sources */, + A910BB9620BB5FDE008A7EC2 /* loop_unroller.cpp in Sources */, + A910BBAE20BB5FDE008A7EC2 /* dead_branch_elim_pass.cpp in Sources */, + A910BC6420BB5FDE008A7EC2 /* compact_ids_pass.cpp in Sources */, + A910BC0820BB5FDE008A7EC2 /* propagator.cpp in Sources */, + A910BB5220BB5FDE008A7EC2 /* dominator_tree.cpp in Sources */, + A910BC6A20BB5FDE008A7EC2 /* validate_image.cpp in Sources */, + A910BAB220BB5FDE008A7EC2 /* message.cpp in Sources */, + A910BB3620BB5FDE008A7EC2 /* cfg.cpp in Sources */, + A910BC0C20BB5FDE008A7EC2 /* set_spec_constant_default_value_pass.cpp in Sources */, A95C5F401DEA9070000D17B6 /* spirv_cfg.cpp in Sources */, - A99F4078208664B600519635 /* folding_rules.cpp in Sources */, - A99F40D6208664B600519635 /* redundancy_elimination.cpp in Sources */, - A99F4074208664B600519635 /* flatten_decoration_pass.cpp in Sources */, - A99F400A208664B600519635 /* freeze_spec_constant_value_pass.cpp in Sources */, - A99F3F9C208664B500519635 /* spirv_stats.cpp in Sources */, - A99F403C208664B600519635 /* dead_variable_elimination.cpp in Sources */, - A99F3F54208664B500519635 /* spirv_target_env.cpp in Sources */, - A99F3F5E208664B500519635 /* validate_barriers.cpp in Sources */, - A99F3F86208664B500519635 /* message.cpp in Sources */, - A99F40BE208664B600519635 /* local_single_store_elim_pass.cpp in Sources */, - A99F4146208664B600519635 /* validate_primitives.cpp in Sources */, - A99F4008208664B600519635 /* local_single_block_elim_pass.cpp in Sources */, - A99F401A208664B600519635 /* pass.cpp in Sources */, - A99F3FE0208664B600519635 /* validate_derivatives.cpp in Sources */, - A99F3FE8208664B600519635 /* optimizer.cpp in Sources */, - A99F3F72208664B500519635 /* timer.cpp in Sources */, - A99F3F58208664B500519635 /* validate_capability.cpp in Sources */, - A99F4136208664B600519635 /* operand.cpp in Sources */, - A99F3F62208664B500519635 /* assembly_grammar.cpp in Sources */, - A99F3FC6208664B600519635 /* validate_adjacency.cpp in Sources */, - A99F3F96208664B500519635 /* validate_builtins.cpp in Sources */, - A99F3F8C208664B500519635 /* validate_atomics.cpp in Sources */, - A99F4126208664B600519635 /* validate_type_unique.cpp in Sources */, - A99F3FE4208664B600519635 /* ext_inst.cpp in Sources */, - A99F4088208664B600519635 /* instruction_list.cpp in Sources */, - A99F3F8E208664B500519635 /* validate_instruction.cpp in Sources */, - A99F40E6208664B600519635 /* value_number_table.cpp in Sources */, - A99F4064208664B600519635 /* strip_reflect_info_pass.cpp in Sources */, - A99F415A208664B600519635 /* validation_state.cpp in Sources */, - A99F4138208664B600519635 /* validate_layout.cpp in Sources */, - A99F4098208664B600519635 /* strength_reduction_pass.cpp in Sources */, - A99F40EC208664B600519635 /* replace_invalid_opc.cpp in Sources */, - A99F406E208664B600519635 /* aggressive_dead_code_elim_pass.cpp in Sources */, - A99F404C208664B600519635 /* inline_pass.cpp in Sources */, - A99F3FEC208664B600519635 /* loop_utils.cpp in Sources */, - A99F3FCE208664B600519635 /* validate_conversion.cpp in Sources */, - A99F4092208664B600519635 /* if_conversion.cpp in Sources */, - A99F4024208664B600519635 /* cfg_cleanup_pass.cpp in Sources */, - A99F3FBA208664B600519635 /* enum_string_mapping.cpp in Sources */, - A99F3FDC208664B600519635 /* opcode.cpp in Sources */, - A99F4026208664B600519635 /* const_folding_rules.cpp in Sources */, - A99F4060208664B600519635 /* common_uniform_elim_pass.cpp in Sources */, - A99F3F66208664B500519635 /* extensions.cpp in Sources */, - A99F3FDE208664B600519635 /* validate_logicals.cpp in Sources */, - A99F3FD4208664B600519635 /* validate_id.cpp in Sources */, - A99F401C208664B600519635 /* dominator_tree.cpp in Sources */, + A910BB0820BB5FDE008A7EC2 /* opcode.cpp in Sources */, + A910BAB820BB5FDE008A7EC2 /* validate_atomics.cpp in Sources */, + A910BB0020BB5FDE008A7EC2 /* validate_id.cpp in Sources */, + A910BC0A20BB5FDE008A7EC2 /* loop_dependence_helpers.cpp in Sources */, + A910BAF020BB5FDE008A7EC2 /* parsed_operand.cpp in Sources */, + A910BB3A20BB5FDE008A7EC2 /* decoration_manager.cpp in Sources */, + A910BAAC20BB5FDE008A7EC2 /* bit_vector.cpp in Sources */, + A910BBC420BB5FDE008A7EC2 /* instruction_list.cpp in Sources */, + A910BB5C20BB5FDE008A7EC2 /* const_folding_rules.cpp in Sources */, + A910BAA620BB5FDE008A7EC2 /* bit_stream.cpp in Sources */, + A910BCA020BB5FDE008A7EC2 /* basic_block.cpp in Sources */, + A910BC2820BB5FDE008A7EC2 /* reduce_load_size.cpp in Sources */, + A910BADA20BB5FDE008A7EC2 /* binary.cpp in Sources */, + A910BB3020BB5FDE008A7EC2 /* types.cpp in Sources */, + A910BB7420BB5FDE008A7EC2 /* dead_variable_elimination.cpp in Sources */, + A910BB1020BB5FDE008A7EC2 /* ext_inst.cpp in Sources */, + A910BABC20BB5FDE008A7EC2 /* validate_decorations.cpp in Sources */, + A910BB9C20BB5FDE008A7EC2 /* common_uniform_elim_pass.cpp in Sources */, + A910BB6020BB5FDE008A7EC2 /* strip_debug_info_pass.cpp in Sources */, + A910BB1A20BB5FDE008A7EC2 /* loop_utils.cpp in Sources */, + A910BB0220BB5FDE008A7EC2 /* software_version.cpp in Sources */, + A910BA7A20BB5FDE008A7EC2 /* spirv_target_env.cpp in Sources */, + A910BB4A20BB5FDE008A7EC2 /* insert_extract_elim.cpp in Sources */, + A910BC9C20BB5FDE008A7EC2 /* instruction.cpp in Sources */, + A910BBEA20BB5FDE008A7EC2 /* dead_insert_elim_pass.cpp in Sources */, + A910BAFA20BB5FDE008A7EC2 /* validate_conversion.cpp in Sources */, + A910BBDC20BB5FDE008A7EC2 /* inline_exhaustive_pass.cpp in Sources */, + A910BAC820BB5FDE008A7EC2 /* spirv_stats.cpp in Sources */, + A910BB3C20BB5FDE008A7EC2 /* local_single_block_elim_pass.cpp in Sources */, + A910BC8C20BB5FDE008A7EC2 /* validate_composites.cpp in Sources */, + A910BBA020BB5FDE008A7EC2 /* strip_reflect_info_pass.cpp in Sources */, + A910BB1820BB5FDE008A7EC2 /* register_pressure.cpp in Sources */, + A910BAB420BB5FDE008A7EC2 /* table.cpp in Sources */, + A910BB8420BB5FDE008A7EC2 /* inline_pass.cpp in Sources */, + A910BA9A20BB5FDE008A7EC2 /* timer.cpp in Sources */, + A910BA8420BB5FDE008A7EC2 /* validate_barriers.cpp in Sources */, + A910BC7020BB5FDE008A7EC2 /* validate_type_unique.cpp in Sources */, + A910BA7E20BB5FDE008A7EC2 /* validate_capability.cpp in Sources */, + A910BCA420BB5FDE008A7EC2 /* validation_state.cpp in Sources */, + A910BB1420BB5FDE008A7EC2 /* optimizer.cpp in Sources */, + A910BBE220BB5FDE008A7EC2 /* loop_fusion_pass.cpp in Sources */, + A910BABA20BB5FDE008A7EC2 /* validate_instruction.cpp in Sources */, + A910BB2220BB5FDE008A7EC2 /* build_module.cpp in Sources */, + A910BC0020BB5FDE008A7EC2 /* local_single_store_elim_pass.cpp in Sources */, + A910BC0420BB5FDE008A7EC2 /* private_to_local_pass.cpp in Sources */, + A910BBAC20BB5FDE008A7EC2 /* simplification_pass.cpp in Sources */, + A910BC2C20BB5FDE008A7EC2 /* value_number_table.cpp in Sources */, + A910BC4C20BB5FDE008A7EC2 /* basic_block.cpp in Sources */, + A910BB8820BB5FDE008A7EC2 /* ir_loader.cpp in Sources */, + A910BBC620BB5FDE008A7EC2 /* composite.cpp in Sources */, + A910BB0A20BB5FDE008A7EC2 /* validate_logicals.cpp in Sources */, + A910BB5A20BB5FDE008A7EC2 /* cfg_cleanup_pass.cpp in Sources */, + A910BC1A20BB5FDE008A7EC2 /* redundancy_elimination.cpp in Sources */, + A910BBA420BB5FDE008A7EC2 /* ccp_pass.cpp in Sources */, + A910BC8820BB5FDE008A7EC2 /* disassemble.cpp in Sources */, + A910BA8820BB5FDE008A7EC2 /* assembly_grammar.cpp in Sources */, + A910BA8C20BB5FDE008A7EC2 /* extensions.cpp in Sources */, + A910BC3220BB5FDE008A7EC2 /* replace_invalid_opc.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/MoltenVKShaderConverter/glslang b/MoltenVKShaderConverter/glslang index 7122d0c4..0985a5fb 120000 --- a/MoltenVKShaderConverter/glslang +++ b/MoltenVKShaderConverter/glslang @@ -1 +1 @@ -../External/Vulkan-LoaderAndValidationLayers/external/glslang \ No newline at end of file +../External/glslang \ No newline at end of file diff --git a/fetchDependencies b/fetchDependencies index 2c33545a..d038579d 100755 --- a/fetchDependencies +++ b/fetchDependencies @@ -4,17 +4,8 @@ # # fetchDependencies - Retrieves the correct versions of all dependencies # -# macOS usage: ./fetchDependencies [--v-lvl-root path] [--glslang-root path] +# macOS usage: ./fetchDependencies # -# --v-lvl-root path -# "path" specifies a directory path to a -# KhronosGroup/Vulkan-LoaderAndValidationLayers repository. -# This repository does not have to be built. -# --glslang-root path -# "path" specifies a directory path to a KhronosGroup/glslang -# repository. This repository does need to be built and the -# build directory must be in the specified directory. -# It should be built the same way this script builds it. # ----------------- Functions ------------------- @@ -49,10 +40,10 @@ build_repo() { mkdir -p $1/build cd $1/build if type ninja >/dev/null 2>&1 ; then - cmake .. -G Ninja + cmake .. -G Ninja -D CMAKE_BUILD_TYPE=Release ninja else - cmake .. + cmake .. -D CMAKE_BUILD_TYPE=Release make fi cd - @@ -63,27 +54,6 @@ build_repo() { EXT_DIR=External EXT_REV_DIR=ExternalRevisions -V_LVL_NAME=Vulkan-LoaderAndValidationLayers -GLSLANG_NAME=glslang -V_LVL_ROOT="" -GLSLANG_ROOT="" - -while (( "$#" )); do - case "$1" in - --v-lvl-root) - V_LVL_ROOT=$2 - shift 2 - ;; - --glslang-root) - GLSLANG_ROOT=$2 - shift 2 - ;; - -*|--*=) - echo "Error: Unsupported flag $1" >&2 - exit 1 - ;; - esac -done echo echo Retrieving MoltenVK dependencies into ${EXT_DIR}. @@ -101,6 +71,15 @@ REPO_REV=$(cat "../${EXT_REV_DIR}/${REPO_NAME}_repo_revision") update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV} +# ----------------- Vulkan-Headers ------------------- + +REPO_NAME=Vulkan-Headers +REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git" +REPO_REV=$(cat "../${EXT_REV_DIR}/${REPO_NAME}_repo_revision") + +update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV} + + # ----------------- SPIRV-Cross ------------------- REPO_NAME=SPIRV-Cross @@ -110,6 +89,30 @@ REPO_REV=$(cat "../${EXT_REV_DIR}/${REPO_NAME}_repo_revision") update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV} +# ----------------- glslang ------------------- + +REPO_NAME=glslang +REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git" +REPO_REV=$(cat "../${EXT_REV_DIR}/${REPO_NAME}_repo_revision") + +update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV} + +cd ${REPO_NAME} +./update_glslang_sources.py +cd - + +build_repo ${REPO_NAME} + + +# ----------------- Vulkan-Tools ------------------- + +REPO_NAME=Vulkan-Tools +REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git" +REPO_REV=$(cat "../${EXT_REV_DIR}/${REPO_NAME}_repo_revision") + +update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV} + + # ----------------- VulkanSamples ------------------- REPO_NAME=VulkanSamples @@ -119,29 +122,5 @@ REPO_REV=$(cat "../${EXT_REV_DIR}/${REPO_NAME}_repo_revision") update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV} -# ----------------- Vulkan-LoaderAndValidationLayers ------------------- - -# When MoltenVK is built by something that already has a copy of the -# Vulkan-LoaderAndValidationLayers repo, use it by creating a symlink. -if [ ! "$V_LVL_ROOT" = "" ]; then - - REPO_NAME=${V_LVL_NAME} - rm -rf ${REPO_NAME} - ln -sfn ${V_LVL_ROOT} ${REPO_NAME} - -else - - REPO_NAME=${V_LVL_NAME} - REPO_URL="https://github.com/KhronosGroup/${REPO_NAME}.git" - REPO_REV=$(cat "../${EXT_REV_DIR}/${REPO_NAME}_repo_revision") - - update_repo ${REPO_NAME} ${REPO_URL} ${REPO_REV} - - cd ${REPO_NAME} - ./update_external_sources.sh -g - cd - - -fi - cd ..