Home
last modified time | relevance | path

Searched refs:getExceptionPointerRegister (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h100 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h130 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
H A DXCoreFrameLowering.cpp168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h395 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DRISCVISelLowering.cpp8449 Register RISCVTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in RISCVTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h491 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h246 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h351 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h620 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DARMISelLowering.cpp20016 Register ARMTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1066 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp16288 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1344 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DX86ISelLowering.cpp26719 Register X86TargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in X86TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h687 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1643 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp754 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst859 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister``
863 to the landing pad through the registers specified by ``getExceptionPointerRegister``
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1258 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1291 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3000 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2511 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
2543 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1721 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function