Searched refs:NT_OP (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_def_use.cpp | 52 bool is_op = (n->type == NT_OP || n->type == NT_IF);
|
| H A D | sb_ssa_builder.cpp | 41 nn = sh.create_node(NT_OP, NST_PHI); 176 psi = sh.create_node(NT_OP, NST_PSI);
|
| H A D | sb_ir.h | 667 NT_OP, enumerator in enum:r600_sb::node_type 995 cf_node() : container_node(NT_OP, NST_CF_INST), jump_target(), 1015 alu_node() : node(NT_OP, NST_ALU_INST) { memset(&bc, 0, sizeof(bc_alu)); } 1040 alu_packed_node() : container_node(NT_OP, NST_ALU_PACKED_INST) {} 1061 fetch_node() : node(NT_OP, NST_FETCH_INST) { memset(&bc, 0, sizeof(bc_fetch)); };
|
| H A D | sb_ra_init.cpp | 324 if (n->type == NT_OP) { 624 if (o->type == NT_OP) {
|
| H A D | sb_gcm.cpp | 141 if (I->type == NT_OP) {
|
| H A D | sb_shader.cpp | 529 inside_bb = k->type == NT_OP;
|
| H A D | sb_expr.cpp | 115 if (d1->type == NT_OP) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_def_use.cpp | 52 bool is_op = (n->type == NT_OP || n->type == NT_IF);
|
| H A D | sb_ssa_builder.cpp | 41 nn = sh.create_node(NT_OP, NST_PHI); 176 psi = sh.create_node(NT_OP, NST_PSI);
|
| H A D | sb_ir.h | 667 NT_OP, enumerator in enum:r600_sb::node_type 996 cf_node() : container_node(NT_OP, NST_CF_INST), jump_target(), 1016 alu_node() : node(NT_OP, NST_ALU_INST) { } 1042 alu_packed_node() : container_node(NT_OP, NST_ALU_PACKED_INST) {} 1063 fetch_node() : node(NT_OP, NST_FETCH_INST) { memset(&bc, 0, sizeof(bc_fetch)); };
|
| H A D | sb_ra_init.cpp | 323 if (n->type == NT_OP) { 629 if (o->type == NT_OP) {
|
| H A D | sb_gcm.cpp | 141 if (I->type == NT_OP) {
|
| H A D | sb_shader.cpp | 529 inside_bb = k->type == NT_OP;
|
| H A D | sb_expr.cpp | 115 if (d1->type == NT_OP) {
|
Completed in 17 milliseconds