Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin-catchpad-nested.ll40 ; CHECK: retq # CATCHRET
44 ; CHECK: retq # CATCHRET
H A Dwin-catchpad-varargs.ll62 ; X64: retq # CATCHRET
99 ; X86: retl # CATCHRET
H A Dcatchpad-regmask.ll84 ; CHECK: retq # CATCHRET
130 ; CHECK: retq # CATCHRET
H A Dcatchpad-realign-savexmm.ll68 ; CHECK: retq # CATCHRET
H A Dwin64-funclet-preisel-intrinsics.ll73 ; CHECK: retq # CATCHRET
H A Dlate-address-taken.ll39 ; CHECK: retq # CATCHRET
H A Dwin64-funclet-savexmm.ll103 ; CHECK: retq # CATCHRET
H A Dwin64-eh-empty-block-2.mir221 CATCHRET %bb.8, %bb.0
H A Dpr48064.mir360 CATCHRET %bb.4, %bb.0
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dexception.mir55 CATCHRET %bb.2, %bb.1, implicit-def dead $arguments
79 CATCHRET %bb.2, %bb.1, implicit-def dead $arguments
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp158 if (TI->getOpcode() == WebAssembly::CATCHRET) in recordCatchRetBBs()
238 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
H A DWebAssemblyInstrInfo.cpp39 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
H A DWebAssemblyInstrControl.td164 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
/llvm-project-15.0.7/lld/test/COFF/
H A Dguard-ehcont.s106 ret # CATCHRET
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dfpo-funclet.ll26 ; CHECK: retl # CATCHRET
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1044 CATCHRET, enumerator
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp312 case AArch64::CATCHRET: in Lower()
H A DAArch64InstrInfo.cpp73 AArch64::CATCHRET), in AArch64InstrInfo()
1837 MI.getOpcode() != AArch64::CATCHRET) in expandPostRAPseudo()
1845 if (MI.getOpcode() == AArch64::CATCHRET) { in expandPostRAPseudo()
H A DAArch64FrameLowering.cpp1890 case AArch64::CATCHRET: in isFuncletReturnInstr()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp776 case X86::CATCHRET: in isFuncletReturnInstr()
H A DX86FrameLowering.cpp2095 case X86::CATCHRET: in isFuncletReturnInstr()
2275 if (IsFunclet && Terminator->getOpcode() == X86::CATCHRET) in emitEpilogue()
2796 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
H A DX86MCInstLower.cpp792 case X86::CATCHRET: { in Lower()
2467 case X86::CATCHRET: { in emitInstruction()
H A DX86InstrCompiler.td200 // CATCHRET needs a custom inserter for SEH.
202 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from),
203 "# CATCHRET",
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp389 case ISD::CATCHRET: return "catchret"; in getOperationName()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td603 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,

12