Searched refs:CATCHRET (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 158 if (TI->getOpcode() == WebAssembly::CATCHRET) in recordCatchRetBBs() 238 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
|
H A D | WebAssemblyInstrInfo.cpp | 39 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
|
H A D | WebAssemblyInstrControl.td | 163 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1154 CATCHRET, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 382 case AArch64::CATCHRET: in Lower()
|
H A D | AArch64InstrInfo.cpp | 84 AArch64::CATCHRET), in AArch64InstrInfo() 1969 MI.getOpcode() != AArch64::CATCHRET) in expandPostRAPseudo() 1977 if (MI.getOpcode() == AArch64::CATCHRET) { in expandPostRAPseudo()
|
H A D | AArch64FrameLowering.cpp | 2259 case AArch64::CATCHRET: in isFuncletReturnInstr()
|
H A D | AArch64InstrInfo.td | 5164 …def CATCHRET : Pseudo<(outs), (ins am_brcond:$dst, am_brcond:$src), [(catchret bb:$dst, bb:$src)]>,
|
H A D | AArch64ISelLowering.cpp | 3177 case AArch64::CATCHRET: in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 472 case X86::CATCHRET: { in Lower() 2237 case X86::CATCHRET: { in emitInstruction()
|
H A D | X86RegisterInfo.cpp | 835 case X86::CATCHRET: in isFuncletReturnInstr()
|
H A D | X86FrameLowering.cpp | 2272 case X86::CATCHRET: in isFuncletReturnInstr() 2490 if (IsFunclet && Terminator->getOpcode() == X86::CATCHRET) in emitEpilogue() 3081 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
|
H A D | X86InstrCompiler.td | 201 // CATCHRET needs a custom inserter for SEH. 203 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from), 204 "# CATCHRET",
|
H A D | X86InstrInfo.cpp | 90 X86::CATCHRET, (STI.is64Bit() ? X86::RET64 : X86::RET32)), in X86InstrInfo()
|
H A D | X86ISelLowering.cpp | 36548 case X86::CATCHRET: in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 427 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
H A D | SelectionDAGBuilder.cpp | 2009 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other, in visitCatchRet()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 685 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|