Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h64 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
H A DXCoreFrameLowering.cpp166 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h60 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DCSKYISelLowering.cpp1226 Register CSKYTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in CSKYTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h67 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h110 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DM68kISelLowering.cpp199 M68kTargetLowering::getExceptionPointerRegister(const Constant *) const { in getExceptionPointerRegister() function in M68kTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h251 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DLoongArchISelLowering.cpp8032 Register LoongArchTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h586 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DSystemZISelLowering.cpp1724 Register SystemZTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h359 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h267 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h661 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h280 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h348 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1149 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1573 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp630 if (MCRegister Reg = TLI.getExceptionPointerRegister(PersonalityFn)) in HoistRegionPostRA()
H A DMachineBasicBlock.cpp1791 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp748 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1417 MCRegister EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1450 if (MCRegister Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3527 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3026 if (TLI->getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
3058 Register ExceptionReg = TLI->getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2062 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function

12