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 | 1355 BasicBlock *currBB = atom->bb; in handleSharedATOMNVE4() local 1361 bld.setPosition(currBB, true); in handleSharedATOMNVE4() 1362 assert(!currBB->joinAt); in handleSharedATOMNVE4() 1363 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4() 1370 currBB->cfg.attach(&tryLockBB->cfg, Graph::Edge::TREE); in handleSharedATOMNVE4() 1456 BasicBlock *currBB = atom->bb; in handleSharedATOM() local 1460 bld.setPosition(currBB, true); in handleSharedATOM() 1461 assert(!currBB->joinAt); in handleSharedATOM() 1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM() 1465 currBB->cfg.attach(&tryLockAndSetBB->cfg, Graph::Edge::TREE); in handleSharedATOM()
|