Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1182 BasicBlock *joinBB = atom->bb->splitAfter(atom); in handleSharedATOMNVE4() local
1188 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1210 tryLockBB->cfg.detach(&joinBB->cfg); in handleSharedATOMNVE4()
1268 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1270 failLockBB->cfg.attach(&joinBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4()
1272 bld.setPosition(joinBB, false); in handleSharedATOMNVE4()
1283 BasicBlock *joinBB = atom->bb->splitAfter(atom); in handleSharedATOM() local
1287 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
1361 tryLockAndSetBB->cfg.attach(&joinBB->cfg, Graph::Edge::CROSS); in handleSharedATOM()
1362 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
[all …]
Dnv50_ir_lowering_nv50.cpp912 BasicBlock *joinBB = i->bb->splitAfter(i); in handleTXL() local
916 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
931 bld.setPosition(joinBB, false); in handleTXL()