Lines Matching full:stacksize
2786 unsigned StackSize = CCInfo.getNextStackOffset();
2790 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
2799 MFI->CreateFixedObject(1, StackSize, true));
2936 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
2958 FuncInfo->setArgumentStackSize(StackSize);
3596 X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
3602 int64_t Offset = StackSize;