Lines Matching refs:PtrOff
9437 uint64_t PtrOff = ShAmt / 8; in ReduceLoadWidth() local
9438 unsigned NewAlign = MinAlign(LN0->getAlignment(), PtrOff); in ReduceLoadWidth()
9445 DAG.getConstant(PtrOff, DL, PtrType), in ReduceLoadWidth()
9452 LN0->getPointerInfo().getWithOffset(PtrOff), NewAlign, in ReduceLoadWidth()
9456 LN0->getPointerInfo().getWithOffset(PtrOff), ExtVT, in ReduceLoadWidth()
13998 uint64_t PtrOff = ShAmt / 8; in ReduceLoadOpStoreWidth() local
14002 PtrOff = (BitWidth + 7 - NewBW) / 8 - PtrOff; in ReduceLoadOpStoreWidth()
14004 unsigned NewAlign = MinAlign(LD->getAlignment(), PtrOff); in ReduceLoadOpStoreWidth()
14011 DAG.getConstant(PtrOff, SDLoc(LD), in ReduceLoadOpStoreWidth()
14015 LD->getPointerInfo().getWithOffset(PtrOff), NewAlign, in ReduceLoadOpStoreWidth()
14022 ST->getPointerInfo().getWithOffset(PtrOff), NewAlign); in ReduceLoadOpStoreWidth()
15611 unsigned PtrOff = VecEltVT.getSizeInBits() * Elt / 8; in scalarizeExtractedVectorLoad() local
15612 Offset = DAG.getConstant(PtrOff, DL, PtrType); in scalarizeExtractedVectorLoad()
15613 MPI = OriginalLoad->getPointerInfo().getWithOffset(PtrOff); in scalarizeExtractedVectorLoad()