/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | basic_block.cpp | 61 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()
|
D | aggressive_dead_code_elim_pass.cpp | 211 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/ |
D | basic_block.cpp | 61 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()
|
D | aggressive_dead_code_elim_pass.cpp | 242 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/ |
D | basic_block.cpp | 61 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()
|
D | aggressive_dead_code_elim_pass.cpp | 211 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/ |
D | dead_branch_elim_pass.cpp | 52 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/ |
D | construct.cpp | 178 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit() 194 merge_inst->opcode() == SpvOpSelectionMerge && in IsStructuredExit()
|
D | validate_adjacency.cpp | 94 case SpvOpSelectionMerge: in ValidateAdjacency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | construct.cpp | 183 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit() 200 merge_inst->opcode() == SpvOpSelectionMerge && in IsStructuredExit()
|
D | validate_adjacency.cpp | 97 case SpvOpSelectionMerge: in ValidateAdjacency()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | construct.cpp | 183 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit() 200 merge_inst->opcode() == SpvOpSelectionMerge && in IsStructuredExit()
|
D | validate_adjacency.cpp | 97 case SpvOpSelectionMerge: in ValidateAdjacency()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | simple_conditional_branch_to_branch_opportunity_finder.cpp | 40 block.GetMergeInst()->opcode() == SpvOpSelectionMerge) { in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | simple_conditional_branch_to_branch_opportunity_finder.cpp | 40 block.GetMergeInst()->opcode() == SpvOpSelectionMerge) { in GetAvailableOpportunities()
|
/third_party/spirv-tools/source/reduce/ |
D | simple_conditional_branch_to_branch_opportunity_finder.cpp | 40 block.GetMergeInst()->opcode() == SpvOpSelectionMerge) { in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_adjust_selection_controls.cpp | 37 if (merge_inst->opcode() != SpvOpSelectionMerge) { in Apply()
|
D | transformation_set_selection_control.cpp | 39 return merge_inst->opcode() == SpvOpSelectionMerge; in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_adjust_selection_controls.cpp | 37 if (merge_inst->opcode() != SpvOpSelectionMerge) { in Apply()
|
D | transformation_set_selection_control.cpp | 39 return merge_inst->opcode() == SpvOpSelectionMerge; in IsApplicable()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_adjust_selection_controls.cpp | 36 if (merge_inst->opcode() != SpvOpSelectionMerge) { in Apply()
|
D | transformation_set_selection_control.cpp | 39 return merge_inst->opcode() == SpvOpSelectionMerge; in IsApplicable()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.control_flow_test.cpp | 51 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/ |
D | text_to_binary.control_flow_test.cpp | 49 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/ |
D | text_to_binary.control_flow_test.cpp | 49 Eq(MakeInstruction(SpvOpSelectionMerge, {1, GetParam().value()}))); in TEST_P() 68 Eq(MakeInstruction(SpvOpSelectionMerge, {1, expected_mask}))); in TEST_F()
|