Searched refs:asLValue (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp247 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id))
346 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
427 LValue *lval = val->asLValue();
463 lval = it->get()->asLValue();
480 lval = stmt->getSrc(s)->asLValue();
492 lval = stmt->def(d).get()->asLValue();
533 lval = it->get()->asLValue();
H A Dnv50_ir_ra.cpp472 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue());
504 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue());
518 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue());
536 Value *tmp = new_LValue(func, (*it)->asLValue());
595 assert(it->get()->asLValue());
604 if (i->getSrc(s)->asLValue())
684 if (!i->getSrc(s)->asLValue())
916 LValue *rep = dst->join->asLValue();
917 LValue *val = src->join->asLValue();
920 rep = src->join->asLValue();
[all...]
H A Dnv50_ir_build_util.h276 return dst->asLValue();
284 return dst->asLValue();
292 return dst->asLValue();
H A Dnv50_ir_inlines.h199 origin = value->asLValue();
337 LValue *Value::asLValue() function in class:Value
H A Dnv50_ir_print.cpp846 const Value *lval = Value::get(it)->asLValue();
H A Dnv50_ir.h690 inline LValue *asLValue();
H A Dnv50_ir.cpp1164 if (value->asLValue())
H A Dnv50_ir_peephole.cpp103 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue())
1251 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue();
3800 if (ir->getSrc(s)->asLValue())
H A Dnv50_ir_lowering_nvc0.cpp887 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue();
2779 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp247 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id))
346 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
427 LValue *lval = val->asLValue();
463 lval = it->get()->asLValue();
480 lval = stmt->getSrc(s)->asLValue();
492 lval = stmt->def(d).get()->asLValue();
533 lval = it->get()->asLValue();
H A Dnv50_ir_ra.cpp517 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue());
549 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue());
563 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue());
581 Value *tmp = new_LValue(func, (*it)->asLValue());
640 assert(it->get()->asLValue());
649 if (i->getSrc(s)->asLValue())
727 if (!i->getSrc(s)->asLValue())
961 LValue *rep = dst->join->asLValue();
962 LValue *val = src->join->asLValue();
965 rep = src->join->asLValue();
[all...]
H A Dnv50_ir_build_util.h282 return dst->asLValue();
290 return dst->asLValue();
298 return dst->asLValue();
H A Dnv50_ir_inlines.h199 origin = value->asLValue();
337 LValue *Value::asLValue() function in class:Value
H A Dnv50_ir.h742 inline LValue *asLValue();
H A Dnv50_ir_print.cpp886 const Value *lval = Value::get(it)->asLValue();
H A Dnv50_ir.cpp1232 if (value->asLValue())
H A Dnv50_ir_peephole.cpp103 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue())
1287 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue();
3874 if (ir->getSrc(s)->asLValue())
H A Dnv50_ir_lowering_nvc0.cpp899 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue();
2993 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index);

Completed in 42 milliseconds