Home
last modified time | relevance | path

Searched refs:joinAt (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_bb.cpp78 joinAt = phi = entry = exit = NULL; in BasicBlock()
335 bb->joinAt = joinAt; in splitBefore()
336 joinAt = NULL; in splitBefore()
348 bb->joinAt = joinAt; in splitAfter()
349 joinAt = NULL; in splitAfter()
Dnv50_ir_lowering_nv50.cpp969 assert(!currBB->joinAt); in handleTXL()
970 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
1472 assert(!currBB->joinAt); in handleSharedATOM()
1473 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
Dnv50_ir_lowering_nvc0.cpp1461 assert(!currBB->joinAt); in handleSharedATOMNVE4()
1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1560 assert(!currBB->joinAt); in handleSharedATOM()
1561 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
Dnv50_ir.h1220 Instruction *joinAt; // for quick reference variable
Dnv50_ir_from_tgsi.cpp2222 assert(!fork->joinAt); in insertConvergenceOps()
2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); in insertConvergenceOps()
2224 fork->insertBefore(fork->getExit(), fork->joinAt); in insertConvergenceOps()
Dnv50_ir_peephole.cpp3513 if (bb->joinAt) { in tryPredicateConditional()
3514 bb->remove(bb->joinAt); in tryPredicateConditional()
3515 bb->joinAt = NULL; in tryPredicateConditional()
Dnv50_ir_from_nir.cpp1505 headBB->joinAt = mkFlow(OP_JOINAT, conv, CC_ALWAYS, NULL); in visit()
/third_party/mesa3d/docs/relnotes/
D10.5.9.rst98 - nv50/ir: copy joinAt when splitting both before and after
D10.6.2.rst83 - nv50/ir: copy joinAt when splitting both before and after