Searched defs:is_phi (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_value.cc71 const ShapeIndex& index, bool is_phi)
72 : id_(id), is_phi_(is_phi) {
81 CHECK(!(equal && is_phi() != other.is_phi()));
70 HloValue(HloValue::Id id, HloInstruction* instruction, const ShapeIndex& index, bool is_phi) argument
H A Dhlo_value.h118 // is_phi is true, then this value is a phi value, for example, at the
122 bool is_phi = false);
135 bool is_phi() const { return is_phi_; } function in class:xla::HloValue
H A Dhlo_dataflow_analysis.cc71 bool is_phi) {
75 std::forward_as_tuple(value_id, instruction, index, is_phi));
203 CHECK(current_value->is_phi());
240 !(current_value->is_phi() && current_value_defined_here)) {
242 value_set.AddValue(NewHloValue(instruction, index, /*is_phi=*/true));
699 auto define_all_values = [this, &instruction](bool is_phi = false) {
702 HloValue* value = NewHloValue(instruction, index, /*is_phi=*/false);
712 NewHloValue(instruction, /*index=*/{}, /*is_phi=*/false);
718 HloValue* value = NewHloValue(instruction, index, /*is_phi=*/false);
69 NewHloValue(HloInstruction* instruction, const ShapeIndex& index, bool is_phi) argument
/external/v8/src/compiler/
H A Dregister-allocator.h494 bool is_phi() const { return IsPhiField::decode(bits_); } function in class:v8::internal::compiler::LiveRange::final
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h824 bool is_phi() { return subtype == NST_PHI; } function in class:r600_sb::node

Completed in 143 milliseconds