Searched refs:CATCHRET (Results 1 – 18 of 18) sorted by relevance
/openbsd-src/gnu/llvm/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 | 164 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1043 CATCHRET, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 336 case AArch64::CATCHRET: in Lower()
|
H A D | AArch64InstrInfo.cpp | 74 AArch64::CATCHRET), in AArch64InstrInfo() 1876 MI.getOpcode() != AArch64::CATCHRET) in expandPostRAPseudo() 1884 if (MI.getOpcode() == AArch64::CATCHRET) { in expandPostRAPseudo()
|
H A D | AArch64FrameLowering.cpp | 1913 case AArch64::CATCHRET: in isFuncletReturnInstr()
|
H A D | AArch64InstrInfo.td | 4431 …def CATCHRET : Pseudo<(outs), (ins am_brcond:$dst, am_brcond:$src), [(catchret bb:$dst, bb:$src)]>,
|
H A D | AArch64ISelLowering.cpp | 2786 case AArch64::CATCHRET: in EmitInstrWithCustomInserter()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 776 case X86::CATCHRET: in isFuncletReturnInstr()
|
H A D | X86FrameLowering.cpp | 2168 case X86::CATCHRET: in isFuncletReturnInstr() 2356 if (IsFunclet && Terminator->getOpcode() == X86::CATCHRET) in emitEpilogue() 2881 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
|
H A D | X86MCInstLower.cpp | 791 case X86::CATCHRET: { in Lower() 2523 case X86::CATCHRET: { in emitInstruction()
|
H A D | X86InstrCompiler.td | 200 // CATCHRET needs a custom inserter for SEH. 202 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from), 203 "# CATCHRET",
|
H A D | X86InstrInfo.cpp | 88 X86::CATCHRET, in X86InstrInfo()
|
H A D | X86ISelLowering.cpp | 37257 case X86::CATCHRET: in EmitInstrWithCustomInserter()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 394 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
H A D | SelectionDAGBuilder.cpp | 1793 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other, in visitCatchRet()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 612 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|