Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:newst

6420       if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
6422 return SDValue(NewST, 0);
6427 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
6429 return SDValue(NewST, 0);
6496 SDValue NewST = DAG.getStore(Chain, N->getDebugLoc(),
6508 return NewST;
6555 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(),
6561 AddToWorkList(NewST.getNode());
6566 return NewST;
6679 SDValue NewST = TransformFPLoadStorePair(N);
6680 if (NewST.getNode())
6681 return NewST;