Home
last modified time | relevance | path

Searched refs:getPSPSlotOffsetFromSP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h64 unsigned getPSPSlotOffsetFromSP(const MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h262 unsigned getPSPSlotOffsetFromSP(const MachineFunction &MF) const;
H A DX86FrameLowering.cpp2028 unsigned PSPSlotOffset = getPSPSlotOffsetFromSP(MF); in emitPrologue()
2127 unsigned PSPSlotOffset = getPSPSlotOffsetFromSP(MF); in emitPrologue()
2295 X86FrameLowering::getPSPSlotOffsetFromSP(const MachineFunction &MF) const { in getPSPSlotOffsetFromSP() function in X86FrameLowering
2322 UsedSize = getPSPSlotOffsetFromSP(MF) + SlotSize; in getWinEHFuncletFrameSize()