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.cpp471 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue()); in visit()
503 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue()); in visit()
517 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue()); in visit()
535 Value *tmp = new_LValue(func, (*it)->asLValue()); in visit()
594 assert(it->get()->asLValue()); in buildLiveSets()
603 if (i->getSrc(s)->asLValue()) in buildLiveSets()
683 if (!i->getSrc(s)->asLValue()) in visit()
898 LValue *rep = dst->join->asLValue(); in coalesceValues()
899 LValue *val = src->join->asLValue(); in coalesceValues()
902 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.cpp785 const Value *lval = Value::get(it)->asLValue(); in printLiveIntervals()
Dnv50_ir.h654 inline LValue *asLValue();
Dnv50_ir.cpp1156 if (value->asLValue()) in releaseValue()
Dnv50_ir_peephole.cpp103 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue()) in visit()
1146 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue(); in opnd()
3349 if (ir->getSrc(s)->asLValue()) in visit()
Dnv50_ir_lowering_nvc0.cpp647 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue(); in visit()
2445 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index); in handleRDSV()