Searched defs:is_phi (Results 1 – 8 of 8) sorted by relevance
64 bool is_phi; member
25 HloValue NewHloValue(bool is_phi) { in NewHloValue()
126 bool is_phi() const { return is_phi_; } in is_phi() function
118 std::string is_phi = node->is_phi ? ", phi" : ""; in ToString() local
72 const ShapeIndex& index, bool is_phi) in HloValue()
146 bool is_phi) { in NewHloValue()
1369 constexpr bool is_phi(Instruction* instr) in is_phi() function1374 static inline bool is_phi(aco_ptr<Instruction>& instr) in is_phi() function
826 bool is_phi() { return subtype == NST_PHI; } in is_phi() function