Searched refs:new_Instruction (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.cpp68 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 Dnv50_ir_ra.cpp473 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 Dnv50_ir_ssa.cpp385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size));
430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size));
H A Dnv50_ir_build_util.h261 Instruction *insn = new_Instruction(func, op, ty);
H A Dnv50_ir_util.h59 #define new_Instruction(f, args...) \ macro
H A Dnv50_ir.cpp747 i = new_Instruction(pol.context(), op, dType);
H A Dnv50_ir_lowering_nvc0.cpp268 Instruction *hi = new_Instruction(func, op, TYPE_U32);
578 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE);
H A Dnv50_ir_from_tgsi.cpp1860 Instruction *insn = new_Instruction(func, op, TYPE_F32);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.cpp70 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 Dnv50_ir_ra.cpp518 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 Dnv50_ir_ssa.cpp385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size));
430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size));
H A Dnv50_ir_build_util.h267 Instruction *insn = new_Instruction(func, op, ty);
H A Dnv50_ir_lowering_gv100.cpp205 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE);
H A Dnv50_ir_util.h59 #define new_Instruction(f, args...) \ macro
H A Dnv50_ir.cpp751 i = new_Instruction(pol.context(), op, dType);
H A Dnv50_ir_lowering_nvc0.cpp268 Instruction *hi = new_Instruction(func, op, TYPE_U32);
589 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE);
H A Dnv50_ir_from_tgsi.cpp1842 Instruction *insn = new_Instruction(func, op, TYPE_F32);

Completed in 40 milliseconds