Searched refs:nextSequence (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h156 inline int nextSequence();
181 int Graph::nextSequence() function in class:nv50_ir::Graph
H A Dnv50_ir_graph.cpp173 const int seq = graph->nextSequence();
201 unsigned int seq = graph->nextSequence();
269 search(graph->getRoot(), graph->nextSequence());
413 const int seq = nextSequence();
H A Dnv50_ir_bb.cpp436 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence());
446 buildDefSetsPreSSA(BasicBlock::get(cfgExit), cfg.nextSequence());
H A Dnv50_ir_ra.cpp1888 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 Dnv50_ir_graph.h155 inline int nextSequence();
180 int Graph::nextSequence() function in class:nv50_ir::Graph
H A Dnv50_ir_graph.cpp173 const int seq = graph->nextSequence();
201 unsigned int seq = graph->nextSequence();
269 search(graph->getRoot(), graph->nextSequence());
408 const int seq = nextSequence();
H A Dnv50_ir_bb.cpp436 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence());
446 buildDefSetsPreSSA(BasicBlock::get(cfgExit), cfg.nextSequence());
H A Dnv50_ir_ra.cpp1938 for (sequence = func->cfg.nextSequence(), i = 0;
1940 sequence = func->cfg.nextSequence(), ++i)

Completed in 13 milliseconds