Lines Matching refs:OutChains
7778 SmallVector<SDValue, 32> &OutChains, unsigned From, in chainLoadsAndStoresForMemcpy() argument
7785 OutChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
7798 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
7881 SmallVector<SDValue, 32> OutChains; in getMemcpyLoadsAndStores() local
7920 OutChains.push_back(Store); in getMemcpyLoadsAndStores()
7970 OutChains.push_back(OutLoadChains[i]); in getMemcpyLoadsAndStores()
7971 OutChains.push_back(OutStoreChains[i]); in getMemcpyLoadsAndStores()
7976 chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, 0, in getMemcpyLoadsAndStores()
7988 chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, IndexFrom, IndexTo, in getMemcpyLoadsAndStores()
7995 chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, 0, in getMemcpyLoadsAndStores()
8002 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains); in getMemcpyLoadsAndStores()
8072 SmallVector<SDValue, 8> OutChains; in getMemmoveLoadsAndStores() local
8094 OutChains.clear(); in getMemmoveLoadsAndStores()
8104 OutChains.push_back(Store); in getMemmoveLoadsAndStores()
8108 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains); in getMemmoveLoadsAndStores()
8181 SmallVector<SDValue, 8> OutChains; in getMemsetStores() local
8238 OutChains.push_back(Store); in getMemsetStores()
8243 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains); in getMemsetStores()