| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 84 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | CSKYISelLowering.cpp | 1258 Register CSKYTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in CSKYTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.h | 134 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| H A D | XCoreFrameLowering.cpp | 171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 117 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 171 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | LoongArchISelLowering.cpp | 2908 Register LoongArchTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in LoongArchTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 509 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | RISCVISelLowering.cpp | 14002 Register RISCVTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in RISCVTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 535 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 362 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 635 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | ARMISelLowering.cpp | 21839 Register ARMTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in ARMTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 273 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 749 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1136 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | PPCISelLowering.cpp | 17035 Register PPCTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in PPCTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1462 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ExceptionHandling.rst | 794 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister`` 799 and ``getExceptionSelectorRegister`` respectively. On most platforms, they
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1642 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
|
| H A D | RDFGraph.cpp | 758 if (RegisterId R = TLI.getExceptionSelectorRegister(PF)) in getLandingPadLiveIns()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2660 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad() 2699 Register SelectorReg = TLI.getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1838 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1287 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
|
| H A D | SelectionDAGBuilder.cpp | 3089 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()
|