Searched refs:OP_EXIT (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 395 case OP_EXIT: // want exit modifier instead (on NOP if required) in isOpSupported()
|
D | nv50_ir_emit_nv50.cpp | 1541 case OP_EXIT: in emitInstruction() 1724 if (insn->exit || insn->op == OP_EXIT) in emitInstruction() 1826 insn->op = OP_EXIT; in trySetExitModifier() 1839 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT in replaceExitWithModifier() 1842 if (epilogue->getEntry()->op != OP_EXIT) { in replaceExitWithModifier()
|
D | nv50_ir_build_util.h | 254 if (op == OP_DISCARD || op == OP_EXIT || in mkOp()
|
D | nv50_ir.h | 104 OP_EXIT, enumerator
|
D | nv50_ir.cpp | 962 op == OP_RET || op == OP_EXIT) in FlowInstruction()
|
D | nv50_ir_from_sm4.cpp | 1677 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in finalizeShader()
|
D | nv50_ir_from_tgsi.cpp | 2223 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in handleInstruction()
|
D | nv50_ir_peephole.cpp | 1916 rep->op != OP_EXIT) in tryPropagateBranch()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_emit_nvc0.cpp | 1142 case OP_EXIT: code[1] = 0x80000000; mask = 1; break; in emitFlow() 1708 case OP_EXIT: in emitInstruction() 1985 if (insn->op == OP_EXIT) in setDelay()
|