Home
last modified time | relevance | path

Searched refs:new_Instruction (Results 1 – 8 of 8) 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.cpp472 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 …]
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_util.h59 #define new_Instruction(f, args...) \ macro
Dnv50_ir.cpp743 i = new_Instruction(pol.context(), op, dType); in clone()
Dnv50_ir_lowering_nvc0.cpp403 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE); in insertTextureBarriers()
Dnv50_ir_from_tgsi.cpp1761 Instruction *insn = new_Instruction(func, op, TYPE_F32); in interpolate()