Home
last modified time | relevance | path

Searched refs:MFFrame (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp273 if (MFFrame.hasCalls()) in determineCalleeSaves()
459 if (MFFrame.getObjectOffset(I) >= 0) { in processFunctionBeforeFrameFinalized()
565 MFFrame.setStackSize(MFFrame.getStackSize() + SystemZMC::ELFCallFrameSize); in emitPrologue()
603 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
607 if (HasStackObject || MFFrame.hasCalls()) in emitPrologue()
613 MFFrame.setStackSize(StackSize); in emitPrologue()
924 if (MFFrame.hasCalls()) in isXPLeafCandidate()
928 if (MFFrame.hasVarSizedObjects()) in isXPLeafCandidate()
932 if (MFFrame.adjustsStack()) in isXPLeafCandidate()
956 if (MFFrame.estimateStackSize(MF) > 0) in isXPLeafCandidate()
[all …]
H A DSystemZInstrBuilder.h28 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in addFrameReference() local
38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
H A DSystemZAsmPrinter.cpp925 const MachineFrameInfo &MFFrame = MF->getFrameInfo(); in emitPPA1() local
928 const std::vector<CalleeSavedInfo> &CSI = MFFrame.getCalleeSavedInfo(); in emitPPA1()
935 MFFrame.getOffsetAdjustment() + MFFrame.getStackSize(); in emitPPA1()
954 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1()
961 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1()
1008 MFFrame.hasStackProtectorIndex(), SavedFPRMask != 0, in emitPPA1()
1013 static_cast<uint16_t>(MFFrame.getMaxCallFrameSize() / 4)); // Parms/4. in emitPPA1()
1073 const MachineFrameInfo &MFFrame = MF->getFrameInfo(); in emitFunctionEntryLabel() local
1074 bool IsUsingAlloca = MFFrame.hasVarSizedObjects(); in emitFunctionEntryLabel()
1081 uint32_t DSASize = MFFrame.getStackSize(); in emitFunctionEntryLabel()
H A DSystemZInstrInfo.cpp122 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in splitAdjDynAlloc() local
126 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()