Searched refs:is_phi (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_value.cc | 71 const ShapeIndex& index, bool is_phi) in HloValue() argument 72 : BufferValue(instruction, index, id), is_phi_(is_phi) { in HloValue() 81 CHECK(!(equal && is_phi() != other.is_phi())); in operator ==()
|
D | hlo_ordering.cc | 130 return v.is_phi() && in IsDefinedBefore() 146 if (b.is_phi() && b.defining_instruction()->opcode() == HloOpcode::kWhile && in IsDefinedBefore() 156 if (b.is_phi() && in IsDefinedBefore() 209 CHECK(value.is_phi()); in UseIsBeforeValueDefinition()
|
D | hlo_value.h | 105 bool is_phi = false); 114 bool is_phi() const { return is_phi_; } in is_phi() function
|
D | hlo_dataflow_analysis.cc | 101 bool is_phi) { in NewHloValue() argument 105 std::forward_as_tuple(value_id, instruction, index, is_phi)); in NewHloValue() 233 CHECK(current_value->is_phi()); in Phi() 269 !(current_value->is_phi() && current_value_defined_here)) { in Phi() 746 auto define_all_values = [this, &instruction](bool is_phi = false) { in InitializeInstructionValueSets() argument
|
D | hlo_dataflow_analysis_test.cc | 534 EXPECT_TRUE(analysis.GetValueDefinedAt(xla_while, /*index=*/{1}).is_phi()); in TEST_P() 536 EXPECT_TRUE(analysis.GetValueDefinedAt(body_param, /*index=*/{1}).is_phi()); in TEST_P() 538 EXPECT_TRUE(analysis.GetValueDefinedAt(cond_param, /*index=*/{1}).is_phi()); in TEST_P() 722 analysis.GetValueDefinedAt(inner_param, /*index=*/{1}).is_phi()); in TEST_P() 731 analysis.GetValueDefinedAt(nested_while, /*index=*/{1}).is_phi()); in TEST_P() 735 analysis.GetValueDefinedAt(entry_while, /*index=*/{0}).is_phi()); in TEST_P() 739 analysis.GetValueDefinedAt(entry_while, /*index=*/{1}).is_phi()); in TEST_P() 816 EXPECT_TRUE(analysis.GetValueDefinedAt(body_param, /*index=*/{0}).is_phi()); in TEST_P() 818 EXPECT_TRUE(analysis.GetValueDefinedAt(body_param, /*index=*/{1}).is_phi()); in TEST_P() 821 EXPECT_TRUE(analysis.GetValueDefinedAt(xla_while, /*index=*/{0}).is_phi()); in TEST_P() [all …]
|
D | hlo_dataflow_analysis.h | 164 bool is_phi = false);
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 1197 if (range->TopLevel()->is_phi()) os << "phi "; in operator <<() 2197 if (to_range->is_phi()) { in ProcessInstructions() 2865 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in SetLiveRangeAssignedRegister() 3352 if (!range->is_phi()) return false; in TryReuseSpillForPhi() 3546 if (top_range->is_phi()) { in CommitAssignment()
|
D | register-allocator.h | 482 bool is_phi() const { return IsPhiField::decode(bits_); } in is_phi() function
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 816 bool is_phi() { return subtype == NST_PHI; } in is_phi() function
|