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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 127 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
159 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
nv50_ir_inlines.h 268 if (op >= OP_BRA && op <= OP_JOIN)
nv50_ir_build_util.h 255 op == OP_JOIN ||
nv50_ir_peephole.cpp     [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir.cpp 965 if (op == OP_JOIN)
nv50_ir.h 102 OP_JOIN, // converge
689 unsigned join : 1; // converge control flow (use OP_JOIN until end)
nv50_ir_lowering_nv50.cpp 721 bld.mkOp(OP_JOIN, TYPE_NONE, NULL);
nv50_ir_from_sm4.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 276 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
304 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
nv50_ir_lowering_nvc0.cpp 529 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit)
535 in->insertTail(new FlowInstruction(func, OP_JOIN, bb));
540 exit->op = OP_JOIN;
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 852 milliseconds