Lines Matching refs:NewLD
1673 SDValue NewLD = DAG.getExtLoad(ExtType, DL, PVT, in PromoteLoad() local
1676 SDValue Result = DAG.getNode(ISD::TRUNCATE, DL, VT, NewLD); in PromoteLoad()
1682 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad()
19986 SDValue NewLD = in ReduceLoadOpStoreWidth() local
19990 SDValue NewVal = DAG.getNode(Opc, SDLoc(Value), NewVT, NewLD, in ReduceLoadOpStoreWidth()
19998 AddToWorklist(NewLD.getNode()); in ReduceLoadOpStoreWidth()
20001 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1)); in ReduceLoadOpStoreWidth()
20048 SDValue NewLD = in TransformFPLoadStorePair() local
20053 DAG.getStore(ST->getChain(), SDLoc(N), NewLD, ST->getBasePtr(), in TransformFPLoadStorePair()
20056 AddToWorklist(NewLD.getNode()); in TransformFPLoadStorePair()
20059 DAG.ReplaceAllUsesOfValueWith(Value.getValue(1), NewLD.getValue(1)); in TransformFPLoadStorePair()