Lines Matching refs:NewLD
1357 SDValue NewLD = DAG.getExtLoad(ExtType, DL, PVT, in PromoteLoad() local
1360 SDValue Result = DAG.getNode(ISD::TRUNCATE, DL, VT, NewLD); in PromoteLoad()
1366 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad()
15195 SDValue NewLD = in ReduceLoadOpStoreWidth() local
15199 SDValue NewVal = DAG.getNode(Opc, SDLoc(Value), NewVT, NewLD, in ReduceLoadOpStoreWidth()
15207 AddToWorklist(NewLD.getNode()); in ReduceLoadOpStoreWidth()
15210 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1)); in ReduceLoadOpStoreWidth()
15251 SDValue NewLD = in TransformFPLoadStorePair() local
15256 DAG.getStore(ST->getChain(), SDLoc(N), NewLD, ST->getBasePtr(), in TransformFPLoadStorePair()
15259 AddToWorklist(NewLD.getNode()); in TransformFPLoadStorePair()
15262 DAG.ReplaceAllUsesOfValueWith(Value.getValue(1), NewLD.getValue(1)); in TransformFPLoadStorePair()