Searched refs:new_Instruction (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 70 Instruction *insn = new_Instruction(func, op, ty); in mkOp1() 83 Instruction *insn = new_Instruction(func, op, ty); in mkOp2() 97 Instruction *insn = new_Instruction(func, op, ty); in mkOp3() 111 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad() 126 Instruction *insn = new_Instruction(func, op, ty); in mkStore() 175 Instruction *insn = new_Instruction(func, OP_MOV, ty); in mkMov() 187 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size)); in mkMovToReg() 200 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size)); in mkMovFromReg() 214 Instruction *insn = new_Instruction(func, op, dstTy); in mkCvt()
|
D | nv50_ir_ra.cpp | 518 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit() 553 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit() 567 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit() 1714 st = new_Instruction(func, OP_STORE, ty); in spill() 1718 st = new_Instruction(func, OP_SPLIT, ty); in spill() 1728 Instruction *s = new_Instruction(func, OP_STORE, TYPE_U32); in spill() 1735 st = new_Instruction(func, OP_CVT, ty); in spill() 1756 ld = new_Instruction(func, OP_LOAD, ty); in unspill() 1758 ld = new_Instruction(func, OP_MERGE, ty); in unspill() 1765 Instruction *l = new_Instruction(func, OP_LOAD, TYPE_U32); in unspill() [all …]
|
D | nv50_ir_ssa.cpp | 385 phi = new_Instruction(this, OP_PHI, typeOfSize(lval->reg.size)); in convertToSSA() 430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size)); in mkUndefined()
|
D | nv50_ir_build_util.h | 267 Instruction *insn = new_Instruction(func, op, ty); in mkOp()
|
D | nv50_ir_lowering_gv100.cpp | 205 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE); in handleSHFL()
|
D | nv50_ir_util.h | 59 #define new_Instruction(f, args...) \ macro
|
D | nv50_ir.cpp | 751 i = new_Instruction(pol.context(), op, dType); in clone()
|
D | nv50_ir_lowering_nvc0.cpp | 268 Instruction *hi = new_Instruction(func, op, TYPE_U32); in handleShift() 589 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE); in insertTextureBarriers()
|
D | nv50_ir_from_tgsi.cpp | 1842 Instruction *insn = new_Instruction(func, op, TYPE_F32); in interpolate()
|