Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp179 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in assignCalleeSavedSpillSlots() local
196 int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset); in assignCalleeSavedSpillSlots()
234 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots()
246 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in determineCalleeSaves() local
273 if (MFFrame.hasCalls()) in determineCalleeSaves()
443 MachineFrameInfo &MFFrame = MF.getFrameInfo(); in processFunctionBeforeFrameFinalized() local
453 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + in processFunctionBeforeFrameFinalized()
458 for (int I = MFFrame.getObjectIndexBegin(); I != 0; ++I) in processFunctionBeforeFrameFinalized()
459 if (MFFrame.getObjectOffset(I) >= 0) { in processFunctionBeforeFrameFinalized()
460 int64_t ArgOffset = MFFrame.getObjectOffset(I) + 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.cpp973 const MachineFrameInfo &MFFrame = MF->getFrameInfo(); in emitPPA1() local
976 const std::vector<CalleeSavedInfo> &CSI = MFFrame.getCalleeSavedInfo(); in emitPPA1()
983 MFFrame.getOffsetAdjustment() + MFFrame.getStackSize(); in emitPPA1()
1002 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1()
1009 int64_t Temp = MFFrame.getObjectOffset(CS.getFrameIdx()); in emitPPA1()
1056 MFFrame.hasStackProtectorIndex(), SavedFPRMask != 0, in emitPPA1()
1061 static_cast<uint16_t>(MFFrame.getMaxCallFrameSize() / 4)); // Parms/4. in emitPPA1()
1121 const MachineFrameInfo &MFFrame = MF->getFrameInfo(); in emitFunctionEntryLabel() local
1122 bool IsUsingAlloca = MFFrame.hasVarSizedObjects(); in emitFunctionEntryLabel()
1129 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()