Lines Matching refs:StackSize
350 uint64_t StackSize = getAllocatedStackSize(MF);
351 if (StackSize) {
352 // Allocate StackSize bytes.
353 int64_t Delta = -int64_t(StackSize);
426 uint64_t StackSize = getAllocatedStackSize(MF);
435 uint64_t Offset = StackSize
451 } else if (StackSize) {
453 emitIncrement(MBB, MBBI, DL, SystemZ::R15D, StackSize, ZII);
487 uint64_t StackSize = MFFrame->getStackSize();
492 if (StackSize || MFFrame->hasVarSizedObjects() || MFFrame->hasCalls())
493 StackSize += SystemZMC::CallFrameSize;
495 return StackSize;