Searched refs:CATCHRET (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.cpp | 34 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
|
| H A D | WebAssemblyLateEHPrepare.cpp | 165 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
|
| H A D | WebAssemblyInstrControl.td | 187 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 686 CATCHRET, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 305 case AArch64::CATCHRET: in Lower()
|
| H A D | AArch64InstrInfo.cpp | 70 AArch64::CATCHRET), in AArch64InstrInfo() 1469 MI.getOpcode() != AArch64::CATCHRET) in expandPostRAPseudo() 1475 if (MI.getOpcode() == AArch64::CATCHRET) { in expandPostRAPseudo()
|
| H A D | AArch64FrameLowering.cpp | 1223 case AArch64::CATCHRET: in isFuncletReturnInstr()
|
| H A D | AArch64ISelLowering.cpp | 1308 case AArch64::CATCHRET: in EmitInstrWithCustomInserter()
|
| H A D | AArch64InstrInfo.td | 3249 …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 D | SelectionDAGDumper.cpp | 335 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
| H A D | SelectionDAGBuilder.cpp | 1455 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other, in visitCatchRet()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 1514 case X86::CATCHRET: in isFuncletReturnInstr() 1660 if (IsFunclet && Terminator->getOpcode() == X86::CATCHRET) in emitEpilogue() 2138 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
|
| H A D | X86MCInstLower.cpp | 536 case X86::CATCHRET: { in Lower() 1645 case X86::CATCHRET: { in EmitInstruction()
|
| H A D | X86InstrCompiler.td | 179 // CATCHRET needs a custom inserter for SEH. 181 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from), 182 "# CATCHRET",
|
| H A D | X86InstrInfo.cpp | 85 X86::CATCHRET, in X86InstrInfo()
|
| H A D | X86ISelLowering.cpp | 29769 case X86::CATCHRET: in EmitInstrWithCustomInserter()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 467 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|