Searched refs:CATCHRET (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLateEHPrepare.cpp | 161 if (TI->getOpcode() == WebAssembly::CATCHRET) in recordCatchRetBBs() 244 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
|
| H A D | WebAssemblyInstrInfo.cpp | 39 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
|
| H A D | WebAssemblyInstrControl.td | 173 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1223 CATCHRET, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 386 case AArch64::CATCHRET: in Lower()
|
| H A D | AArch64InstrInfo.cpp | 88 AArch64::CATCHRET), in AArch64InstrInfo() 2091 MI.getOpcode() != AArch64::CATCHRET) in expandPostRAPseudo() 2099 if (MI.getOpcode() == AArch64::CATCHRET) { in expandPostRAPseudo()
|
| H A D | AArch64FrameLowering.cpp | 2446 case AArch64::CATCHRET: in isFuncletReturnInstr()
|
| H A D | AArch64InstrInfo.td | 5638 …def CATCHRET : Pseudo<(outs), (ins am_brcond:$dst, am_brcond:$src), [(catchret bb:$dst, bb:$src)]>,
|
| H A D | AArch64ISelLowering.cpp | 3151 case AArch64::CATCHRET: in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 848 case X86::CATCHRET: in isFuncletReturnInstr()
|
| H A D | X86MCInstLower.cpp | 472 case X86::CATCHRET: { in Lower() 2292 case X86::CATCHRET: { in emitInstruction()
|
| H A D | X86FrameLowering.cpp | 2335 case X86::CATCHRET: in isFuncletReturnInstr() 2555 if (IsFunclet && Terminator->getOpcode() == X86::CATCHRET) in emitEpilogue() 3145 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
|
| 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 | 91 X86::CATCHRET, (STI.is64Bit() ? X86::RET64 : X86::RET32)), in X86InstrInfo()
|
| H A D | X86ISelLowering.cpp | 37763 case X86::CATCHRET: in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 447 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
| H A D | SelectionDAGBuilder.cpp | 2035 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other, in visitCatchRet()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 722 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|