Home
last modified time | relevance | path

Searched refs:phi_id (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_dead_continue.cpp28 std::vector<uint32_t> phi_id) { in TransformationAddDeadContinue() argument
31 for (auto id : phi_id) { in TransformationAddDeadContinue()
109 message_.phi_id())) { in IsApplicable()
136 message_.phi_id()); in Apply()
Dtransformation_add_loop_preheader.cpp28 std::vector<uint32_t> phi_id) { in TransformationAddLoopPreheader() argument
31 for (auto id : phi_id) { in TransformationAddLoopPreheader()
80 if (!CheckIdIsFreshAndNotUsedByThisTransformation(message_.phi_id(i), in IsApplicable()
180 uint32_t fresh_phi_id = message_.phi_id(phi_ids_used++); in Apply()
226 for (auto id : message_.phi_id()) { in GetFreshIds()
Dtransformation_add_dead_break.cpp32 std::vector<uint32_t> phi_id) { in TransformationAddDeadBreak() argument
36 for (auto id : phi_id) { in TransformationAddDeadBreak()
164 message_.phi_id())) { in IsApplicable()
190 message_.phi_id()); in Apply()
Dtransformation_add_dead_continue.h35 std::vector<uint32_t> phi_id);
Dtransformation_add_loop_preheader.h29 std::vector<uint32_t> phi_id);
Dtransformation_add_dead_break.h35 std::vector<uint32_t> phi_id);
Dtransformation_duplicate_region_with_selection.cpp273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() local
276 if (!phi_id || in IsApplicable()
278 phi_id, ir_context, &ids_used_by_this_transformation)) { in IsApplicable()
Dtransformation_add_function.cpp685 loop_limiter_info.phi_id())) { in TryToAddLoopLimiters()
696 static_cast<uint32_t>(loop_limiter_info.phi_id().size()) && in TryToAddLoopLimiters()
699 {SPV_OPERAND_TYPE_ID, {loop_limiter_info.phi_id(phi_index)}}); in TryToAddLoopLimiters()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_dead_continue.cpp28 std::vector<uint32_t> phi_id) { in TransformationAddDeadContinue() argument
31 for (auto id : phi_id) { in TransformationAddDeadContinue()
109 message_.phi_id())) { in IsApplicable()
136 message_.phi_id()); in Apply()
Dtransformation_add_loop_preheader.cpp28 std::vector<uint32_t> phi_id) { in TransformationAddLoopPreheader() argument
31 for (auto id : phi_id) { in TransformationAddLoopPreheader()
80 if (!CheckIdIsFreshAndNotUsedByThisTransformation(message_.phi_id(i), in IsApplicable()
180 uint32_t fresh_phi_id = message_.phi_id(phi_ids_used++); in Apply()
226 for (auto id : message_.phi_id()) { in GetFreshIds()
Dtransformation_add_dead_break.cpp32 std::vector<uint32_t> phi_id) { in TransformationAddDeadBreak() argument
36 for (auto id : phi_id) { in TransformationAddDeadBreak()
164 message_.phi_id())) { in IsApplicable()
190 message_.phi_id()); in Apply()
Dtransformation_add_dead_continue.h35 std::vector<uint32_t> phi_id);
Dtransformation_add_loop_preheader.h29 std::vector<uint32_t> phi_id);
Dtransformation_add_dead_break.h35 std::vector<uint32_t> phi_id);
Dtransformation_duplicate_region_with_selection.cpp273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() local
276 if (!phi_id || in IsApplicable()
278 phi_id, ir_context, &ids_used_by_this_transformation)) { in IsApplicable()
Dtransformation_add_function.cpp692 loop_limiter_info.phi_id())) { in TryToAddLoopLimiters()
703 static_cast<uint32_t>(loop_limiter_info.phi_id().size()) && in TryToAddLoopLimiters()
706 {SPV_OPERAND_TYPE_ID, {loop_limiter_info.phi_id(phi_index)}}); in TryToAddLoopLimiters()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_dead_continue.cpp28 std::vector<uint32_t> phi_id) { in TransformationAddDeadContinue() argument
31 for (auto id : phi_id) { in TransformationAddDeadContinue()
109 message_.phi_id())) { in IsApplicable()
136 message_.phi_id()); in Apply()
Dtransformation_add_loop_preheader.cpp28 std::vector<uint32_t> phi_id) { in TransformationAddLoopPreheader() argument
31 for (auto id : phi_id) { in TransformationAddLoopPreheader()
80 if (!CheckIdIsFreshAndNotUsedByThisTransformation(message_.phi_id(i), in IsApplicable()
180 uint32_t fresh_phi_id = message_.phi_id(phi_ids_used++); in Apply()
226 for (auto id : message_.phi_id()) { in GetFreshIds()
Dtransformation_add_dead_break.cpp32 std::vector<uint32_t> phi_id) { in TransformationAddDeadBreak() argument
36 for (auto id : phi_id) { in TransformationAddDeadBreak()
164 message_.phi_id())) { in IsApplicable()
190 message_.phi_id()); in Apply()
Dtransformation_add_dead_continue.h35 std::vector<uint32_t> phi_id);
Dtransformation_add_loop_preheader.h29 std::vector<uint32_t> phi_id);
Dtransformation_add_dead_break.h35 std::vector<uint32_t> phi_id);
Dtransformation_duplicate_region_with_selection.cpp273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() local
276 if (!phi_id || in IsApplicable()
278 phi_id, ir_context, &ids_used_by_this_transformation)) { in IsApplicable()
Dtransformation_add_function.cpp692 loop_limiter_info.phi_id())) { in TryToAddLoopLimiters()
703 static_cast<uint32_t>(loop_limiter_info.phi_id().size()) && in TryToAddLoopLimiters()
706 {SPV_OPERAND_TYPE_ID, {loop_limiter_info.phi_id(phi_index)}}); in TryToAddLoopLimiters()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dreplace_desc_array_access_using_var_index.cpp303 uint32_t phi_id = CreatePhiInstruction(merge_block, phi_operands, in ReplaceNonUniformAccessWithSwitchCase() local
305 context()->ReplaceAllUsesWith(access_chain_final_user->result_id(), phi_id); in ReplaceNonUniformAccessWithSwitchCase()

12