Searched refs:allLValues (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ssa.cpp | 224 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 D | nv50_ir_inlines.h | 418 assert((unsigned int)id < (unsigned int)allLValues.getSize()); 419 return reinterpret_cast<LValue *>(allLValues.get(id));
|
| H A D | nv50_ir.h | 1209 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); } 1243 ArrayList allLValues; member in class:nv50_ir::Function
|
| H A D | nv50_ir_bb.cpp | 67 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next())
|
| H A D | nv50_ir_print.cpp | 845 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next()) {
|
| H A D | nv50_ir_ra.cpp | 565 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 D | nv50_ir_ssa.cpp | 224 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 D | nv50_ir_inlines.h | 418 assert((unsigned int)id < (unsigned int)allLValues.getSize()); 419 return reinterpret_cast<LValue *>(allLValues.get(id));
|
| H A D | nv50_ir.h | 1263 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); } 1297 ArrayList allLValues; member in class:nv50_ir::Function
|
| H A D | nv50_ir_bb.cpp | 67 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next())
|
| H A D | nv50_ir_ra.cpp | 610 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 D | nv50_ir_print.cpp | 885 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next()) {
|
Completed in 21 milliseconds