Home | History | Annotate | Download | only in X86

Lines Matching defs:StackSize

2700   unsigned StackSize = CCInfo.getNextStackOffset();
2704 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
2713 MFI->CreateFixedObject(1, StackSize, true));
2850 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
2872 FuncInfo->setArgumentStackSize(StackSize);
3473 X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
3479 int64_t Offset = StackSize;