Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.h127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
HDXCoreFrameLowering.cpp168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYISelLowering.h79 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDCSKYISelLowering.cpp1255 Register CSKYTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in CSKYTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.h110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.h183 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDM68kISelLowering.cpp197 M68kTargetLowering::getExceptionPointerRegister(const Constant *) const { in getExceptionPointerRegister() function in M68kTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.h214 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDLoongArchISelLowering.cpp5819 Register LoongArchTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in LoongArchTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h357 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h565 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDSystemZISelLowering.cpp1396 Register SystemZTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in SystemZTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h640 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h269 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h715 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1132 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
HDPPCISelLowering.cpp17591 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1486 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h827 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBasicBlock.cpp1768 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
HDRDFGraph.cpp749 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp1401 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1434 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
HDSelectionDAGBuilder.cpp3468 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp2979 if (TLI->getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
3011 Register ExceptionReg = TLI->getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2005 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function

12