Searched refs:joinAt (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 78 joinAt = phi = entry = exit = NULL; 335 bb->joinAt = joinAt; 336 joinAt = NULL; 348 bb->joinAt = joinAt; 349 joinAt = NULL;
|
| H A D | nv50_ir_lowering_nv50.cpp | 915 assert(!currBB->joinAt); 916 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
|
| H A D | nv50_ir.h | 1164 Instruction *joinAt; // for quick reference member in class:nv50_ir::BasicBlock
|
| H A D | nv50_ir_lowering_nvc0.cpp | 1447 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 D | nv50_ir_from_tgsi.cpp | 2240 assert(!fork->joinAt); 2241 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); 2242 fork->insertBefore(fork->getExit(), fork->joinAt);
|
| H A D | nv50_ir_peephole.cpp | 3442 if (bb->joinAt) { 3443 bb->remove(bb->joinAt); 3444 bb->joinAt = NULL;
|
| H A D | nv50_ir_from_nir.cpp | 1678 bb->joinAt = mkFlow(OP_JOINAT, convert(lastThen->successors[0]),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 78 joinAt = phi = entry = exit = NULL; 335 bb->joinAt = joinAt; 336 joinAt = NULL; 348 bb->joinAt = joinAt; 349 joinAt = NULL;
|
| H A D | nv50_ir.h | 1218 Instruction *joinAt; // for quick reference member in class:nv50_ir::BasicBlock
|
| H A D | nv50_ir_lowering_nv50.cpp | 969 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 D | nv50_ir_lowering_nvc0.cpp | 1461 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 D | nv50_ir_from_tgsi.cpp | 2222 assert(!fork->joinAt); 2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); 2224 fork->insertBefore(fork->getExit(), fork->joinAt);
|
| H A D | nv50_ir_peephole.cpp | 3516 if (bb->joinAt) { 3517 bb->remove(bb->joinAt); 3518 bb->joinAt = NULL;
|
| H A D | nv50_ir_from_nir.cpp | 1491 headBB->joinAt = mkFlow(OP_JOINAT, conv, CC_ALWAYS, NULL);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.9.rst | 98 - nv50/ir: copy joinAt when splitting both before and after
|
| H A D | 10.6.2.rst | 83 - nv50/ir: copy joinAt when splitting both before and after
|
Completed in 232 milliseconds