Searched refs:allLValues (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp224 BitSet usedBeforeAssigned(allLValues.getSize(), true);
225 BitSet assigned(allLValues.getSize(), true);
227 bb->liveSet.allocate(allLValues.getSize(), false);
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker);
343 for (var = 0; var < allLValues.getSize(); ++var) {
344 if (!allLValues.get(var))
346 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
407 stack = new Stack[func->allLValues.getSize()];
H A Dnv50_ir_inlines.h418 assert((unsigned int)id < (unsigned int)allLValues.getSize());
419 return reinterpret_cast<LValue *>(allLValues.get(id));
H A Dnv50_ir.h1209 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); }
1243 ArrayList allLValues; member in class:nv50_ir::Function
H A Dnv50_ir_bb.cpp67 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next())
H A Dnv50_ir_print.cpp845 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next()) {
H A Dnv50_ir_ra.cpp565 bb->liveSet.allocate(func->allLValues.getSize(), false);
942 for (ArrayList::Iterator it = func->allLValues.iterator();
1480 nodeCount = func->allLValues.getSize();
1485 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i));
1560 for (ArrayList::Iterator it = func->allLValues.iterator();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp224 BitSet usedBeforeAssigned(allLValues.getSize(), true);
225 BitSet assigned(allLValues.getSize(), true);
227 bb->liveSet.allocate(allLValues.getSize(), false);
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker);
343 for (var = 0; var < allLValues.getSize(); ++var) {
344 if (!allLValues.get(var))
346 lval = reinterpret_cast<Value *>(allLValues.get(var))->asLValue();
407 stack = new Stack[func->allLValues.getSize()];
H A Dnv50_ir_inlines.h418 assert((unsigned int)id < (unsigned int)allLValues.getSize());
419 return reinterpret_cast<LValue *>(allLValues.get(id));
H A Dnv50_ir.h1263 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); }
1297 ArrayList allLValues; member in class:nv50_ir::Function
H A Dnv50_ir_bb.cpp67 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next())
H A Dnv50_ir_ra.cpp610 bb->liveSet.allocate(func->allLValues.getSize(), false);
987 for (ArrayList::Iterator it = func->allLValues.iterator();
1529 nodeCount = func->allLValues.getSize();
1534 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i));
1610 for (ArrayList::Iterator it = func->allLValues.iterator();
H A Dnv50_ir_print.cpp885 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next()) {

Completed in 21 milliseconds