| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 84 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | CSKYISelLowering.cpp | 1260 Register CSKYTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in CSKYTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 117 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 188 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | M68kISelLowering.cpp | 202 M68kTargetLowering::getExceptionSelectorRegister(const Constant *) const { in getExceptionSelectorRegister() function in M68kTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 217 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | LoongArchISelLowering.cpp | 5824 Register LoongArchTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in LoongArchTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 570 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | SystemZISelLowering.cpp | 1401 Register SystemZTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in SystemZTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 364 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 276 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 645 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 720 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1137 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| H A D | PPCISelLowering.cpp | 17596 Register PPCTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in PPCTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 835 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1491 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1769 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
|
| H A D | RDFGraph.cpp | 752 if (RegisterId R = TLI.getExceptionSelectorRegister(PF)) in getLandingPadLiveIns()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2980 TLI->getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad() 3019 Register SelectorReg = TLI->getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2012 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() function
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1437 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
|
| H A D | SelectionDAGBuilder.cpp | 3469 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()
|