Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp274 if (MFFrame.hasCalls()) in determineCalleeSaves()
460 if (MFFrame.getObjectOffset(I) >= 0) { in processFunctionBeforeFrameFinalized()
566 MFFrame.setStackSize(MFFrame.getStackSize() + SystemZMC::ELFCallFrameSize); in emitPrologue()
604 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
614 MFFrame.setStackSize(StackSize); in emitPrologue()
928 if (MFFrame.hasCalls()) in isXPLeafCandidate()
932 if (MFFrame.hasVarSizedObjects()) in isXPLeafCandidate()
936 if (MFFrame.adjustsStack()) in isXPLeafCandidate()
960 if (MFFrame.estimateStackSize(MF) > 0) in isXPLeafCandidate()
1472 MFFrame.setMaxCallFrameSize( in processFunctionBeforeFrameFinalized()
[all …]
H A DSystemZInstrBuilder.h28 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in addFrameReference() local
38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
H A DSystemZAsmPrinter.cpp1239 const MachineFrameInfo &MFFrame = MF->getFrameInfo(); in emitPPA1() local
1242 const std::vector<CalleeSavedInfo> &CSI = MFFrame.getCalleeSavedInfo(); in emitPPA1()
1249 MFFrame.getOffsetAdjustment() + MFFrame.getStackSize(); in emitPPA1()
1268 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1()
1275 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1()
1329 MFFrame.hasStackProtectorIndex(), SavedFPRMask != 0, in emitPPA1()
1539 const MachineFrameInfo &MFFrame = MF->getFrameInfo(); in emitFunctionEntryLabel() local
1540 bool IsUsingAlloca = MFFrame.hasVarSizedObjects(); in emitFunctionEntryLabel()
1541 uint32_t DSASize = MFFrame.getStackSize(); in emitFunctionEntryLabel()
1542 bool IsLeaf = DSASize == 0 && MFFrame.getCalleeSavedInfo().empty(); in emitFunctionEntryLabel()
H A DSystemZInstrInfo.cpp135 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in splitAdjDynAlloc() local
139 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()