Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.h131 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
HDXCoreFrameLowering.cpp168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.h107 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h141 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDRISCVISelLowering.cpp2920 unsigned RISCVTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in RISCVTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h477 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h239 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h357 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h533 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDARMISelLowering.cpp17427 unsigned ARMTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h505 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h954 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDPPCISelLowering.cpp15340 unsigned PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1198 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDX86ISelLowering.cpp25150 unsigned X86TargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in X86TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp1755 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
1781 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp1261 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1288 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
HDSelectionDAGBuilder.cpp2898 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFGraph.cpp754 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h1566 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function