HomeSort by relevance Sort by last modified time
    Searched refs:OP_JOIN (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 300 if (op >= OP_BRA && op <= OP_JOIN)
307 if (op >= OP_BRA && op <= OP_JOIN)
nv50_ir_target_nv50.cpp 129 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
163 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
nv50_ir_build_util.h 265 op == OP_JOIN ||
nv50_ir_target_nvc0.cpp 176 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
211 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
nv50_ir_lowering_nvc0.cpp 704 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit)
710 in->insertTail(new FlowInstruction(func, OP_JOIN, bb));
715 exit->op = OP_JOIN;
    [all...]
nv50_ir.h 104 OP_JOIN, // converge
877 unsigned join : 1; // converge control flow (use OP_JOIN until end)
    [all...]
nv50_ir_peephole.cpp     [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir.cpp 1068 if (op == OP_JOIN)
nv50_ir_lowering_nv50.cpp 932 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1;
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]

Completed in 68 milliseconds