Home | History | Annotate | Download | only in codegen

Lines Matching refs:asLValue

373          mov->setDef(0, new_LValue(func, phi->getDef(0)->asLValue()));
398 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue());
412 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue());
430 Value *tmp = new_LValue(func, (*it)->asLValue());
489 assert(it->get()->asLValue());
498 if (i->getSrc(s)->asLValue())
578 if (!i->getSrc(s)->asLValue())
761 LValue *rep = dst->join->asLValue();
762 LValue *val = src->join->asLValue();
765 rep = src->join->asLValue();
766 val = dst->join->asLValue();
789 Value *reg = reinterpret_cast<Value *>(it.get())->asLValue();
862 LValue *ldst = dst->asLValue();
863 LValue *lsrc = src->asLValue();
872 LValue *rep = (split ? insn->getSrc(0) : insn->getDef(0))->asLValue();
887 LValue *val = (split ? insn->getDef(c) : insn->getSrc(c))->asLValue();
1050 insertOrderedTail(values, getNode(it->get()->asLValue()));
1056 insertOrderedTail(values, getNode(insn->getDef(d)->asLValue()));
1206 const LValue *vD = (*D)->get()->asLValue();
1207 const LValue *vd = (*d)->get()->asLValue();
1480 LValue *lval = it->first->asLValue();
1490 LValue *dval = (*d)->get()->asLValue();
1873 tex->setSrc(c, new_LValue(func, tex->getSrc(0)->asLValue()));
1875 tex->setDef(c, new_LValue(func, tex->getDef(0)->asLValue()));
1961 cst->getSrc(0)->asLValue()->noSpill = 1;
1962 mov->getSrc(0)->asLValue()->noSpill = 1;
1991 cst->getDef(0)->asLValue()->noSpill = 1; // doesn't help