Searched refs:new_Instruction (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 68 Instruction *insn = new_Instruction(func, op, ty); in mkOp1() 81 Instruction *insn = new_Instruction(func, op, ty); in mkOp2() 95 Instruction *insn = new_Instruction(func, op, ty); in mkOp3() 109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad() 124 Instruction *insn = new_Instruction(func, op, ty); in mkStore() 173 Instruction *insn = new_Instruction(func, OP_MOV, ty); in mkMov() 185 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size)); in mkMovToReg() 198 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size)); in mkMovFromReg() 212 Instruction *insn = new_Instruction(func, op, dstTy); in mkCvt()
|
D | nv50_ir_ra.cpp | 472 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit() 507 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit() 521 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit() 1630 st = new_Instruction(func, OP_STORE, ty); in spill() 1634 st = new_Instruction(func, OP_SPLIT, ty); in spill() 1644 Instruction *s = new_Instruction(func, OP_STORE, TYPE_U32); in spill() 1651 st = new_Instruction(func, OP_CVT, ty); in spill() 1672 ld = new_Instruction(func, OP_LOAD, ty); in unspill() 1674 ld = new_Instruction(func, OP_MERGE, ty); in unspill() 1681 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 | 261 Instruction *insn = new_Instruction(func, op, ty); in mkOp()
|
D | nv50_ir_util.h | 59 #define new_Instruction(f, args...) \ macro
|
D | nv50_ir.cpp | 743 i = new_Instruction(pol.context(), op, dType); in clone()
|
D | nv50_ir_lowering_nvc0.cpp | 403 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE); in insertTextureBarriers()
|
D | nv50_ir_from_tgsi.cpp | 1761 Instruction *insn = new_Instruction(func, op, TYPE_F32); in interpolate()
|