Lines Matching refs:NewChain
11567 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in CombineExtLoad() local
11571 AddToWorklist(NewChain.getNode()); in CombineExtLoad()
11580 CombineTo(N0.getNode(), Trunc, NewChain); in CombineExtLoad()
18025 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts() local
18030 NewStore = DAG.getStore(NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
18042 NewChain, DL, ExtendedStoreVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
18051 AddToWorklist(NewChain.getNode()); in mergeStoresOfConstantsOrVecElts()
24938 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores() local
24942 SDValue BetterChain = FindBetterChain(S, NewChain); in parallelizeChainedStores()
24950 SDValue BetterChain = FindBetterChain(St, NewChain); in parallelizeChainedStores()
24966 return ST->getOperand(0) != NewChain; in parallelizeChainedStores()
24970 TFOps.insert(TFOps.begin(), NewChain); in parallelizeChainedStores()