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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/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());
403 const int seq = nextSequence();
H A Dnv50_ir_bb.cpp429 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence());
439 buildDefSetsPreSSA(BasicBlock::get(cfgExit), cfg.nextSequence());
H A Dnv50_ir_ra.cpp1581 for (sequence = func->cfg.nextSequence(), i = 0;
1583 sequence = func->cfg.nextSequence(), ++i)
/external/mesa3d/src/gallium/drivers/nv50/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());
403 const int seq = nextSequence();
H A Dnv50_ir_bb.cpp429 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence());
439 buildDefSetsPreSSA(BasicBlock::get(cfgExit), cfg.nextSequence());
H A Dnv50_ir_ra.cpp1581 for (sequence = func->cfg.nextSequence(), i = 0;
1583 sequence = func->cfg.nextSequence(), ++i)

Completed in 457 milliseconds