Home
last modified time | relevance | path

Searched refs:OP_JOIN (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp127 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
159 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_inlines.h268 if (op >= OP_BRA && op <= OP_JOIN) in asFlow()
Dnv50_ir_build_util.h255 op == OP_JOIN || in mkOp()
Dnv50_ir_peephole.cpp1846 if (term->op != OP_JOIN) in removeFlow()
1915 rep->op != OP_JOIN && in tryPropagateBranch()
1934 if (insn && insn->op == OP_JOIN && !insn->getPredicate()) { in visit()
2010 if (bb->getEntry() && bb->getEntry()->op == OP_JOIN) in tryPredicateConditional()
2152 if (!entry || entry->op != OP_JOIN) in visit()
Dnv50_ir_emit_nv50.cpp1543 case OP_JOIN: in emitInstruction()
1721 if (insn->join || insn->op == OP_JOIN) in emitInstruction()
Dnv50_ir.h102 OP_JOIN, // converge enumerator
Dnv50_ir.cpp965 if (op == OP_JOIN) in FlowInstruction()
Dnv50_ir_lowering_nv50.cpp721 bld.mkOp(OP_JOIN, TYPE_NONE, NULL); in handleTXL()
Dnv50_ir_from_sm4.cpp1653 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
Dnv50_ir_from_tgsi.cpp1455 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp276 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
304 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
Dnv50_ir_lowering_nvc0.cpp529 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit) in propagateJoin()
535 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); in propagateJoin()
540 exit->op = OP_JOIN; in propagateJoin()
Dnv50_ir_emit_nvc0.cpp1731 case OP_JOIN: in emitInstruction()
1992 if (insn->op == OP_JOIN || insn->join) { in setDelay()