| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.5.rst | 60 - nv50/ir: fix asFlow() const helper for OP_JOIN
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 300 if (op >= OP_BRA && op <= OP_JOIN) 307 if (op >= OP_BRA && op <= OP_JOIN)
|
| H A D | nv50_ir_target_nv50.cpp | 128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, 162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
|
| H A D | nv50_ir_build_util.h | 265 op == OP_JOIN ||
|
| H A D | nv50_ir_target_nvc0.cpp | 211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, 246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 742 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit) 748 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); 753 exit->op = OP_JOIN; 1533 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; 1627 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1;
|
| H A D | nv50_ir.h | 107 OP_JOIN, // converge enumerator in enum:nv50_ir::operation 904 unsigned join : 1; // converge control flow (use OP_JOIN until end)
|
| H A D | nv50_ir_peephole.cpp | 3271 if (term->op != OP_JOIN) 3340 rep->op != OP_JOIN && 3372 if (insn && insn->op == OP_JOIN && !insn->getPredicate()) { 3451 if (bb->getEntry() && bb->getEntry()->op == OP_JOIN) 3742 if (!entry || entry->op != OP_JOIN)
|
| H A D | nv50_ir_emit_nv50.cpp | 1864 case OP_JOIN: 2062 if (insn->join || insn->op == OP_JOIN)
|
| H A D | nv50_ir.cpp | 1077 if (op == OP_JOIN)
|
| H A D | nv50_ir_from_nir.cpp | 1690 bb->getExit()->asFlow()->op == OP_JOIN) { 1703 bb->getExit()->asFlow()->op == OP_JOIN) { 1711 mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1;
|
| H A D | nv50_ir_lowering_nv50.cpp | 932 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1;
|
| H A D | nv50_ir_emit_nvc0.cpp | 2902 case OP_JOIN: 3185 if (insn->op == OP_JOIN || insn->join) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 300 if (op >= OP_BRA && op <= OP_JOIN) 307 if (op >= OP_BRA && op <= OP_JOIN)
|
| H A D | nv50_ir_target_nv50.cpp | 128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, 162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
|
| H A D | nv50_ir_build_util.h | 271 op == OP_JOIN ||
|
| H A D | nv50_ir_target_gv100.cpp | 73 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); 243 case OP_JOIN: return &opInfo_BRA; //XXX
|
| H A D | nv50_ir_target_nvc0.cpp | 211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, 246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
|
| H A D | nv50_ir.h | 109 OP_JOIN, // converge enumerator in enum:nv50_ir::operation 956 unsigned join : 1; // converge control flow (use OP_JOIN until end)
|
| H A D | nv50_ir_lowering_nvc0.cpp | 753 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit) 759 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); 764 exit->op = OP_JOIN; 1547 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; 1641 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1;
|
| H A D | nv50_ir_peephole.cpp | 3345 if (term->op != OP_JOIN) 3414 rep->op != OP_JOIN && 3446 if (insn && insn->op == OP_JOIN && !insn->getPredicate()) { 3525 if (bb->getEntry() && bb->getEntry()->op == OP_JOIN) 3816 if (!entry || entry->op != OP_JOIN)
|
| H A D | nv50_ir_emit_nv50.cpp | 1951 case OP_JOIN: 2149 if (insn->join || insn->op == OP_JOIN)
|
| H A D | nv50_ir.cpp | 1141 if (op == OP_JOIN)
|
| H A D | nv50_ir_emit_gv100.cpp | 1776 case OP_JOIN: //XXX
|
| H A D | nv50_ir_emit_nvc0.cpp | 2909 case OP_JOIN: 3193 if (insn->op == OP_JOIN || insn->join) {
|