Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp964 BasicBlock *currBB = i->bb; in handleTXL() local
968 bld.setPosition(currBB, true); in handleTXL()
969 assert(!currBB->joinAt); in handleTXL()
970 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
975 bld.setPosition(currBB, true); in handleTXL()
978 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD); in handleTXL()
981 currBB->cfg.attach(&laneBB->cfg, Graph::Edge::TREE); in handleTXL()
982 currBB = laneBB; in handleTXL()
1465 BasicBlock *currBB = atom->bb; in handleSharedATOM() local
1471 bld.setPosition(currBB, true); in handleSharedATOM()
[all …]
Dnv50_ir_lowering_nvc0.cpp1454 BasicBlock *currBB = atom->bb; in handleSharedATOMNVE4() local
1460 bld.setPosition(currBB, true); in handleSharedATOMNVE4()
1461 assert(!currBB->joinAt); in handleSharedATOMNVE4()
1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1469 currBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4()
1555 BasicBlock *currBB = atom->bb; in handleSharedATOM() local
1559 bld.setPosition(currBB, true); in handleSharedATOM()
1560 assert(!currBB->joinAt); in handleSharedATOM()
1561 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
1564 currBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::TREE); in handleSharedATOM()