Home
last modified time | relevance | path

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

12

/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.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/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()
159 message_.phi_id()); in ApplyImpl()
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()
163 message_.phi_id())) { in IsApplicable()
212 message_.phi_id()); in ApplyImpl()
Dtransformation_add_loop_preheader.h29 std::vector<uint32_t> phi_id);
Dtransformation_add_dead_continue.h35 std::vector<uint32_t> phi_id);
Dtransformation_add_dead_break.h35 std::vector<uint32_t> phi_id);
Dtransformation_duplicate_region_with_selection.cpp274 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() local
277 if (!phi_id || in IsApplicable()
279 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()
159 message_.phi_id()); in ApplyImpl()
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()
163 message_.phi_id())) { in IsApplicable()
212 message_.phi_id()); in ApplyImpl()
Dtransformation_add_loop_preheader.h29 std::vector<uint32_t> phi_id);
Dtransformation_add_dead_continue.h35 std::vector<uint32_t> phi_id);
Dtransformation_add_dead_break.h35 std::vector<uint32_t> phi_id);
Dtransformation_duplicate_region_with_selection.cpp274 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() local
277 if (!phi_id || in IsApplicable()
279 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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc1090 HloValue::Id phi_id = values[0]->id(); in OptimizePhiValues() local
1091 HloValue::Id new_id = phi_graph_.FindOptimizedValue(phi_id); in OptimizePhiValues()
1092 if (new_id != phi_id) { in OptimizePhiValues()
1098 MarkValueForDeletion(phi_id); in OptimizePhiValues()

12