reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1103 NumBytes = FrameSize - X86FI->getCalleeSavedFrameSize(); 1107 NumBytes = alignTo(NumBytes, MaxAlign); 1107 NumBytes = alignTo(NumBytes, MaxAlign); 1161 NumBytes = StackSize - X86FI->getCalleeSavedFrameSize(); 1168 MFI.setOffsetAdjustment(-NumBytes); 1175 unsigned ParentFrameNumBytes = NumBytes; 1177 NumBytes = getWinEHFuncletFrameSize(MF); 1226 NumBytes -= mergeSPUpdates(MBB, MBBI, true); 1238 uint64_t AlignedNumBytes = NumBytes; 1265 int Alloc = isEAXAlive ? NumBytes - 8 : NumBytes; 1265 int Alloc = isEAXAlive ? NumBytes - 8 : NumBytes; 1283 .addImm(isEAXAlive ? NumBytes - 4 : NumBytes) 1283 .addImm(isEAXAlive ? NumBytes - 4 : NumBytes) 1295 StackPtr, false, NumBytes - 8); 1298 StackPtr, false, NumBytes - 4); 1302 } else if (NumBytes) { 1303 emitSPUpdate(MBB, MBBI, DL, -(int64_t)NumBytes, /*InEpilogue=*/false); 1306 if (NeedsWinCFI && NumBytes) { 1309 .addImm(NumBytes) 1478 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { 1480 if (!HasFP && NumBytes) {