| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_build_util.cpp | 68 Instruction *insn = new_Instruction(func, op, ty); 81 Instruction *insn = new_Instruction(func, op, ty); 95 Instruction *insn = new_Instruction(func, op, ty); 109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); 124 Instruction *insn = new_Instruction(func, op, ty); 173 Instruction *insn = new_Instruction(func, OP_MOV, ty); 185 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size)); 198 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size)); 212 Instruction *insn = new_Instruction(func, op, dstTy);
|
| H A D | nv50_ir_ra.cpp | 473 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 508 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 522 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 1668 st = new_Instruction(func, OP_STORE, ty); 1672 st = new_Instruction(func, OP_SPLIT, ty); 1682 Instruction *s = new_Instruction(func, OP_STORE, TYPE_U32); 1689 st = new_Instruction(func, OP_CVT, ty); 1710 ld = new_Instruction(func, OP_LOAD, ty); 1712 ld = new_Instruction(func, OP_MERGE, ty); 1719 Instruction *l = new_Instruction(fun [all...] |
| H A D | nv50_ir_ssa.cpp | 385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size)); 430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size));
|
| H A D | nv50_ir_build_util.h | 261 Instruction *insn = new_Instruction(func, op, ty);
|
| H A D | nv50_ir_util.h | 59 #define new_Instruction(f, args...) \ macro
|
| H A D | nv50_ir.cpp | 747 i = new_Instruction(pol.context(), op, dType);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 268 Instruction *hi = new_Instruction(func, op, TYPE_U32); 578 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE);
|
| H A D | nv50_ir_from_tgsi.cpp | 1860 Instruction *insn = new_Instruction(func, op, TYPE_F32);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_build_util.cpp | 70 Instruction *insn = new_Instruction(func, op, ty); 83 Instruction *insn = new_Instruction(func, op, ty); 97 Instruction *insn = new_Instruction(func, op, ty); 111 Instruction *insn = new_Instruction(func, OP_LOAD, ty); 126 Instruction *insn = new_Instruction(func, op, ty); 175 Instruction *insn = new_Instruction(func, OP_MOV, ty); 187 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size)); 200 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size)); 214 Instruction *insn = new_Instruction(func, op, dstTy);
|
| H A D | nv50_ir_ra.cpp | 518 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 553 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 567 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); 1714 st = new_Instruction(func, OP_STORE, ty); 1718 st = new_Instruction(func, OP_SPLIT, ty); 1728 Instruction *s = new_Instruction(func, OP_STORE, TYPE_U32); 1735 st = new_Instruction(func, OP_CVT, ty); 1756 ld = new_Instruction(func, OP_LOAD, ty); 1758 ld = new_Instruction(func, OP_MERGE, ty); 1765 Instruction *l = new_Instruction(fun [all...] |
| H A D | nv50_ir_ssa.cpp | 385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size)); 430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size));
|
| H A D | nv50_ir_build_util.h | 267 Instruction *insn = new_Instruction(func, op, ty);
|
| H A D | nv50_ir_lowering_gv100.cpp | 205 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE);
|
| H A D | nv50_ir_util.h | 59 #define new_Instruction(f, args...) \ macro
|
| H A D | nv50_ir.cpp | 751 i = new_Instruction(pol.context(), op, dType);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 268 Instruction *hi = new_Instruction(func, op, TYPE_U32); 589 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE);
|
| H A D | nv50_ir_from_tgsi.cpp | 1842 Instruction *insn = new_Instruction(func, op, TYPE_F32);
|