Searched refs:asLValue (Results 1 – 9 of 9) sorted by relevance
505 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue()); in visit()537 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue()); in visit()551 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue()); in visit()569 Value *tmp = new_LValue(func, (*it)->asLValue()); in visit()628 assert(it->get()->asLValue()); in buildLiveSets()637 if (i->getSrc(s)->asLValue()) in buildLiveSets()715 if (!i->getSrc(s)->asLValue()) in visit()953 LValue *ldst = dst->asLValue(); in copyCompound()954 LValue *lsrc = src->asLValue(); in copyCompound()966 LValue *ldst = d->get()->asLValue(); in copyCompound()[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()
282 return dst->asLValue(); in mkOp1v()290 return dst->asLValue(); in mkOp2v()298 return dst->asLValue(); in mkOp3v()
199 origin = value->asLValue(); in setSSA()337 LValue *Value::asLValue() in asLValue() function
886 const Value *lval = Value::get(it)->asLValue(); in printLiveIntervals()
744 inline LValue *asLValue();
1228 if (value->asLValue()) in releaseValue()
103 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue()) in visit()1287 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue(); in opnd()3871 if (ir->getSrc(s)->asLValue()) in visit()
899 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue(); in visit()3006 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index); in handleRDSV()