Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc71 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 ==()
Dhlo_ordering.cc130 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()
Dhlo_value.h105 bool is_phi = false);
114 bool is_phi() const { return is_phi_; } in is_phi() function
Dhlo_dataflow_analysis.cc101 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
Dhlo_dataflow_analysis_test.cc534 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 …]
Dhlo_dataflow_analysis.h164 bool is_phi = false);
/external/v8/src/compiler/
Dregister-allocator.cc1197 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()
Dregister-allocator.h482 bool is_phi() const { return IsPhiField::decode(bits_); } in is_phi() function
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h816 bool is_phi() { return subtype == NST_PHI; } in is_phi() function