Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_phi_graph.h64 bool is_phi; member
H A Dhlo_phi_graph_test.cc25 HloValue NewHloValue(bool is_phi) { in NewHloValue()
H A Dhlo_value.h121 bool is_phi() const { return is_phi_; } in is_phi() function
H A Dhlo_phi_graph.cc118 std::string is_phi = node->is_phi ? ", phi" : ""; in ToString() local
H A Dhlo_value.cc73 const ShapeIndex& index, bool is_phi) in HloValue()
H A Dhlo_dataflow_analysis.cc314 bool is_phi) { in NewHloValue()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1814 is_phi(Instruction* instr) in is_phi() function
1820 is_phi(aco_ptr<Instruction>& instr) in is_phi() function