Home
last modified time | relevance | path

Searched refs:SpvOpLoopMerge (Results 1 – 25 of 126) sorted by relevance

123456

/external/angle/third_party/spirv-tools/src/source/opt/
Dbasic_block.cpp61 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
76 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
85 if (merge->opcode() == SpvOpLoopMerge) { in GetLoopMergeInst()
94 if (merge->opcode() == SpvOpLoopMerge) { in GetLoopMergeInst()
174 if (ii->opcode() == SpvOpSelectionMerge || ii->opcode() == SpvOpLoopMerge) { in ForMergeAndContinueLabel()
185 if (merge_ii->opcode() == SpvOpLoopMerge) { in MergeBlockIdIfAny()
207 if (merge_ii->opcode() == SpvOpLoopMerge) { in ContinueBlockIdIfAny()
Dblock_merge_util.cpp40 if ((op == SpvOpLoopMerge || op == SpvOpSelectionMerge) && index == 0u) { in IsMerge()
57 if (op == SpvOpLoopMerge && index == 1u) { in IsContinue()
128 assert(merge_inst->opcode() == SpvOpLoopMerge); in CanMergeWithSuccessor()
Daggressive_dead_code_elim_pass.cpp227 if (is_header && mergeInst->opcode() == SpvOpLoopMerge) { in ComputeBlock2HeaderMaps()
255 mergeInst->opcode() == SpvOpLoopMerge); in AddBreaksAndContinuesToWorklist()
276 if (mergeInst->opcode() != SpvOpLoopMerge) { in AddBreaksAndContinuesToWorklist()
303 if (hdrMerge->opcode() == SpvOpLoopMerge) return; in AddBreaksAndContinuesToWorklist()
376 case SpvOpLoopMerge: { in AggressiveDCE()
469 } else if (liveInst->opcode() == SpvOpLoopMerge || in AggressiveDCE()
527 inst->opcode() == SpvOpLoopMerge) in AggressiveDCE()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dbasic_block.cpp61 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
76 if (opcode == SpvOpLoopMerge || opcode == SpvOpSelectionMerge) { in GetMergeInst()
85 if (merge->opcode() == SpvOpLoopMerge) { in GetLoopMergeInst()
94 if (merge->opcode() == SpvOpLoopMerge) { in GetLoopMergeInst()
174 if (ii->opcode() == SpvOpSelectionMerge || ii->opcode() == SpvOpLoopMerge) { in ForMergeAndContinueLabel()
185 if (merge_ii->opcode() == SpvOpLoopMerge) { in MergeBlockIdIfAny()
207 if (merge_ii->opcode() == SpvOpLoopMerge) { in ContinueBlockIdIfAny()
Dblock_merge_util.cpp40 if ((op == SpvOpLoopMerge || op == SpvOpSelectionMerge) && index == 0u) { in IsMerge()
57 if (op == SpvOpLoopMerge && index == 1u) { in IsContinue()
128 assert(merge_inst->opcode() == SpvOpLoopMerge); in CanMergeWithSuccessor()
Daggressive_dead_code_elim_pass.cpp227 if (is_header && mergeInst->opcode() == SpvOpLoopMerge) { in ComputeBlock2HeaderMaps()
255 mergeInst->opcode() == SpvOpLoopMerge); in AddBreaksAndContinuesToWorklist()
276 if (mergeInst->opcode() != SpvOpLoopMerge) { in AddBreaksAndContinuesToWorklist()
303 if (hdrMerge->opcode() == SpvOpLoopMerge) return; in AddBreaksAndContinuesToWorklist()
376 case SpvOpLoopMerge: { in AggressiveDCE()
469 } else if (liveInst->opcode() == SpvOpLoopMerge || in AggressiveDCE()
527 inst->opcode() == SpvOpLoopMerge) in AggressiveDCE()
/external/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()
85 if (merge->opcode() == SpvOpLoopMerge) { in GetLoopMergeInst()
94 if (merge->opcode() == SpvOpLoopMerge) { in GetLoopMergeInst()
174 if (ii->opcode() == SpvOpSelectionMerge || ii->opcode() == SpvOpLoopMerge) { in ForMergeAndContinueLabel()
185 if (merge_ii->opcode() == SpvOpLoopMerge) { in MergeBlockIdIfAny()
207 if (merge_ii->opcode() == SpvOpLoopMerge) { in ContinueBlockIdIfAny()
Dblock_merge_util.cpp40 if ((op == SpvOpLoopMerge || op == SpvOpSelectionMerge) && index == 0u) { in IsMerge()
57 if (op == SpvOpLoopMerge && index == 1u) { in IsContinue()
128 assert(merge_inst->opcode() == SpvOpLoopMerge); in CanMergeWithSuccessor()
Daggressive_dead_code_elim_pass.cpp227 if (is_header && mergeInst->opcode() == SpvOpLoopMerge) { in ComputeBlock2HeaderMaps()
255 mergeInst->opcode() == SpvOpLoopMerge); in AddBreaksAndContinuesToWorklist()
276 if (mergeInst->opcode() != SpvOpLoopMerge) { in AddBreaksAndContinuesToWorklist()
303 if (hdrMerge->opcode() == SpvOpLoopMerge) return; in AddBreaksAndContinuesToWorklist()
376 case SpvOpLoopMerge: { in AggressiveDCE()
469 } else if (liveInst->opcode() == SpvOpLoopMerge || in AggressiveDCE()
527 inst->opcode() == SpvOpLoopMerge) in AggressiveDCE()
/external/angle/third_party/spirv-tools/src/source/val/
Dconstruct.cpp177 if ((use.first->opcode() == SpvOpLoopMerge || in IsStructuredExit()
192 if (merge_inst->opcode() == SpvOpLoopMerge || in IsStructuredExit()
203 if ((!seen_switch || merge_inst->opcode() == SpvOpLoopMerge) && in IsStructuredExit()
206 } else if (merge_inst->opcode() == SpvOpLoopMerge) { in IsStructuredExit()
218 if (merge_inst->opcode() == SpvOpLoopMerge) return false; in IsStructuredExit()
Dvalidate_adjacency.cpp78 case SpvOpLoopMerge: in ValidateAdjacency()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp177 if ((use.first->opcode() == SpvOpLoopMerge || in IsStructuredExit()
192 if (merge_inst->opcode() == SpvOpLoopMerge || in IsStructuredExit()
203 if ((!seen_switch || merge_inst->opcode() == SpvOpLoopMerge) && in IsStructuredExit()
206 } else if (merge_inst->opcode() == SpvOpLoopMerge) { in IsStructuredExit()
218 if (merge_inst->opcode() == SpvOpLoopMerge) return false; in IsStructuredExit()
Dvalidate_adjacency.cpp78 case SpvOpLoopMerge: in ValidateAdjacency()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.cpp177 if ((use.first->opcode() == SpvOpLoopMerge || in IsStructuredExit()
192 if (merge_inst->opcode() == SpvOpLoopMerge || in IsStructuredExit()
203 if ((!seen_switch || merge_inst->opcode() == SpvOpLoopMerge) && in IsStructuredExit()
206 } else if (merge_inst->opcode() == SpvOpLoopMerge) { in IsStructuredExit()
218 if (merge_inst->opcode() == SpvOpLoopMerge) return false; in IsStructuredExit()
Dvalidate_adjacency.cpp78 case SpvOpLoopMerge: in ValidateAdjacency()
/external/angle/third_party/spirv-tools/src/test/
Dtext_to_binary.control_flow_test.cpp88 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, ctrl.value()}, in TEST_P()
128 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, expected_mask}))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.control_flow_test.cpp88 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, ctrl.value()}, in TEST_P()
128 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, expected_mask}))); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.control_flow_test.cpp88 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, ctrl.value()}, in TEST_P()
128 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, expected_mask}))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_loop_controls.cpp38 if (merge_inst->opcode() != SpvOpLoopMerge) { in Apply()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass_adjust_loop_controls.cpp38 if (merge_inst->opcode() != SpvOpLoopMerge) { in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_loop_controls.cpp37 if (merge_inst->opcode() != SpvOpLoopMerge) { in Apply()
/external/angle/third_party/spirv-tools/src/source/reduce/
Dremove_unreferenced_instruction_reduction_opportunity_finder.cpp124 inst.opcode() == SpvOpLoopMerge) { in GetAvailableOpportunities()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_unreferenced_instruction_reduction_opportunity_finder.cpp124 inst.opcode() == SpvOpLoopMerge) { in GetAvailableOpportunities()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_selection_reduction_opportunity_finder.cpp43 if (merge_instruction->opcode() == SpvOpLoopMerge) { in GetAvailableOpportunities()
Dremove_unreferenced_instruction_reduction_opportunity_finder.cpp124 inst.opcode() == SpvOpLoopMerge) { in GetAvailableOpportunities()

123456