Home
last modified time | relevance | path

Searched refs:getExceptionSelectorRegister (Results 1 – 25 of 28) sorted by relevance

12

/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h134 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
H A DXCoreFrameLowering.cpp171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h84 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DCSKYISelLowering.cpp1260 Register CSKYTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in CSKYTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h117 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h188 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DM68kISelLowering.cpp202 M68kTargetLowering::getExceptionSelectorRegister(const Constant *) const { in getExceptionSelectorRegister() function in M68kTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h217 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DLoongArchISelLowering.cpp5824 Register LoongArchTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in LoongArchTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h570 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DSystemZISelLowering.cpp1401 Register SystemZTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in SystemZTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h364 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h276 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h645 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h720 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1137 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp17596 Register PPCTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in PPCTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h835 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1491 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1769 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp752 if (RegisterId R = TLI.getExceptionSelectorRegister(PF)) in getLandingPadLiveIns()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2980 TLI->getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad()
3019 Register SelectorReg = TLI->getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2012 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1437 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3469 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()

12