| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 79 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | CSKYISelLowering.cpp | 1255 Register CSKYTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in CSKYTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 183 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | M68kISelLowering.cpp | 197 M68kTargetLowering::getExceptionPointerRegister(const Constant *) const { in getExceptionPointerRegister() function in M68kTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 214 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | LoongArchISelLowering.cpp | 5819 Register LoongArchTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in LoongArchTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 565 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | SystemZISelLowering.cpp | 1396 Register SystemZTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in SystemZTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 357 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 269 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 640 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 715 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1132 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | PPCISelLowering.cpp | 17591 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 827 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1486 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1768 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
|
| H A D | RDFGraph.cpp | 749 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1401 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad() 1434 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
|
| H A D | SelectionDAGBuilder.cpp | 3468 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2979 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 D | TargetLowering.h | 2005 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function
|