Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp469 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue()); in visit()
501 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue()); in visit()
515 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue()); in visit()
533 Value *tmp = new_LValue(func, (*it)->asLValue()); in visit()
592 assert(it->get()->asLValue()); in buildLiveSets()
601 if (i->getSrc(s)->asLValue()) in buildLiveSets()
681 if (!i->getSrc(s)->asLValue()) in visit()
896 LValue *rep = dst->join->asLValue(); in coalesceValues()
897 LValue *val = src->join->asLValue(); in coalesceValues()
900 rep = src->join->asLValue(); in coalesceValues()
[all …]
Dnv50_ir_ssa.cpp247 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id)) in buildLiveSetsPreSSA()
346 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue(); in convertToSSA()
427 LValue *lval = val->asLValue(); in mkUndefined()
463 lval = it->get()->asLValue(); in search()
480 lval = stmt->getSrc(s)->asLValue(); in search()
492 lval = stmt->def(d).get()->asLValue(); in search()
533 lval = it->get()->asLValue(); in search()
Dnv50_ir_build_util.h276 return dst->asLValue(); in mkOp1v()
284 return dst->asLValue(); in mkOp2v()
292 return dst->asLValue(); in mkOp3v()
Dnv50_ir_inlines.h199 origin = value->asLValue(); in setSSA()
337 LValue *Value::asLValue() in asLValue() function
Dnv50_ir_print.cpp794 const Value *lval = Value::get(it)->asLValue(); in printLiveIntervals()
Dnv50_ir.h663 inline LValue *asLValue();
Dnv50_ir.cpp1154 if (value->asLValue()) in releaseValue()
Dnv50_ir_peephole.cpp103 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue()) in visit()
1157 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue(); in opnd()
3590 if (ir->getSrc(s)->asLValue()) in visit()
Dnv50_ir_lowering_nvc0.cpp786 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue(); in visit()
2625 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index); in handleRDSV()