Searched refs:asLValue (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | 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();
|
| H A D | nv50_ir_ra.cpp | 472 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 D | nv50_ir_build_util.h | 276 return dst->asLValue(); 284 return dst->asLValue(); 292 return dst->asLValue();
|
| H A D | nv50_ir_inlines.h | 199 origin = value->asLValue(); 337 LValue *Value::asLValue() function in class:Value
|
| H A D | nv50_ir_print.cpp | 846 const Value *lval = Value::get(it)->asLValue();
|
| H A D | nv50_ir.h | 690 inline LValue *asLValue();
|
| H A D | nv50_ir.cpp | 1164 if (value->asLValue())
|
| H A D | nv50_ir_peephole.cpp | 103 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 D | nv50_ir_lowering_nvc0.cpp | 887 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 D | 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();
|
| H A D | nv50_ir_ra.cpp | 517 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 D | nv50_ir_build_util.h | 282 return dst->asLValue(); 290 return dst->asLValue(); 298 return dst->asLValue();
|
| H A D | nv50_ir_inlines.h | 199 origin = value->asLValue(); 337 LValue *Value::asLValue() function in class:Value
|
| H A D | nv50_ir.h | 742 inline LValue *asLValue();
|
| H A D | nv50_ir_print.cpp | 886 const Value *lval = Value::get(it)->asLValue();
|
| H A D | nv50_ir.cpp | 1232 if (value->asLValue())
|
| H A D | nv50_ir_peephole.cpp | 103 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 D | nv50_ir_lowering_nvc0.cpp | 899 gpEmitAddress = bld.loadImm(NULL, 0)->asLValue(); 2993 readTessCoord(i->getDef(0)->asLValue(), i->getSrc(0)->reg.data.sv.index);
|
Completed in 42 milliseconds