Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h137 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
H A DXCoreFrameLowering.cpp171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h107 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h419 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DRISCVISelLowering.cpp8908 Register RISCVTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in RISCVTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h519 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h358 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h253 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h639 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DARMISelLowering.cpp20742 Register ARMTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in ARMTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1089 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp16404 Register PPCTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in PPCTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h696 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1349 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DX86ISelLowering.cpp26895 Register X86TargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1618 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp757 if (RegisterId R = TLI.getExceptionSelectorRegister(PF)) in getLandingPadLiveIns()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2555 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad()
2594 Register SelectorReg = TLI.getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1751 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1303 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3002 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()