Lines Matching refs:NewChain
10641 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in CombineExtLoad() local
10645 AddToWorklist(NewChain.getNode()); in CombineExtLoad()
10654 CombineTo(N0.getNode(), Trunc, NewChain); in CombineExtLoad()
17046 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts() local
17052 DAG.getStore(NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
17063 NewChain, DL, ExtendedStoreVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
17072 AddToWorklist(NewChain.getNode()); in mergeStoresOfConstantsOrVecElts()
23359 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores() local
23363 SDValue BetterChain = FindBetterChain(S, NewChain); in parallelizeChainedStores()
23371 SDValue BetterChain = FindBetterChain(St, NewChain); in parallelizeChainedStores()
23387 return ST->getOperand(0) != NewChain; in parallelizeChainedStores()
23391 TFOps.insert(TFOps.begin(), NewChain); in parallelizeChainedStores()