Lines Matching refs:NewLD
1136 SDValue NewLD = DAG.getExtLoad(ExtType, dl, PVT, in PromoteLoad() local
1139 SDValue Result = DAG.getNode(ISD::TRUNCATE, dl, VT, NewLD); in PromoteLoad()
1148 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad()
9885 SDValue NewLD = DAG.getLoad(NewVT, SDLoc(N0), in ReduceLoadOpStoreWidth() local
9891 SDValue NewVal = DAG.getNode(Opc, SDLoc(Value), NewVT, NewLD, in ReduceLoadOpStoreWidth()
9899 AddToWorklist(NewLD.getNode()); in ReduceLoadOpStoreWidth()
9902 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1)); in ReduceLoadOpStoreWidth()
9945 SDValue NewLD = DAG.getLoad(IntVT, SDLoc(Value), in TransformFPLoadStorePair() local
9950 SDValue NewST = DAG.getStore(NewLD.getValue(1), SDLoc(N), in TransformFPLoadStorePair()
9951 NewLD, ST->getBasePtr(), in TransformFPLoadStorePair()
9955 AddToWorklist(NewLD.getNode()); in TransformFPLoadStorePair()
9958 DAG.ReplaceAllUsesOfValueWith(Value.getValue(1), NewLD.getValue(1)); in TransformFPLoadStorePair()