Lines Matching refs:NewPtr
3221 SDValue NewPtr = LN0->getBasePtr(); in visitAND() local
3231 NewPtr = DAG.getNode(ISD::ADD, DL, PtrType, in visitAND()
3232 NewPtr, DAG.getConstant(PtrOff, DL, PtrType)); in visitAND()
3236 AddToWorklist(NewPtr.getNode()); in visitAND()
3240 LN0->getChain(), NewPtr, in visitAND()
6847 SDValue NewPtr = DAG.getNode(ISD::ADD, DL, in ReduceLoadWidth() local
6850 AddToWorklist(NewPtr.getNode()); in ReduceLoadWidth()
6854 Load = DAG.getLoad(VT, SDLoc(N0), LN0->getChain(), NewPtr, in ReduceLoadWidth()
6859 Load = DAG.getExtLoad(ExtType, SDLoc(N0), VT, LN0->getChain(),NewPtr, in ReduceLoadWidth()
10831 SDValue NewPtr = DAG.getNode(ISD::ADD, SDLoc(LD), in ReduceLoadOpStoreWidth() local
10836 LD->getChain(), NewPtr, in ReduceLoadOpStoreWidth()
10845 NewVal, NewPtr, in ReduceLoadOpStoreWidth()
10849 AddToWorklist(NewPtr.getNode()); in ReduceLoadOpStoreWidth()
12090 SDValue NewPtr = OriginalLoad->getBasePtr(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad() local
12092 EVT PtrType = NewPtr.getValueType(); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12107 NewPtr = DAG.getNode(ISD::ADD, DL, PtrType, NewPtr, Offset); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12125 ExtType, SDLoc(EVE), ResultVT, OriginalLoad->getChain(), NewPtr, MPI, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
12131 VecEltVT, SDLoc(EVE), OriginalLoad->getChain(), NewPtr, MPI, in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()