Searched refs:joinAt (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_bb.cpp | 78 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()
|
D | nv50_ir_lowering_nv50.cpp | 969 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()
|
D | nv50_ir_lowering_nvc0.cpp | 1461 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()
|
D | nv50_ir.h | 1220 Instruction *joinAt; // for quick reference variable
|
D | nv50_ir_from_tgsi.cpp | 2222 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()
|
D | nv50_ir_peephole.cpp | 3513 if (bb->joinAt) { in tryPredicateConditional() 3514 bb->remove(bb->joinAt); in tryPredicateConditional() 3515 bb->joinAt = NULL; in tryPredicateConditional()
|
D | nv50_ir_from_nir.cpp | 1505 headBB->joinAt = mkFlow(OP_JOINAT, conv, CC_ALWAYS, NULL); in visit()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.9.rst | 98 - nv50/ir: copy joinAt when splitting both before and after
|
D | 10.6.2.rst | 83 - nv50/ir: copy joinAt when splitting both before and after
|