/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | struct_cfg_analysis.cpp | 78 if (Instruction* merge_inst = block->GetMergeInst()) { in AddBlocksInFunction() local 126 Instruction* merge_inst = header->GetMergeInst(); in MergeBlock() local 150 Instruction* merge_inst = header->GetMergeInst(); in LoopMergeBlock() local 161 Instruction* merge_inst = header->GetMergeInst(); in LoopContinueBlock() local 185 Instruction* merge_inst = header->GetMergeInst(); in SwitchMergeBlock() local
|
D | block_merge_util.cpp | 117 Instruction* merge_inst = block->GetMergeInst(); in CanMergeWithSuccessor() local 173 Instruction* merge_inst = bi->GetMergeInst(); in MergeWithSuccessor() local
|
D | loop_unroller.cpp | 638 Instruction* merge_inst = loop->GetHeaderBlock()->GetLoopMergeInst(); in CopyBasicBlock() local 652 Instruction* merge_inst = basic_block->GetLoopMergeInst(); in CopyBasicBlock() local 768 Instruction* merge_inst = loop->GetHeaderBlock()->GetLoopMergeInst(); in CloseUnrolledLoop() local
|
D | inline_pass.cpp | 518 auto* merge_inst = header->GetLoopMergeInst(); in UpdateSingleBlockLoopContinueTarget() local 682 auto* merge_inst = header->GetLoopMergeInst(); in GenInlineCode() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | struct_cfg_analysis.cpp | 78 if (Instruction* merge_inst = block->GetMergeInst()) { in AddBlocksInFunction() local 126 Instruction* merge_inst = header->GetMergeInst(); in MergeBlock() local 150 Instruction* merge_inst = header->GetMergeInst(); in LoopMergeBlock() local 161 Instruction* merge_inst = header->GetMergeInst(); in LoopContinueBlock() local 185 Instruction* merge_inst = header->GetMergeInst(); in SwitchMergeBlock() local
|
H A D | block_merge_util.cpp | 117 Instruction* merge_inst = block->GetMergeInst(); in CanMergeWithSuccessor() local 173 Instruction* merge_inst = bi->GetMergeInst(); in MergeWithSuccessor() local
|
H A D | loop_unroller.cpp | 638 Instruction* merge_inst = loop->GetHeaderBlock()->GetLoopMergeInst(); in CopyBasicBlock() local 652 Instruction* merge_inst = basic_block->GetLoopMergeInst(); in CopyBasicBlock() local 768 Instruction* merge_inst = loop->GetHeaderBlock()->GetLoopMergeInst(); in CloseUnrolledLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | struct_cfg_analysis.cpp | 78 if (Instruction* merge_inst = block->GetMergeInst()) { in AddBlocksInFunction() local 126 Instruction* merge_inst = header->GetMergeInst(); in MergeBlock() local 150 Instruction* merge_inst = header->GetMergeInst(); in LoopMergeBlock() local 161 Instruction* merge_inst = header->GetMergeInst(); in LoopContinueBlock() local 185 Instruction* merge_inst = header->GetMergeInst(); in SwitchMergeBlock() local
|
H A D | block_merge_util.cpp | 117 Instruction* merge_inst = block->GetMergeInst(); in CanMergeWithSuccessor() local 173 Instruction* merge_inst = bi->GetMergeInst(); in MergeWithSuccessor() local
|
H A D | loop_unroller.cpp | 638 Instruction* merge_inst = loop->GetHeaderBlock()->GetLoopMergeInst(); in CopyBasicBlock() local 652 Instruction* merge_inst = basic_block->GetLoopMergeInst(); in CopyBasicBlock() local 768 Instruction* merge_inst = loop->GetHeaderBlock()->GetLoopMergeInst(); in CloseUnrolledLoop() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | construct.cpp | 139 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local 150 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local 184 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | construct.cpp | 139 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local 150 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local 184 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | construct.cpp | 139 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local 150 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local 184 auto merge_inst = &_.ordered_instructions()[index - 1]; in IsStructuredExit() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_set_loop_control.cpp | 40 auto merge_inst = block->GetMergeInst(); in IsApplicable() local 119 auto merge_inst = in Apply() local
|
D | fuzzer_pass_adjust_selection_controls.cpp | 35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
|
D | fuzzer_pass_adjust_loop_controls.cpp | 35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
|
D | transformation_set_selection_control.cpp | 41 if (auto merge_inst = block->GetMergeInst()) { in IsApplicable() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_set_loop_control.cpp | 40 auto merge_inst = block->GetMergeInst(); in IsApplicable() local 119 auto merge_inst = in Apply() local
|
H A D | fuzzer_pass_adjust_selection_controls.cpp | 35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
|
H A D | fuzzer_pass_adjust_loop_controls.cpp | 35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
|
H A D | transformation_set_selection_control.cpp | 41 if (auto merge_inst = block->GetMergeInst()) { in IsApplicable() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_set_loop_control.cpp | 40 auto merge_inst = block->GetMergeInst(); in IsApplicable() local 119 auto merge_inst = in Apply() local
|
H A D | fuzzer_pass_adjust_selection_controls.cpp | 35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
|
H A D | fuzzer_pass_adjust_loop_controls.cpp | 35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
|
H A D | transformation_set_selection_control.cpp | 41 if (auto merge_inst = block->GetMergeInst()) { in IsApplicable() local
|