Lines Matching refs:NewAlign
6891 unsigned NewAlign = MinAlign(LN0->getAlignment(), PtrOff); in ReduceLoadWidth() local
6907 LN0->isInvariant(), NewAlign, LN0->getAAInfo()); in ReduceLoadWidth()
6912 LN0->isInvariant(), NewAlign, LN0->getAAInfo()); in ReduceLoadWidth()
7325 unsigned NewAlign = DAG.getDataLayout().getABITypeAlignment( in CombineConsecutiveLoads() local
7328 if (NewAlign <= Align && in CombineConsecutiveLoads()
10826 unsigned NewAlign = St->getAlignment(); in ShrinkLoadReplaceStoreWithStore() local
10838 NewAlign = MinAlign(NewAlign, StOffset); in ShrinkLoadReplaceStoreWithStore()
10847 false, false, NewAlign).getNode(); in ShrinkLoadReplaceStoreWithStore()
10944 unsigned NewAlign = MinAlign(LD->getAlignment(), PtrOff); in ReduceLoadOpStoreWidth() local
10946 if (NewAlign < DAG.getDataLayout().getABITypeAlignment(NewVTTy)) in ReduceLoadOpStoreWidth()
10957 LD->isInvariant(), NewAlign, in ReduceLoadOpStoreWidth()
10965 false, false, NewAlign); in ReduceLoadOpStoreWidth()
12262 unsigned NewAlign = DAG.getDataLayout().getABITypeAlignment( in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
12265 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VecEltVT)) in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12268 Align = NewAlign; in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()