Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h79 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DCSKYISelLowering.cpp1221 Register CSKYTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in CSKYTargetLowering
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h104 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dexception-pointer-register.ll7 ; Before getExceptionPointerRegister() and getExceptionSelectorRegister()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h489 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DRISCVISelLowering.cpp12280 Register RISCVTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h530 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h355 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h243 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h635 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DARMISelLowering.cpp21716 Register ARMTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1120 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp16805 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h723 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1405 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DX86ISelLowering.cpp28255 Register X86TargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in X86TargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1617 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp752 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/llvm-project-15.0.7/llvm/docs/
H A DExceptionHandling.rst859 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister``
863 to the landing pad through the registers specified by ``getExceptionPointerRegister``
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1227 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1260 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3028 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2641 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
2673 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1798 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function