Searched refs:new_LValue (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 189 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()
|
D | nv50_ir_ra.cpp | 505 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 …]
|
D | nv50_ir_ssa.cpp | 429 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()
|
D | nv50_ir_lowering_nv50.cpp | 246 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()
|
D | nv50_ir_build_util.h | 236 LValue *lval = new_LValue(func, f); in getScratch() 244 LValue *lval = new_LValue(func, f); in getSSA()
|
D | nv50_ir_lowering_nvc0.cpp | 693 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 …]
|
D | nv50_ir_util.h | 68 #define new_LValue(f, args...) \ macro
|
D | nv50_ir_from_tgsi.cpp | 3443 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()
|
D | nv50_ir.cpp | 255 LValue *that = new_LValue(pol.context(), reg.file); in clone()
|