Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h79 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DCSKYISelLowering.cpp1257 Register CSKYTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in CSKYTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h200 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DLoongArchISelLowering.cpp4623 Register LoongArchTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in LoongArchTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h353 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h558 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DSystemZISelLowering.cpp1373 Register SystemZTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in SystemZTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h656 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h266 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h641 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1121 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp17379 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h804 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1480 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1740 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp749 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1290 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1323 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3273 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2814 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
2846 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1928 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function

12