Lines Matching defs:StackSize
194 // .cfi_def_cfa_offset StackSize
195 // .cfi_offset fp, -StackSize
196 // .cfi_offset blink, -StackSize+4
245 uint64_t StackSize = MF.getFrameInfo().getStackSize();
249 // the stack pointer to a known spot (fp - StackSize).
250 // Then, replace the frame pointer by (new) [sp,StackSize-4].
251 // Then, move the stack pointer the rest of the way (sp = sp + StackSize).
254 if (isUInt<6>(StackSize))
258 .addImm(StackSize);
280 if (unsigned MoveAmount = StackSize - AmountAboveFunclet) {
288 .addImm(StackSize - AmountAboveFunclet);