| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 79 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | CSKYISelLowering.cpp | 1253 Register CSKYTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in CSKYTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.h | 127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| H A D | XCoreFrameLowering.cpp | 168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 168 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | LoongArchISelLowering.cpp | 2903 Register LoongArchTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in LoongArchTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 504 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | RISCVISelLowering.cpp | 13997 Register RISCVTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in RISCVTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 528 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 355 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 630 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | ARMISelLowering.cpp | 21832 Register ARMTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in ARMTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 266 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 741 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1131 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | PPCISelLowering.cpp | 17030 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1457 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ExceptionHandling.rst | 794 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister`` 798 to the landing pad through the registers specified by ``getExceptionPointerRegister``
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1641 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
|
| H A D | RDFGraph.cpp | 755 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1251 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad() 1284 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
|
| H A D | SelectionDAGBuilder.cpp | 3088 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2659 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad() 2691 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1831 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function
|