Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:StackSize

346   uint64_t StackSize = getAllocatedStackSize(MF);
347 if (StackSize) {
348 // Allocate StackSize bytes.
349 int64_t Delta = -int64_t(StackSize);
417 uint64_t StackSize = getAllocatedStackSize(MF);
426 uint64_t Offset = StackSize + MBBI->getOperand(AddrOpNo + 1).getImm();
442 } else if (StackSize) {
444 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, StackSize, ZII);
478 uint64_t StackSize = MFFrame->getStackSize();
483 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls())
484 StackSize += SystemZMC::CallFrameSize;
486 return StackSize;