Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h84 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DCSKYISelLowering.cpp1226 Register CSKYTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in CSKYTargetLowering
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h111 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dexception-pointer-register.ll7 ; Before getExceptionPointerRegister() and getExceptionSelectorRegister()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h494 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DRISCVISelLowering.cpp12285 Register RISCVTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h537 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h362 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h250 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h640 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DARMISelLowering.cpp21723 Register ARMTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1125 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DPPCISelLowering.cpp16810 Register PPCTargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h731 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1410 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
H A DX86ISelLowering.cpp28263 Register X86TargetLowering::getExceptionSelectorRegister( in getExceptionSelectorRegister() function in X86TargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1618 ExceptionSelector = TLI.getExceptionSelectorRegister(PersonalityFn); in liveout_begin()
H A DRDFGraph.cpp755 if (RegisterId R = TLI.getExceptionSelectorRegister(PF)) in getLandingPadLiveIns()
/llvm-project-15.0.7/llvm/docs/
H A DExceptionHandling.rst859 * ``getExceptionPointerRegister`` and ``getExceptionSelectorRegister``
864 and ``getExceptionSelectorRegister`` respectively. On most platforms, they
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2642 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 DTargetLowering.h1805 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1263 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp3029 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()