Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp187 insn->setDef(0, new_LValue(func, FILE_GPR)); in mkMovToReg()
201 insn->setSrc(0, new_LValue(func, FILE_GPR)); in mkMovFromReg()
342 LValue *reg = new_LValue(func, f); in mkClobber()
348 LValue *reg = new_LValue(func, f); in mkClobber()
498 v = insert(m, i, c, new_LValue(up->getFunction(), file)); in acquire()
512 v = insert(m, i, c, new_LValue(up->getFunction(), file)); in load()
Dnv50_ir_lowering_nv50.cpp223 r63 = new_LValue(fn, FILE_GPR); in visit()
671 Value *arg = new_LValue(func, FILE_GPR); in visit()
685 Value *tmp = new_LValue(func, FILE_GPR); in loadTexMsInfo()
702 Value *off = new_LValue(func, FILE_ADDRESS), *t = new_LValue(func, FILE_GPR); in loadMsInfo()
751 Value *tx = new_LValue(func, FILE_GPR), *ty = new_LValue(func, FILE_GPR), in handleTEX()
778 LValue *src = new_LValue(func, FILE_GPR); in handleTEX()
792 a2d[c] = new_LValue(func, FILE_GPR); in handleTEX()
1208 Value *off = new_LValue(func, FILE_ADDRESS); in handleRDSV()
1280 i->setDef(0, new_LValue(func, FILE_GPR)); in handleEXPORT()
Dnv50_ir_ra.cpp516 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue()); in visit()
548 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue()); in visit()
562 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue()); in visit()
580 Value *tmp = new_LValue(func, (*it)->asLValue()); in visit()
1717 st->setDef(d, new_LValue(func, FILE_GPR)); in spill()
1762 l->setDef(0, (val = new_LValue(func, FILE_GPR))); in unspill()
1818 static_cast<Value *>(mem) : new_LValue(func, FILE_GPR); in run()
2092 cst->setDef(d, new_LValue(func, FILE_GPR)); in addConstraint()
2134 LValue *lval = new_LValue(func, FILE_GPR); in condenseDefs()
2167 LValue *lval = new_LValue(func, FILE_GPR); in condenseSrcs()
[all …]
Dnv50_ir_ssa.cpp429 LValue *ud = new_LValue(func, lval); in mkUndefined()
466 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); in search()
495 new_LValue(func, targ->nativeFile(lval->reg.file))); in search()
Dnv50_ir_build_util.h230 LValue *lval = new_LValue(func, f); in getScratch()
238 LValue *lval = new_LValue(func, f); in getSSA()
Dnv50_ir_lowering_nvc0.cpp693 rZero = new_LValue(fn, FILE_GPR); in visit()
694 pOne = new_LValue(fn, FILE_PREDICATE); in visit()
695 carry = new_LValue(fn, FILE_FLAGS); in visit()
1024 LValue *layer = new_LValue(func, FILE_GPR); in handleTEX()
1061 LValue *src = new_LValue(func, FILE_GPR); // 0xttxsaaaa in handleTEX()
1375 LValue *src = new_LValue(func, FILE_GPR); // 0xttxsaaaa in handleTXQ()
1429 LValue *t = new_LValue(func, FILE_GPR); in handleTXLQ()
1676 Value *pred = new_LValue(func, FILE_PREDICATE); in handleATOM()
2746 Value *pred = new_LValue(func, FILE_PREDICATE); in handleLDST()
2787 Value *pred = new_LValue(func, FILE_PREDICATE); in handleLDST()
[all …]
Dnv50_ir_util.h68 #define new_LValue(f, args...) \ macro
Dnv50_ir_from_tgsi.cpp3380 val0 = new_LValue(func, FILE_PREDICATE); in handleInstruction()
3390 val0 = new_LValue(func, FILE_PREDICATE); in handleInstruction()
3427 val0 = new_LValue(func, FILE_PREDICATE); in handleInstruction()
4169 Value *pred = new_LValue(func, FILE_PREDICATE); in exportOutputs()
Dnv50_ir.cpp260 LValue *that = new_LValue(pol.context(), reg.file); in clone()