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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp246 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id))
345 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
426 LValue *lval = val->asLValue();
453 lval = it->get()->asLValue();
468 lval = stmt->getSrc(s)->asLValue();
478 lval = stmt->def(d).get()->asLValue();
515 lval = it->get()->asLValue();
H A Dnv50_ir_ra.cpp373 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();
[all...]
H A Dnv50_ir_build_util.h266 return dst->asLValue();
274 return dst->asLValue();
282 return dst->asLValue();
H A Dnv50_ir_inlines.h167 origin = value->asLValue();
305 LValue *Value::asLValue() function in class:Value
H A Dnv50_ir_print.cpp644 const Value *lval = Value::get(it)->asLValue();
H A Dnv50_ir_peephole.cpp99 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue())
744 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue();
2210 if (ir->getSrc(s)->asLValue())
H A Dnv50_ir.cpp1051 if (value->asLValue())
H A Dnv50_ir.h478 inline LValue *asLValue();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp246 if (i->getSrc(s)->asLValue() && !assigned.test(i->getSrc(s)->id))
345 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
426 LValue *lval = val->asLValue();
453 lval = it->get()->asLValue();
468 lval = stmt->getSrc(s)->asLValue();
478 lval = stmt->def(d).get()->asLValue();
515 lval = it->get()->asLValue();
H A Dnv50_ir_ra.cpp373 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();
[all...]
H A Dnv50_ir_build_util.h266 return dst->asLValue();
274 return dst->asLValue();
282 return dst->asLValue();
H A Dnv50_ir_inlines.h167 origin = value->asLValue();
305 LValue *Value::asLValue() function in class:Value
H A Dnv50_ir_print.cpp644 const Value *lval = Value::get(it)->asLValue();
H A Dnv50_ir_peephole.cpp99 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue())
744 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue();
2210 if (ir->getSrc(s)->asLValue())
H A Dnv50_ir.cpp1051 if (value->asLValue())
H A Dnv50_ir.h478 inline LValue *asLValue();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp626 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue();
919 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp626 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue();
919 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index);

Completed in 1898 milliseconds