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.h304 unsigned getPSPSlotOffsetFromSP(const MachineFunction &MF) const;
H A DX86FrameLowering.cpp2091 unsigned PSPSlotOffset = getPSPSlotOffsetFromSP(MF); in emitPrologue()
2190 unsigned PSPSlotOffset = getPSPSlotOffsetFromSP(MF); in emitPrologue()
2358 X86FrameLowering::getPSPSlotOffsetFromSP(const MachineFunction &MF) const { in getPSPSlotOffsetFromSP() function in X86FrameLowering
2385 UsedSize = getPSPSlotOffsetFromSP(MF) + SlotSize; in getWinEHFuncletFrameSize()