Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Alignment

544     /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
546 /// alignment, not its logarithm.
613 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
614 /// means there isn't a need to check it against alignment requirement,
656 // save area. The element type defines the alignment requirement and
682 unsigned Alignment;
686 ReuseLoadInfo() : IsInvariant(false), Alignment(0), Ranges(nullptr) {}