Home | History | Annotate | Download | only in CodeGen

Lines Matching full:maxalign

633   unsigned MaxAlign = getMaxAlignment();
652 MaxAlign = std::max(Align, MaxAlign);
671 // SP not FP. Align to MaxAlign so this works.
672 StackAlign = std::max(StackAlign, MaxAlign);