Searched refs:new_LValue (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 187 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()
|
D | nv50_ir_lowering_nv50.cpp | 223 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()
|
D | nv50_ir_ra.cpp | 516 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 …]
|
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_build_util.h | 230 LValue *lval = new_LValue(func, f); in getScratch() 238 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() 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 …]
|
D | nv50_ir_util.h | 68 #define new_LValue(f, args...) \ macro
|
D | nv50_ir_from_tgsi.cpp | 3380 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()
|
D | nv50_ir.cpp | 260 LValue *that = new_LValue(pol.context(), reg.file); in clone()
|