Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
H A DXCoreFrameLowering.cpp168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h79 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DCSKYISelLowering.cpp1255 Register CSKYTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in CSKYTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h183 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DM68kISelLowering.cpp197 M68kTargetLowering::getExceptionPointerRegister(const Constant *) const { in getExceptionPointerRegister() function in M68kTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h214 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DLoongArchISelLowering.cpp5819 Register LoongArchTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in LoongArchTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h565 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DSystemZISelLowering.cpp1396 Register SystemZTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in SystemZTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h357 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h269 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h640 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h715 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1132 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp17591 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h827 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1486 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1768 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp749 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1401 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1434 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3468 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2979 if (TLI->getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
3011 Register ExceptionReg = TLI->getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2005 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function

12