• Home
  • Raw
  • Download

Lines Matching refs:asLValue

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()
978 LValue *rep = dst->join->asLValue(); in coalesceValues()
979 LValue *val = src->join->asLValue(); in coalesceValues()
982 rep = src->join->asLValue(); in coalesceValues()
983 val = dst->join->asLValue(); in coalesceValues()
1006 Value *reg = reinterpret_cast<Value *>(it.get())->asLValue(); in coalesceValues()
1097 LValue *rep = (split ? insn->getSrc(0) : insn->getDef(0))->asLValue(); in makeCompound()
1112 LValue *val = (split ? insn->getDef(c) : insn->getSrc(c))->asLValue(); in makeCompound()
1274 insertOrderedTail(values, getNode(it->get()->asLValue())); in buildRIG()
1281 insertOrderedTail(values, getNode(insn->getDef(d)->asLValue())); in buildRIG()
1432 const LValue *vD = D->get()->asLValue(); in checkInterference()
1433 const LValue *vd = d->get()->asLValue(); in checkInterference()
1574 nodes[i].addRegPreference(getNode(insn->getSrc(2)->asLValue())); in allocateRegisters()
1822 LValue *lval = it->first->asLValue(); in run()
1838 LValue *dval = (*d)->get()->asLValue(); in run()
2518 tex->setSrc(c, new_LValue(func, tex->getSrc(0)->asLValue())); in texConstraintNV50()
2522 tex->setDef(c, new_LValue(func, tex->getDef(0)->asLValue())); in texConstraintNV50()
2656 cst->getDef(0)->asLValue()->noSpill = 1; // doesn't help in insertConstraintMove()
2685 cst->getSrc(0)->asLValue()->noSpill = 1; in insertConstraintMoves()
2686 mov->getSrc(0)->asLValue()->noSpill = 1; in insertConstraintMoves()