Lines Matching refs:PtrOff
3027 unsigned PtrOff = LVTStoreBytes - EVTStoreBytes; in visitAND() local
3029 NewPtr, DAG.getConstant(PtrOff, PtrType)); in visitAND()
3030 Alignment = MinAlign(Alignment, PtrOff); in visitAND()
6387 uint64_t PtrOff = ShAmt / 8; in ReduceLoadWidth() local
6388 unsigned NewAlign = MinAlign(LN0->getAlignment(), PtrOff); in ReduceLoadWidth()
6391 DAG.getConstant(PtrOff, PtrType)); in ReduceLoadWidth()
6397 LN0->getPointerInfo().getWithOffset(PtrOff), in ReduceLoadWidth()
6402 LN0->getPointerInfo().getWithOffset(PtrOff), in ReduceLoadWidth()
9871 uint64_t PtrOff = ShAmt / 8; in ReduceLoadOpStoreWidth() local
9875 PtrOff = (BitWidth + 7 - NewBW) / 8 - PtrOff; in ReduceLoadOpStoreWidth()
9877 unsigned NewAlign = MinAlign(LD->getAlignment(), PtrOff); in ReduceLoadOpStoreWidth()
9884 DAG.getConstant(PtrOff, Ptr.getValueType())); in ReduceLoadOpStoreWidth()
9887 LD->getPointerInfo().getWithOffset(PtrOff), in ReduceLoadOpStoreWidth()
9895 ST->getPointerInfo().getWithOffset(PtrOff), in ReduceLoadOpStoreWidth()
10920 unsigned PtrOff = VecEltVT.getSizeInBits() * Elt / 8; in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
10922 PtrOff = InVecVT.getSizeInBits() / 8 - PtrOff; in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
10923 Offset = DAG.getConstant(PtrOff, PtrType); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
10924 MPI = OriginalLoad->getPointerInfo().getWithOffset(PtrOff); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()