Home
last modified time | relevance | path

Searched refs:SpvOpSelectionMerge (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp61 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
76 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
174 if (ii->opcode() == SpvOpSelectionMerge || ii->opcode() == SpvOpLoopMerge) { in ForMergeAndContinueLabel()
187 } else if (merge_ii->opcode() == SpvOpSelectionMerge) { in MergeBlockIdIfAny()
Daggressive_dead_code_elim_pass.cpp211 assert(mergeInst->opcode() == SpvOpSelectionMerge || in AddBreaksAndContinuesToWorklist()
241 if (hdrMerge != nullptr && hdrMerge->opcode() == SpvOpSelectionMerge) { in AddBreaksAndContinuesToWorklist()
285 if (inst->opcode() == SpvOpSelectionMerge || in KillDeadInstructions()
495 inst->opcode() == SpvOpSelectionMerge) { in MarkBlockAsLive()
551 case SpvOpSelectionMerge: in InitializeWorkList()
/third_party/spirv-tools/source/opt/
Dbasic_block.cpp61 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
76 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
174 if (ii->opcode() == SpvOpSelectionMerge || ii->opcode() == SpvOpLoopMerge) { in ForMergeAndContinueLabel()
187 } else if (merge_ii->opcode() == SpvOpSelectionMerge) { in MergeBlockIdIfAny()
Daggressive_dead_code_elim_pass.cpp242 if (is_header && mergeInst->opcode() == SpvOpSelectionMerge) { in ComputeBlock2HeaderMaps()
261 assert(mergeInst->opcode() == SpvOpSelectionMerge || in AddBreaksAndContinuesToWorklist()
296 if (hdrMerge != nullptr && hdrMerge->opcode() == SpvOpSelectionMerge) { in AddBreaksAndContinuesToWorklist()
389 case SpvOpSelectionMerge: { in AggressiveDCE()
491 liveInst->opcode() == SpvOpSelectionMerge) { in AggressiveDCE()
558 if (inst->opcode() == SpvOpSelectionMerge || in AggressiveDCE()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp61 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
76 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
174 if (ii->opcode() == SpvOpSelectionMerge || ii->opcode() == SpvOpLoopMerge) { in ForMergeAndContinueLabel()
187 } else if (merge_ii->opcode() == SpvOpSelectionMerge) { in MergeBlockIdIfAny()
Daggressive_dead_code_elim_pass.cpp211 assert(mergeInst->opcode() == SpvOpSelectionMerge || in AddBreaksAndContinuesToWorklist()
241 if (hdrMerge != nullptr && hdrMerge->opcode() == SpvOpSelectionMerge) { in AddBreaksAndContinuesToWorklist()
285 if (inst->opcode() == SpvOpSelectionMerge || in KillDeadInstructions()
495 inst->opcode() == SpvOpSelectionMerge) { in MarkBlockAsLive()
551 case SpvOpSelectionMerge: in InitializeWorkList()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Ddead_branch_elim_pass.cpp52 else if (merge_ii->opcode() == SpvOpSelectionMerge) { in MergeBlockIdIfAny()
132 new ir::Instruction(SpvOpSelectionMerge, 0, 0, in AddSelectionMerge()
168 if ((*mergeInst)->opcode() != SpvOpSelectionMerge) in GetConstConditionalSelectionBranch()
/third_party/spirv-tools/source/val/
Dconstruct.cpp178 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit()
194 merge_inst->opcode() == SpvOpSelectionMerge && in IsStructuredExit()
Dvalidate_adjacency.cpp94 case SpvOpSelectionMerge: in ValidateAdjacency()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp183 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit()
200 merge_inst->opcode() == SpvOpSelectionMerge && in IsStructuredExit()
Dvalidate_adjacency.cpp97 case SpvOpSelectionMerge: in ValidateAdjacency()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dconstruct.cpp183 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit()
200 merge_inst->opcode() == SpvOpSelectionMerge && in IsStructuredExit()
Dvalidate_adjacency.cpp97 case SpvOpSelectionMerge: in ValidateAdjacency()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dsimple_conditional_branch_to_branch_opportunity_finder.cpp40 block.GetMergeInst()->opcode() == SpvOpSelectionMerge) { in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dsimple_conditional_branch_to_branch_opportunity_finder.cpp40 block.GetMergeInst()->opcode() == SpvOpSelectionMerge) { in GetAvailableOpportunities()
/third_party/spirv-tools/source/reduce/
Dsimple_conditional_branch_to_branch_opportunity_finder.cpp40 block.GetMergeInst()->opcode() == SpvOpSelectionMerge) { in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_selection_controls.cpp37 if (merge_inst->opcode() != SpvOpSelectionMerge) { in Apply()
Dtransformation_set_selection_control.cpp39 return merge_inst->opcode() == SpvOpSelectionMerge; in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_adjust_selection_controls.cpp37 if (merge_inst->opcode() != SpvOpSelectionMerge) { in Apply()
Dtransformation_set_selection_control.cpp39 return merge_inst->opcode() == SpvOpSelectionMerge; in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_adjust_selection_controls.cpp36 if (merge_inst->opcode() != SpvOpSelectionMerge) { in Apply()
Dtransformation_set_selection_control.cpp39 return merge_inst->opcode() == SpvOpSelectionMerge; in IsApplicable()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.control_flow_test.cpp51 Eq(MakeInstruction(SpvOpSelectionMerge, {1, GetParam().value()}))); in TEST_P()
70 Eq(MakeInstruction(SpvOpSelectionMerge, {1, expected_mask}))); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.control_flow_test.cpp49 Eq(MakeInstruction(SpvOpSelectionMerge, {1, GetParam().value()}))); in TEST_P()
68 Eq(MakeInstruction(SpvOpSelectionMerge, {1, expected_mask}))); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.control_flow_test.cpp49 Eq(MakeInstruction(SpvOpSelectionMerge, {1, GetParam().value()}))); in TEST_P()
68 Eq(MakeInstruction(SpvOpSelectionMerge, {1, expected_mask}))); in TEST_F()

12345678