Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.h127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
DXCoreFrameLowering.cpp168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcISelLowering.h110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h504 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
DRISCVISelLowering.cpp13997 Register RISCVTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in RISCVTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.h355 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h528 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h266 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.h630 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
DARMISelLowering.cpp21832 Register ARMTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in ARMTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h741 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1131 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
DPPCISelLowering.cpp17030 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1457 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
DX86ISelLowering.cpp28827 Register X86TargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in X86TargetLowering
/openbsd/src/gnu/llvm/llvm/docs/
DExceptionHandling.rst794 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister``
798 to the landing pad through the registers specified by ``getExceptionPointerRegister``
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1641 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
DRDFGraph.cpp755 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1251 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1284 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
DSelectionDAGBuilder.cpp3088 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2659 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
2691 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h1831 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function