Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.h215 unsigned getPSPSlotOffsetFromSP(const MachineFunction &MF) const;
DX86FrameLowering.cpp1223 unsigned PSPSlotOffset = getPSPSlotOffsetFromSP(MF); in emitPrologue()
1313 unsigned PSPSlotOffset = getPSPSlotOffsetFromSP(MF); in emitPrologue()
1435 X86FrameLowering::getPSPSlotOffsetFromSP(const MachineFunction &MF) const { in getPSPSlotOffsetFromSP() function in X86FrameLowering
1457 UsedSize = getPSPSlotOffsetFromSP(MF) + SlotSize; in getWinEHFuncletFrameSize()