Searched refs:asLValue (Results 1 – 9 of 9) sorted by relevance
469 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 …]
247 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()
276 return dst->asLValue(); in mkOp1v()284 return dst->asLValue(); in mkOp2v()292 return dst->asLValue(); in mkOp3v()
199 origin = value->asLValue(); in setSSA()337 LValue *Value::asLValue() in asLValue() function
794 const Value *lval = Value::get(it)->asLValue(); in printLiveIntervals()
663 inline LValue *asLValue();
1154 if (value->asLValue()) in releaseValue()
103 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()
786 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue(); in visit()2625 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index); in handleRDSV()