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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h131 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
H A DXCoreFrameLowering.cpp168 TL->getExceptionPointerRegister(PersonalityFn)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h107 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h141 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DRISCVISelLowering.cpp2920 unsigned RISCVTargetLowering::getExceptionPointerRegister( function in class:RISCVTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h239 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h477 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h505 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h357 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h533 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DARMISelLowering.cpp17427 unsigned ARMTargetLowering::getExceptionPointerRegister( function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h954 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp15340 unsigned PPCTargetLowering::getExceptionPointerRegister( function in class:PPCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1198 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DX86ISelLowering.cpp25150 unsigned X86TargetLowering::getExceptionPointerRegister(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1261 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn);
1288 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn))
H A DSelectionDAGBuilder.cpp2898 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1755 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 &&
1781 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1566 getExceptionPointerRegister(const Constant *PersonalityFn) const { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp754 if (RegisterId R = TLI.getExceptionPointerRegister(PF))

Completed in 393 milliseconds