Searched refs:joinAt (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp78 joinAt = phi = entry = exit = NULL;
335 bb->joinAt = joinAt;
336 joinAt = NULL;
348 bb->joinAt = joinAt;
349 joinAt = NULL;
H A Dnv50_ir_lowering_nv50.cpp915 assert(!currBB->joinAt);
916 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir.h1164 Instruction *joinAt; // for quick reference member in class:nv50_ir::BasicBlock
H A Dnv50_ir_lowering_nvc0.cpp1447 assert(!currBB->joinAt);
1448 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
1546 assert(!currBB->joinAt);
1547 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_from_tgsi.cpp2240 assert(!fork->joinAt);
2241 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
2242 fork->insertBefore(fork->getExit(), fork->joinAt);
H A Dnv50_ir_peephole.cpp3442 if (bb->joinAt) {
3443 bb->remove(bb->joinAt);
3444 bb->joinAt = NULL;
H A Dnv50_ir_from_nir.cpp1678 bb->joinAt = mkFlow(OP_JOINAT, convert(lastThen->successors[0]),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp78 joinAt = phi = entry = exit = NULL;
335 bb->joinAt = joinAt;
336 joinAt = NULL;
348 bb->joinAt = joinAt;
349 joinAt = NULL;
H A Dnv50_ir.h1218 Instruction *joinAt; // for quick reference member in class:nv50_ir::BasicBlock
H A Dnv50_ir_lowering_nv50.cpp969 assert(!currBB->joinAt);
970 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
1472 assert(!currBB->joinAt);
1473 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_lowering_nvc0.cpp1461 assert(!currBB->joinAt);
1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
1560 assert(!currBB->joinAt);
1561 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_from_tgsi.cpp2222 assert(!fork->joinAt);
2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
2224 fork->insertBefore(fork->getExit(), fork->joinAt);
H A Dnv50_ir_peephole.cpp3516 if (bb->joinAt) {
3517 bb->remove(bb->joinAt);
3518 bb->joinAt = NULL;
H A Dnv50_ir_from_nir.cpp1491 headBB->joinAt = mkFlow(OP_JOINAT, conv, CC_ALWAYS, NULL);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.9.rst98 - nv50/ir: copy joinAt when splitting both before and after
H A D10.6.2.rst83 - nv50/ir: copy joinAt when splitting both before and after

Completed in 232 milliseconds