Searched refs:OP_JOIN (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_inlines.h | 300 if (op >= OP_BRA && op <= OP_JOIN) in asFlow() 307 if (op >= OP_BRA && op <= OP_JOIN) in asFlow()
|
D | nv50_ir_target_nv50.cpp | 129 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo() 163 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
|
D | nv50_ir_target_nvc0.cpp | 176 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo() 211 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); in initOpInfo()
|
D | nv50_ir_build_util.h | 265 op == OP_JOIN || in mkOp()
|
D | nv50_ir_lowering_nvc0.cpp | 565 if (bb->getEntry()->op != OP_JOIN || bb->getEntry()->asFlow()->limit) in propagateJoin() 571 in->insertTail(new FlowInstruction(func, OP_JOIN, bb)); in propagateJoin() 576 exit->op = OP_JOIN; in propagateJoin() 1273 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleSharedATOMNVE4() 1367 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleSharedATOM()
|
D | nv50_ir_peephole.cpp | 2877 if (term->op != OP_JOIN) in removeFlow() 2946 rep->op != OP_JOIN && in tryPropagateBranch() 2978 if (insn && insn->op == OP_JOIN && !insn->getPredicate()) { in visit() 3057 if (bb->getEntry() && bb->getEntry()->op == OP_JOIN) in tryPredicateConditional() 3291 if (!entry || entry->op != OP_JOIN) in visit()
|
D | nv50_ir_emit_nv50.cpp | 1864 case OP_JOIN: in emitInstruction() 2062 if (insn->join || insn->op == OP_JOIN) in emitInstruction()
|
D | nv50_ir.h | 104 OP_JOIN, // converge enumerator
|
D | nv50_ir.cpp | 1070 if (op == OP_JOIN) in FlowInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2803 case OP_JOIN: in emitInstruction() 3083 if (insn->op == OP_JOIN || insn->join) { in setDelay()
|
D | nv50_ir_lowering_nv50.cpp | 932 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleTXL()
|
D | nv50_ir_emit_gk110.cpp | 2584 case OP_JOIN: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3084 case OP_JOIN: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 2074 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps()
|