Searched refs:NT_OP (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 667 NT_OP, enumerator 995 cf_node() : container_node(NT_OP, NST_CF_INST), jump_target(), in cf_node() 1015 alu_node() : node(NT_OP, NST_ALU_INST) { } in alu_node() 1040 alu_packed_node() : container_node(NT_OP, NST_ALU_PACKED_INST) {} in alu_packed_node() 1061 fetch_node() : node(NT_OP, NST_FETCH_INST) { memset(&bc, 0, sizeof(bc_fetch)); }; in fetch_node()
|
D | sb_def_use.cpp | 52 bool is_op = (n->type == NT_OP || n->type == NT_IF); in run_on()
|
D | sb_ssa_builder.cpp | 41 nn = sh.create_node(NT_OP, NST_PHI); in create_phi_nodes() 176 psi = sh.create_node(NT_OP, NST_PSI); in visit()
|
D | sb_ra_init.cpp | 324 if (n->type == NT_OP) { in ra_node() 624 if (o->type == NT_OP) { in split()
|
D | sb_gcm.cpp | 141 if (I->type == NT_OP) { in sched_early()
|
D | sb_shader.cpp | 529 inside_bb = k->type == NT_OP; in create_bbs()
|
D | sb_expr.cpp | 115 if (d1->type == NT_OP) { in defs_equal()
|