Searched refs:currBB (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 910 BasicBlock *currBB = i->bb; in handleTXL() local 914 bld.setPosition(currBB, true); in handleTXL() 915 assert(!currBB->joinAt); in handleTXL() 916 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL() 921 bld.setPosition(currBB, true); in handleTXL() 924 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD); in handleTXL() 927 currBB->cfg.attach(&laneBB->cfg, Graph::Edge::TREE); in handleTXL() 928 currBB = laneBB; in handleTXL()
|
D | nv50_ir_lowering_nvc0.cpp | 1453 BasicBlock *currBB = atom->bb; in handleSharedATOMNVE4() local 1459 bld.setPosition(currBB, true); in handleSharedATOMNVE4() 1460 assert(!currBB->joinAt); in handleSharedATOMNVE4() 1461 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4() 1468 currBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4() 1554 BasicBlock *currBB = atom->bb; in handleSharedATOM() local 1558 bld.setPosition(currBB, true); in handleSharedATOM() 1559 assert(!currBB->joinAt); in handleSharedATOM() 1560 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM() 1563 currBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::TREE); in handleSharedATOM()
|