Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:FrameSize

437   unsigned FrameSize = MFI->getStackSize();
442 FrameSize = MaxCFA + RoundUpToAlignment(FrameSize, MaxAlign);
443 MFI->setStackSize(FrameSize);
843 unsigned FrameSize = MFI.getStackSize();
905 // there will be no SP -= FrameSize), so the frame size should not be
909 FrameSize+Offset;