Home
last modified time | relevance | path

Searched defs:merge_inst (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp78 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
Dblock_merge_util.cpp117 Instruction* merge_inst = block->GetMergeInst(); in CanMergeWithSuccessor() local
173 Instruction* merge_inst = bi->GetMergeInst(); in MergeWithSuccessor() local
Dloop_unroller.cpp638 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
Dinline_pass.cpp518 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 Dstruct_cfg_analysis.cpp78 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 Dblock_merge_util.cpp117 Instruction* merge_inst = block->GetMergeInst(); in CanMergeWithSuccessor() local
173 Instruction* merge_inst = bi->GetMergeInst(); in MergeWithSuccessor() local
H A Dloop_unroller.cpp638 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 Dstruct_cfg_analysis.cpp78 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 Dblock_merge_util.cpp117 Instruction* merge_inst = block->GetMergeInst(); in CanMergeWithSuccessor() local
173 Instruction* merge_inst = bi->GetMergeInst(); in MergeWithSuccessor() local
H A Dloop_unroller.cpp638 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 Dconstruct.cpp139 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 Dconstruct.cpp139 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/
Dconstruct.cpp139 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/
Dtransformation_set_loop_control.cpp40 auto merge_inst = block->GetMergeInst(); in IsApplicable() local
119 auto merge_inst = in Apply() local
Dfuzzer_pass_adjust_selection_controls.cpp35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
Dfuzzer_pass_adjust_loop_controls.cpp35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
Dtransformation_set_selection_control.cpp41 if (auto merge_inst = block->GetMergeInst()) { in IsApplicable() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_set_loop_control.cpp40 auto merge_inst = block->GetMergeInst(); in IsApplicable() local
119 auto merge_inst = in Apply() local
H A Dfuzzer_pass_adjust_selection_controls.cpp35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
H A Dfuzzer_pass_adjust_loop_controls.cpp35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
H A Dtransformation_set_selection_control.cpp41 if (auto merge_inst = block->GetMergeInst()) { in IsApplicable() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_set_loop_control.cpp40 auto merge_inst = block->GetMergeInst(); in IsApplicable() local
119 auto merge_inst = in Apply() local
H A Dfuzzer_pass_adjust_selection_controls.cpp35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
H A Dfuzzer_pass_adjust_loop_controls.cpp35 if (auto merge_inst = block.GetMergeInst()) { in Apply() local
H A Dtransformation_set_selection_control.cpp41 if (auto merge_inst = block->GetMergeInst()) { in IsApplicable() local

123