Home
last modified time | relevance | path

Searched refs:NST_PHI (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_dump.cpp38 case NST_PHI: in visit()
483 case NST_PHI: in dump_op()
Dsb_ssa_builder.cpp41 nn = sh.create_node(NT_OP, NST_PHI); in create_phi_nodes()
Dsb_ir.h689 NST_PHI, enumerator
826 bool is_phi() { return subtype == NST_PHI; } in is_phi()
Dsb_gcm.cpp143 if (op->subtype == NST_PHI) { in sched_early()
Dsb_expr.cpp149 if (n.subtype == NST_PHI) { in fold()