Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp68 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()
Dnv50_ir_ra.cpp517 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit()
552 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit()
566 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size)); in visit()
1710 st = new_Instruction(func, OP_STORE, ty); in spill()
1714 st = new_Instruction(func, OP_SPLIT, ty); in spill()
1724 Instruction *s = new_Instruction(func, OP_STORE, TYPE_U32); in spill()
1731 st = new_Instruction(func, OP_CVT, ty); in spill()
1752 ld = new_Instruction(func, OP_LOAD, ty); in unspill()
1754 ld = new_Instruction(func, OP_MERGE, ty); in unspill()
1761 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.h261 Instruction *insn = new_Instruction(func, op, ty); in mkOp()
Dnv50_ir_lowering_gv100.cpp201 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE); in handleSHFL()
Dnv50_ir_util.h59 #define new_Instruction(f, args...) \ macro
Dnv50_ir.cpp749 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.cpp1818 Instruction *insn = new_Instruction(func, op, TYPE_F32); in interpolate()