HomeSort by relevance Sort by last modified time
    Searched refs:asLValue (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ssa.cpp 247 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();
nv50_ir_ra.cpp 469 LValue *tmp = new_LValue(func, phi->getDef(0)->asLValue());
501 LValue *tmp = new_LValue(func, cal->getSrc(s)->asLValue());
515 LValue *tmp = new_LValue(func, cal->getDef(d)->asLValue());
533 Value *tmp = new_LValue(func, (*it)->asLValue());
592 assert(it->get()->asLValue());
601 if (i->getSrc(s)->asLValue())
681 if (!i->getSrc(s)->asLValue())
896 LValue *rep = dst->join->asLValue();
897 LValue *val = src->join->asLValue();
900 rep = src->join->asLValue();
    [all...]
nv50_ir_build_util.h 276 return dst->asLValue();
284 return dst->asLValue();
292 return dst->asLValue();
nv50_ir_inlines.h 199 origin = value->asLValue();
337 LValue *Value::asLValue()
nv50_ir_print.cpp 794 const Value *lval = Value::get(it)->asLValue();
nv50_ir.h 663 inline LValue *asLValue();
    [all...]
nv50_ir.cpp 1154 if (value->asLValue())
nv50_ir_peephole.cpp 103 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue())
    [all...]
nv50_ir_lowering_nvc0.cpp 786 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue();
    [all...]

Completed in 164 milliseconds