Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp82 Stack joinBBs; member in __anonb052c8f20111::Converter
1980 joinBBs.push(bb); in handleInstruction()
2006 BasicBlock *forkPoint = reinterpret_cast<BasicBlock *>(joinBBs.pop().u.p); in handleInstruction()
2010 if (lastBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
Dnv50_ir_from_tgsi.cpp1130 Stack joinBBs; // fork BB, for inserting join ops on ENDIF member in __anon7013adf50111::Converter
2076 joinBBs.push(bb); in handleInstruction()
2102 BasicBlock *forkBB = reinterpret_cast<BasicBlock *>(joinBBs.pop().u.p); in handleInstruction()
2106 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()