Searched refs:MFFrame (Results 1 – 4 of 4) sorted by relevance
273 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 …]
28 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in addFrameReference() local38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
925 const MachineFrameInfo &MFFrame = MF->getFrameInfo(); in emitPPA1() local928 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() local1074 bool IsUsingAlloca = MFFrame.hasVarSizedObjects(); in emitFunctionEntryLabel()1081 uint32_t DSASize = MFFrame.getStackSize(); in emitFunctionEntryLabel()
122 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in splitAdjDynAlloc() local126 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()