Home
last modified time | relevance | path

Searched refs:phi_index (Results 1 – 9 of 9) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_unroller.cpp943 uint32_t phi_index = in LinkLastPhisToStart() local
946 last_phi_in_block->GetSingleWordInOperand(phi_index - 1); in LinkLastPhisToStart()
947 uint32_t phi_label = last_phi_in_block->GetSingleWordInOperand(phi_index); in LinkLastPhisToStart()
950 phi->SetInOperand(phi_index - 1, {phi_variable}); in LinkLastPhisToStart()
951 phi->SetInOperand(phi_index, {phi_label}); in LinkLastPhisToStart()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unroller.cpp940 uint32_t phi_index = in LinkLastPhisToStart() local
943 last_phi_in_block->GetSingleWordInOperand(phi_index - 1); in LinkLastPhisToStart()
944 uint32_t phi_label = last_phi_in_block->GetSingleWordInOperand(phi_index); in LinkLastPhisToStart()
947 phi->SetInOperand(phi_index - 1, {phi_variable}); in LinkLastPhisToStart()
948 phi->SetInOperand(phi_index, {phi_label}); in LinkLastPhisToStart()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unroller.cpp940 uint32_t phi_index = in LinkLastPhisToStart() local
943 last_phi_in_block->GetSingleWordInOperand(phi_index - 1); in LinkLastPhisToStart()
944 uint32_t phi_label = last_phi_in_block->GetSingleWordInOperand(phi_index); in LinkLastPhisToStart()
947 phi->SetInOperand(phi_index - 1, {phi_variable}); in LinkLastPhisToStart()
948 phi->SetInOperand(phi_index, {phi_label}); in LinkLastPhisToStart()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp690 uint32_t phi_index = 0; in TryToAddLoopLimiters() local
695 assert(phi_index < in TryToAddLoopLimiters()
699 {SPV_OPERAND_TYPE_ID, {loop_limiter_info.phi_id(phi_index)}}); in TryToAddLoopLimiters()
701 phi_index++; in TryToAddLoopLimiters()
Dfuzzer_util.cpp89 uint32_t phi_index = 0; in PhiIdsOkForNewEdge() local
99 if (phi_index == static_cast<uint32_t>(phi_ids.size())) { in PhiIdsOkForNewEdge()
106 context->get_def_use_mgr()->GetDef(phi_ids[phi_index]); in PhiIdsOkForNewEdge()
130 phi_index++; in PhiIdsOkForNewEdge()
171 uint32_t phi_index = 0; in AddUnreachableEdgeAndUpdateOpPhis() local
176 assert(phi_index < static_cast<uint32_t>(phi_ids.size()) && in AddUnreachableEdgeAndUpdateOpPhis()
178 inst.AddOperand({SPV_OPERAND_TYPE_ID, {phi_ids[phi_index]}}); in AddUnreachableEdgeAndUpdateOpPhis()
180 phi_index++; in AddUnreachableEdgeAndUpdateOpPhis()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp690 uint32_t phi_index = 0; in TryToAddLoopLimiters() local
695 assert(phi_index < in TryToAddLoopLimiters()
699 {SPV_OPERAND_TYPE_ID, {loop_limiter_info.phi_id(phi_index)}}); in TryToAddLoopLimiters()
701 phi_index++; in TryToAddLoopLimiters()
Dfuzzer_util.cpp89 uint32_t phi_index = 0; in PhiIdsOkForNewEdge() local
99 if (phi_index == static_cast<uint32_t>(phi_ids.size())) { in PhiIdsOkForNewEdge()
106 context->get_def_use_mgr()->GetDef(phi_ids[phi_index]); in PhiIdsOkForNewEdge()
130 phi_index++; in PhiIdsOkForNewEdge()
171 uint32_t phi_index = 0; in AddUnreachableEdgeAndUpdateOpPhis() local
176 assert(phi_index < static_cast<uint32_t>(phi_ids.size()) && in AddUnreachableEdgeAndUpdateOpPhis()
178 inst.AddOperand({SPV_OPERAND_TYPE_ID, {phi_ids[phi_index]}}); in AddUnreachableEdgeAndUpdateOpPhis()
180 phi_index++; in AddUnreachableEdgeAndUpdateOpPhis()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_function.cpp690 uint32_t phi_index = 0; in TryToAddLoopLimiters() local
695 assert(phi_index < in TryToAddLoopLimiters()
699 {SPV_OPERAND_TYPE_ID, {loop_limiter_info.phi_id(phi_index)}}); in TryToAddLoopLimiters()
701 phi_index++; in TryToAddLoopLimiters()
Dfuzzer_util.cpp136 uint32_t phi_index = 0; in PhiIdsOkForNewEdge() local
146 if (phi_index == static_cast<uint32_t>(phi_ids.size())) { in PhiIdsOkForNewEdge()
153 context->get_def_use_mgr()->GetDef(phi_ids[phi_index]); in PhiIdsOkForNewEdge()
177 phi_index++; in PhiIdsOkForNewEdge()
229 uint32_t phi_index = 0; in AddUnreachableEdgeAndUpdateOpPhis() local
234 assert(phi_index < static_cast<uint32_t>(phi_ids.size()) && in AddUnreachableEdgeAndUpdateOpPhis()
236 inst.AddOperand({SPV_OPERAND_TYPE_ID, {phi_ids[phi_index]}}); in AddUnreachableEdgeAndUpdateOpPhis()
238 phi_index++; in AddUnreachableEdgeAndUpdateOpPhis()