Searched refs:nextSequence (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_graph.h | 156 inline int nextSequence(); 181 int Graph::nextSequence() function in class:nv50_ir::Graph
|
| H A D | nv50_ir_graph.cpp | 173 const int seq = graph->nextSequence(); 201 unsigned int seq = graph->nextSequence(); 269 search(graph->getRoot(), graph->nextSequence()); 413 const int seq = nextSequence();
|
| H A D | nv50_ir_bb.cpp | 436 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence()); 446 buildDefSetsPreSSA(BasicBlock::get(cfgExit), cfg.nextSequence());
|
| H A D | nv50_ir_ra.cpp | 1888 for (sequence = func->cfg.nextSequence(), i = 0; 1890 sequence = func->cfg.nextSequence(), ++i)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_graph.h | 155 inline int nextSequence(); 180 int Graph::nextSequence() function in class:nv50_ir::Graph
|
| H A D | nv50_ir_graph.cpp | 173 const int seq = graph->nextSequence(); 201 unsigned int seq = graph->nextSequence(); 269 search(graph->getRoot(), graph->nextSequence()); 408 const int seq = nextSequence();
|
| H A D | nv50_ir_bb.cpp | 436 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence()); 446 buildDefSetsPreSSA(BasicBlock::get(cfgExit), cfg.nextSequence());
|
| H A D | nv50_ir_ra.cpp | 1938 for (sequence = func->cfg.nextSequence(), i = 0; 1940 sequence = func->cfg.nextSequence(), ++i)
|
Completed in 13 milliseconds