| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.h | 130 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| H A D | XCoreFrameLowering.cpp | 168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 100 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 414 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | RISCVISelLowering.cpp | 8903 Register RISCVTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in RISCVTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 512 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 351 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 246 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 634 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | ARMISelLowering.cpp | 20735 Register ARMTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in ARMTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1084 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | PPCISelLowering.cpp | 16399 Register PPCTargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in PPCTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 688 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1344 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
|
| H A D | X86ISelLowering.cpp | 26887 Register X86TargetLowering::getExceptionPointerRegister( in getExceptionPointerRegister() function in X86TargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1617 ExceptionPointer = TLI.getExceptionPointerRegister(PersonalityFn); in liveout_begin()
|
| H A D | RDFGraph.cpp | 754 if (RegisterId R = TLI.getExceptionPointerRegister(PF)) in getLandingPadLiveIns()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1267 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad() 1300 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
|
| H A D | SelectionDAGBuilder.cpp | 3001 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2554 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad() 2586 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1744 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() function
|