Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1183 BasicBlock *setAndUnlockBB = new BasicBlock(func); in handleSharedATOMNVE4() local
1205 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1)); in handleSharedATOMNVE4()
1208 tryLockBB->cfg.attach(&setAndUnlockBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4()
1213 bld.setPosition(setAndUnlockBB, true); in handleSharedATOMNVE4()
1263 setAndUnlockBB->cfg.attach(&failLockBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4()