Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp966 BasicBlock *joinBB = i->bb->splitAfter(i); in handleTXL() local
970 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
985 bld.setPosition(joinBB, false); in handleTXL()
1467 BasicBlock *joinBB = atom->bb->splitAfter(atom); in handleSharedATOM() local
1473 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
1497 tryLockBB->cfg.detach(&joinBB->cfg); in handleSharedATOM()
1562 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
1564 failLockBB->cfg.attach(&joinBB->cfg, Graph::Edge::TREE); in handleSharedATOM()
1566 bld.setPosition(joinBB, false); in handleSharedATOM()
Dnv50_ir_lowering_nvc0.cpp1456 BasicBlock *joinBB = atom->bb->splitAfter(atom); in handleSharedATOMNVE4() local
1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1484 tryLockBB->cfg.detach(&joinBB->cfg); in handleSharedATOMNVE4()
1542 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1544 failLockBB->cfg.attach(&joinBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4()
1546 bld.setPosition(joinBB, false); in handleSharedATOMNVE4()
1557 BasicBlock *joinBB = atom->bb->splitAfter(atom); in handleSharedATOM() local
1561 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
1635 tryLockAndSetBB->cfg.attach(&joinBB->cfg, Graph::Edge::CROSS); in handleSharedATOM()
1636 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
[all …]