Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewST

6416       if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
6418 return SDValue(NewST, 0);
6423 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
6425 return SDValue(NewST, 0);
6492 SDValue NewST = DAG.getStore(Chain, N->getDebugLoc(),
6504 return NewST;
6551 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(),
6557 AddToWorkList(NewST.getNode());
6562 return NewST;
6675 SDValue NewST = TransformFPLoadStorePair(N);
6676 if (NewST.getNode())
6677 return NewST;