Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_build_util.cpp189 insn->setDef(0, new_LValue(func, FILE_GPR)); in mkMovToReg()
203 insn->setSrc(0, new_LValue(func, FILE_GPR)); in mkMovFromReg()
344 LValue *reg = new_LValue(func, f); in mkClobber()
350 LValue *reg = new_LValue(func, f); in mkClobber()
528 v = insert(m, i, c, new_LValue(up->getFunction(), file)); in acquire()
542 v = insert(m, i, c, new_LValue(up->getFunction(), file)); in load()
Dnv50_ir_ra.cpp505 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue()); in visit()
537 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue()); in visit()
551 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue()); in visit()
569 Value *tmp = new_LValue(func, (*it)->asLValue()); in visit()
1733 st->setDef(d, new_LValue(func, FILE_GPR)); in spill()
1778 l->setDef(0, (val = new_LValue(func, FILE_GPR))); in unspill()
1834 static_cast<Value *>(mem) : new_LValue(func, FILE_GPR); in run()
2108 cst->setDef(d, new_LValue(func, FILE_GPR)); in addConstraint()
2150 LValue *lval = new_LValue(func, FILE_GPR); in condenseDefs()
2183 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_lowering_nv50.cpp246 r63 = new_LValue(fn, FILE_GPR); in visit()
705 Value *arg = new_LValue(func, FILE_GPR); in visit()
719 Value *tmp = new_LValue(func, FILE_GPR); in loadTexMsInfo()
738 Value *off = new_LValue(func, FILE_ADDRESS), *t = new_LValue(func, FILE_GPR); in loadMsInfo()
805 Value *tx = new_LValue(func, FILE_GPR), *ty = new_LValue(func, FILE_GPR), in handleTEX()
832 LValue *src = new_LValue(func, FILE_GPR); in handleTEX()
846 a2d[c] = new_LValue(func, FILE_GPR); in handleTEX()
1320 Value *off = new_LValue(func, FILE_ADDRESS); in handleRDSV()
1397 i->setDef(0, new_LValue(func, FILE_GPR)); in handleEXPORT()
Dnv50_ir_build_util.h236 LValue *lval = new_LValue(func, f); in getScratch()
244 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()
1025 LValue *layer = new_LValue(func, FILE_GPR); in handleTEX()
1062 LValue *src = new_LValue(func, FILE_GPR); // 0xttxsaaaa in handleTEX()
1376 LValue *src = new_LValue(func, FILE_GPR); // 0xttxsaaaa in handleTXQ()
1430 LValue *t = new_LValue(func, FILE_GPR); in handleTXLQ()
1677 Value *pred = new_LValue(func, FILE_PREDICATE); in handleATOM()
2847 Value *pred = new_LValue(func, FILE_PREDICATE); in handleLDST()
2888 Value *pred = new_LValue(func, FILE_PREDICATE); in handleLDST()
[all …]
Dnv50_ir_util.h68 #define new_LValue(f, args...) \ macro
Dnv50_ir_from_tgsi.cpp3443 val0 = new_LValue(func, FILE_PREDICATE); in handleInstruction()
3453 val0 = new_LValue(func, FILE_PREDICATE); in handleInstruction()
3492 val0 = new_LValue(func, FILE_PREDICATE); in handleInstruction()
4236 Value *pred = new_LValue(func, FILE_PREDICATE); in exportOutputs()
Dnv50_ir.cpp255 LValue *that = new_LValue(pol.context(), reg.file); in clone()