Searched refs:OP_JOIN (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.5.rst60 - nv50/ir: fix asFlow() const helper for OP_JOIN
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h300 if (op >= OP_BRA && op <= OP_JOIN)
307 if (op >= OP_BRA && op <= OP_JOIN)
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_build_util.h265 op == OP_JOIN ||
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_lowering_nvc0.cpp742 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 Dnv50_ir.h107 OP_JOIN, // converge enumerator in enum:nv50_ir::operation
904 unsigned join : 1; // converge control flow (use OP_JOIN until end)
H A Dnv50_ir_peephole.cpp3271 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 Dnv50_ir_emit_nv50.cpp1864 case OP_JOIN:
2062 if (insn->join || insn->op == OP_JOIN)
H A Dnv50_ir.cpp1077 if (op == OP_JOIN)
H A Dnv50_ir_from_nir.cpp1690 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 Dnv50_ir_lowering_nv50.cpp932 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1;
H A Dnv50_ir_emit_nvc0.cpp2902 case OP_JOIN:
3185 if (insn->op == OP_JOIN || insn->join) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h300 if (op >= OP_BRA && op <= OP_JOIN)
307 if (op >= OP_BRA && op <= OP_JOIN)
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_build_util.h271 op == OP_JOIN ||
H A Dnv50_ir_target_gv100.cpp73 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
243 case OP_JOIN: return &opInfo_BRA; //XXX
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir.h109 OP_JOIN, // converge enumerator in enum:nv50_ir::operation
956 unsigned join : 1; // converge control flow (use OP_JOIN until end)
H A Dnv50_ir_lowering_nvc0.cpp753 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 Dnv50_ir_peephole.cpp3345 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 Dnv50_ir_emit_nv50.cpp1951 case OP_JOIN:
2149 if (insn->join || insn->op == OP_JOIN)
H A Dnv50_ir.cpp1141 if (op == OP_JOIN)
H A Dnv50_ir_emit_gv100.cpp1776 case OP_JOIN: //XXX
H A Dnv50_ir_emit_nvc0.cpp2909 case OP_JOIN:
3193 if (insn->op == OP_JOIN || insn->join) {

Completed in 58 milliseconds

12