Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h132 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
H A DXCoreFrameLowering.cpp169 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h108 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h450 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h232 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
H A DRDFGraph.cpp773 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h355 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h421 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h507 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DARMISelLowering.cpp15100 unsigned ARMTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h880 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp14245 unsigned PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1256 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
1282 unsigned ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1084 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DX86ISelLowering.cpp22934 unsigned X86TargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1182 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1209 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp2548 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1438 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function