Searched refs:OP_JOIN (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 127 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()
|
D | nv50_ir_inlines.h | 268 if (op >= OP_BRA && op <= OP_JOIN) in asFlow()
|
D | nv50_ir_build_util.h | 255 op == OP_JOIN || in mkOp()
|
D | nv50_ir_peephole.cpp | 1846 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()
|
D | nv50_ir_emit_nv50.cpp | 1543 case OP_JOIN: in emitInstruction() 1721 if (insn->join || insn->op == OP_JOIN) in emitInstruction()
|
D | nv50_ir.h | 102 OP_JOIN, // converge enumerator
|
D | nv50_ir.cpp | 965 if (op == OP_JOIN) in FlowInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 721 bld.mkOp(OP_JOIN, TYPE_NONE, NULL); in handleTXL()
|
D | nv50_ir_from_sm4.cpp | 1653 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
|
D | nv50_ir_from_tgsi.cpp | 1455 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 276 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()
|
D | nv50_ir_lowering_nvc0.cpp | 529 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()
|
D | nv50_ir_emit_nvc0.cpp | 1731 case OP_JOIN: in emitInstruction() 1992 if (insn->op == OP_JOIN || insn->join) { in setDelay()
|