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 Dsb_def_use.cpp52 bool is_op = (n->type == NT_OP || n->type == NT_IF);
H A Dsb_ssa_builder.cpp41 nn = sh.create_node(NT_OP, NST_PHI);
176 psi = sh.create_node(NT_OP, NST_PSI);
H A Dsb_ir.h667 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 Dsb_ra_init.cpp324 if (n->type == NT_OP) {
624 if (o->type == NT_OP) {
H A Dsb_gcm.cpp141 if (I->type == NT_OP) {
H A Dsb_shader.cpp529 inside_bb = k->type == NT_OP;
H A Dsb_expr.cpp115 if (d1->type == NT_OP) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_def_use.cpp52 bool is_op = (n->type == NT_OP || n->type == NT_IF);
H A Dsb_ssa_builder.cpp41 nn = sh.create_node(NT_OP, NST_PHI);
176 psi = sh.create_node(NT_OP, NST_PSI);
H A Dsb_ir.h667 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 Dsb_ra_init.cpp323 if (n->type == NT_OP) {
629 if (o->type == NT_OP) {
H A Dsb_gcm.cpp141 if (I->type == NT_OP) {
H A Dsb_shader.cpp529 inside_bb = k->type == NT_OP;
H A Dsb_expr.cpp115 if (d1->type == NT_OP) {

Completed in 17 milliseconds