Home | History | Annotate | Download | only in PowerPC

Lines Matching full:framesize

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