Lines Matching refs:NewST
17625 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
17627 return NewST; in ReduceLoadOpStoreWidth()
17632 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
17634 return NewST; in ReduceLoadOpStoreWidth()
17709 SDValue NewST = in ReduceLoadOpStoreWidth() local
17719 return NewST; in ReduceLoadOpStoreWidth()
17768 SDValue NewST = in TransformFPLoadStorePair() local
17773 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair()
17777 return NewST; in TransformFPLoadStorePair()
19043 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
19044 return NewST; in visitSTORE()
24951 SDValue NewST; in parallelizeChainedStores() local
24953 NewST = DAG.getTruncStore(BetterChain, SDLoc(St), St->getValue(), in parallelizeChainedStores()
24957 NewST = DAG.getStore(BetterChain, SDLoc(St), St->getValue(), in parallelizeChainedStores()
24960 TFOps.push_back(NewST); in parallelizeChainedStores()