Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp248 case WebAssembly::CLEANUPRET: { in replaceFuncletReturns()
H A DWebAssemblyInstrControl.td168 defm CLEANUPRET : NRI<(outs), (ins), [(cleanupret)], "cleanupret", 0>;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h993 CLEANUPRET, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp317 case AArch64::CLEANUPRET: in Lower()
H A DAArch64FrameLowering.cpp1647 case AArch64::CLEANUPRET: in isFuncletReturnInstr()
H A DAArch64InstrInfo.td4007 def CLEANUPRET : Pseudo<(outs), (ins), [(cleanupret)]>, Sched<[]>;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp715 case X86::CLEANUPRET: in isFuncletReturnInstr()
H A DX86MCInstLower.cpp778 case X86::CLEANUPRET: { in Lower()
2402 case X86::CLEANUPRET: { in emitInstruction()
H A DX86InstrCompiler.td202 def CLEANUPRET : I<0, Pseudo, (outs), (ins), "# CLEANUPRET", [(cleanupret)]>;
H A DX86FrameLowering.cpp1908 case X86::CLEANUPRET: in isFuncletReturnInstr()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp382 case ISD::CLEANUPRET: return "cleanupret"; in getOperationName()
H A DSelectionDAGBuilder.cpp1863 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot()); in visitCleanupRet()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td593 def cleanupret : SDNode<"ISD::CLEANUPRET" , SDTNone, [SDNPHasChain]>;