Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:FrameSize

267 ///   addi   R0, SP, \#frameSize ; get the address of the previous frame
289 unsigned FrameSize = MFI->getStackSize();
297 // Determine the previous frame's address. If FrameSize can't be
307 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) {
310 .addImm(FrameSize);