Searched refs:new_LValue (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/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() 339 LValue *reg = new_LValue(func, f); in mkClobber() 345 LValue *reg = new_LValue(func, f); in mkClobber() 482 v = insert(m, i, c, new_LValue(up->getFunction(), file)); in acquire() 496 v = insert(m, i, c, new_LValue(up->getFunction(), file)); in load()
|
D | nv50_ir_ra.cpp | 373 mov->setDef(0, new_LValue(func, phi->getDef(0)->asLValue())); in visit() 398 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue()); in visit() 412 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue()); in visit() 430 Value *tmp = new_LValue(func, (*it)->asLValue()); in visit() 1486 static_cast<Value *>(mem) : new_LValue(func, FILE_GPR); in run() 1725 cst->setDef(d, new_LValue(func, FILE_GPR)); in addConstraint() 1756 LValue *lval = new_LValue(func, FILE_GPR); in condenseDefs() 1788 LValue *lval = new_LValue(func, FILE_GPR); in condenseSrcs() 1873 tex->setSrc(c, new_LValue(func, tex->getSrc(0)->asLValue())); in texConstraintNV50() 1875 tex->setDef(c, new_LValue(func, tex->getDef(0)->asLValue())); in texConstraintNV50() [all …]
|
D | nv50_ir_lowering_nv50.cpp | 135 r63 = new_LValue(fn, FILE_GPR); in visit() 565 Value *arg = new_LValue(func, FILE_GPR); in visit() 592 LValue *src = new_LValue(func, FILE_GPR); in handleTEX() 600 x = new_LValue(func, FILE_GPR); in handleTEX() 601 y = new_LValue(func, FILE_GPR); in handleTEX() 602 layer = new_LValue(func, FILE_GPR); in handleTEX() 1001 i->setDef(0, new_LValue(func, FILE_GPR)); in handleEXPORT()
|
D | nv50_ir_build_util.h | 220 LValue *lval = new_LValue(func, f); in getScratch() 228 LValue *lval = new_LValue(func, f); in getSSA()
|
D | nv50_ir_ssa.cpp | 428 LValue *ud = new_LValue(func, lval); in mkUndefined() 456 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); in search() 481 new_LValue(func, targ->nativeFile(lval->reg.file))); in search()
|
D | nv50_ir_util.h | 68 #define new_LValue(f, args...) \ macro
|
D | nv50_ir.cpp | 260 LValue *that = new_LValue(pol.context(), reg.file); in clone()
|
D | nv50_ir_from_tgsi.cpp | 2018 val0 = new_LValue(func, FILE_PREDICATE); in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 470 r63 = new_LValue(fn, FILE_GPR); in visit() 656 LValue *layer = new_LValue(func, FILE_GPR); in handleTEX() 704 LValue *src = new_LValue(func, FILE_GPR); // 0xttxsaaaa in handleTEX() 999 i->setDef(0, new_LValue(func, FILE_GPR)); in handleEXPORT() 1036 pdst = new_LValue(func, FILE_PREDICATE); in checkPredicate()
|