Home
last modified time | relevance | path

Searched refs:getReturnProtector (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsFrameLowering.h50 const ReturnProtectorLowering *getReturnProtector() const override;
DMipsFrameLowering.cpp158 const ReturnProtectorLowering *MipsFrameLowering::getReturnProtector() const { in getReturnProtector() function in MipsFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h179 const ReturnProtectorLowering *getReturnProtector() const override;
DPPCFrameLowering.cpp2711 const ReturnProtectorLowering *PPCFrameLowering::getReturnProtector() const { in getReturnProtector() function in PPCFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h42 const ReturnProtectorLowering *getReturnProtector() const override;
DAArch64FrameLowering.cpp3809 const ReturnProtectorLowering *AArch64FrameLowering::getReturnProtector() const { in getReturnProtector() function in AArch64FrameLowering
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h217 virtual const ReturnProtectorLowering *getReturnProtector() const { in getReturnProtector() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86FrameLowering.h86 const ReturnProtectorLowering *getReturnProtector() const override;
DX86FrameLowering.cpp3944 const ReturnProtectorLowering *X86FrameLowering::getReturnProtector() const { in getReturnProtector() function in X86FrameLowering
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp227 const ReturnProtectorLowering *RPL = TFI->getReturnProtector(); in runOnMachineFunction()
406 const ReturnProtectorLowering *RPL = TFI->getReturnProtector(); in calculateSaveRestoreBlocks()
485 if (TFI->getReturnProtector()) in assignCalleeSavedSpillSlots()
486 TFI->getReturnProtector()->saveReturnProtectorRegister(F, CSI); in assignCalleeSavedSpillSlots()