Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.h114 bool is_phi() const { return is_phi_; } in is_phi() function
Dhlo_value.cc71 const ShapeIndex& index, bool is_phi) in HloValue()
Dhlo_dataflow_analysis.cc101 bool is_phi) { in NewHloValue()
746 auto define_all_values = [this, &instruction](bool is_phi = false) { in InitializeInstructionValueSets()
/external/v8/src/compiler/
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