Home
last modified time | relevance | path

Searched refs:CATCHRET (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp34 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
H A DWebAssemblyLateEHPrepare.cpp165 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
H A DWebAssemblyInstrControl.td187 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h686 CATCHRET, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp305 case AArch64::CATCHRET: in Lower()
H A DAArch64InstrInfo.cpp70 AArch64::CATCHRET), in AArch64InstrInfo()
1469 MI.getOpcode() != AArch64::CATCHRET) in expandPostRAPseudo()
1475 if (MI.getOpcode() == AArch64::CATCHRET) { in expandPostRAPseudo()
H A DAArch64FrameLowering.cpp1223 case AArch64::CATCHRET: in isFuncletReturnInstr()
H A DAArch64ISelLowering.cpp1308 case AArch64::CATCHRET: in EmitInstrWithCustomInserter()
H A DAArch64InstrInfo.td3249 …def CATCHRET : Pseudo<(outs), (ins am_brcond:$dst, am_brcond:$src), [(catchret bb:$dst, bb:$src)]>,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp335 case ISD::CATCHRET: return "catchret"; in getOperationName()
H A DSelectionDAGBuilder.cpp1455 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other, in visitCatchRet()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1514 case X86::CATCHRET: in isFuncletReturnInstr()
1660 if (IsFunclet && Terminator->getOpcode() == X86::CATCHRET) in emitEpilogue()
2138 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
H A DX86MCInstLower.cpp536 case X86::CATCHRET: { in Lower()
1645 case X86::CATCHRET: { in EmitInstruction()
H A DX86InstrCompiler.td179 // CATCHRET needs a custom inserter for SEH.
181 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from),
182 "# CATCHRET",
H A DX86InstrInfo.cpp85 X86::CATCHRET, in X86InstrInfo()
H A DX86ISelLowering.cpp29769 case X86::CATCHRET: in EmitInstrWithCustomInserter()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td467 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,