Home
last modified time | relevance | path

Searched refs:new_Instruction (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp70 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()
Dnv50_ir_ra.cpp518 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 …]
Dnv50_ir_ssa.cpp385 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()
Dnv50_ir_build_util.h267 Instruction *insn = new_Instruction(func, op, ty); in mkOp()
Dnv50_ir_lowering_gv100.cpp205 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE); in handleSHFL()
Dnv50_ir_util.h59 #define new_Instruction(f, args...) \ macro
Dnv50_ir.cpp751 i = new_Instruction(pol.context(), op, dType); in clone()
Dnv50_ir_lowering_nvc0.cpp268 Instruction *hi = new_Instruction(func, op, TYPE_U32); in handleShift()
589 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE); in insertTextureBarriers()
Dnv50_ir_from_tgsi.cpp1842 Instruction *insn = new_Instruction(func, op, TYPE_F32); in interpolate()