reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/LocalStackSlotAllocation.cpp
  376     int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0;
lib/CodeGen/MIRPrinter.cpp
  346   YamlMFI.LocalFrameSize = MFI.getLocalFrameSize();
lib/CodeGen/PrologEpilogInserter.cpp
  917     Offset += MFI.getLocalFrameSize();
lib/Target/AArch64/AArch64RegisterInfo.cpp
  284     return MFI.getLocalFrameSize() >= 256;
  369   Offset += MFI.getLocalFrameSize();
lib/Target/ARC/ARCRegisterInfo.cpp
  179   int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize();
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  405       MFI.getLocalFrameSize() >= 128)
  599   Offset += MFI.getLocalFrameSize();
lib/Target/Hexagon/HexagonFrameLowering.cpp
 1366   unsigned LFS = MFI.getLocalFrameSize();
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
  197     Offset += MFI.getLocalFrameSize();