Home
last modified time | relevance | path

Searched refs:condBBs (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp81 Stack condBBs; member in __anonb052c8f20111::Converter
1979 condBBs.push(bb); in handleInstruction()
1990 BasicBlock *forkPoint = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()
1993 condBBs.push(bb); in handleInstruction()
2005 BasicBlock *lastBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()
Dnv50_ir_from_tgsi.cpp1129 Stack condBBs; // fork BB, then else clause BB member in __anon7013adf50111::Converter
2075 condBBs.push(bb); in handleInstruction()
2086 BasicBlock *forkBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()
2089 condBBs.push(bb); in handleInstruction()
2101 BasicBlock *prevBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()