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.cpp1357 BasicBlock *joinBB = atom->bb->splitAfter(atom); in handleSharedATOMNVE4() local
1363 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1385 tryLockBB->cfg.detach(&joinBB->cfg); in handleSharedATOMNVE4()
1443 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1445 failLockBB->cfg.attach(&joinBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4()
1447 bld.setPosition(joinBB, false); in handleSharedATOMNVE4()
1458 BasicBlock *joinBB = atom->bb->splitAfter(atom); in handleSharedATOM() local
1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
1536 tryLockAndSetBB->cfg.attach(&joinBB->cfg, Graph::Edge::CROSS); in handleSharedATOM()
1537 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()