| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 84 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | CSKYISelLowering.cpp | 1226 Register CSKYTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in CSKYTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.h | 137 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| H A D | XCoreFrameLowering.cpp | 171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 111 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | exception-pointer-register.ll | 7 ; Before getExceptionPointerRegister() and getExceptionSelectorRegister()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 494 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | RISCVISelLowering.cpp | 12285 Register RISCVTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in RISCVTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 537 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 362 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 250 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 640 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | ARMISelLowering.cpp | 21723 Register ARMTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in ARMTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1125 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | PPCISelLowering.cpp | 16810 Register PPCTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in PPCTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 731 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1410 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | X86ISelLowering.cpp | 28263 Register X86TargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1618 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
|
| H A D | RDFGraph.cpp | 755 if (RegisterId R = TLI.getExceptionSelectorRegister(PF)) in getLandingPadLiveIns()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ExceptionHandling.rst | 859 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister`` 864 and ``getExceptionSelectorRegister`` respectively. On most platforms, they
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2642 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad() 2681 Register SelectorReg = TLI.getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1805 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1263 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
|
| H A D | SelectionDAGBuilder.cpp | 3029 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()
|