Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h84 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DCSKYISelLowering.cpp1258 Register CSKYTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in CSKYTargetLowering
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h117 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h171 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DLoongArchISelLowering.cpp2908 Register LoongArchTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in LoongArchTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h509 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DRISCVISelLowering.cpp14002 Register RISCVTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h535 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h362 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h635 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DARMISelLowering.cpp21839 Register ARMTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h273 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h749 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1136 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp17035 Register PPCTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in PPCTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1462 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/openbsd-src/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst794 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister``
799 and ``getExceptionSelectorRegister`` respectively. On most platforms, they
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1642 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp758 if (RegisterId R = TLI.getExceptionSelectorRegister(PF)) in getLandingPadLiveIns()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2660 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad()
2699 Register SelectorReg = TLI.getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1838 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1287 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3089 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()

12