Home
last modified time | relevance | path

Searched refs:OutLoadChains (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6723 unsigned To, SmallVector<SDValue, 16> &OutLoadChains, in chainLoadsAndStoresForMemcpy() argument
6725 assert(OutLoadChains.size() && "Missing loads in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
6729 OutChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
6730 GluedLoadChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
6822 SmallVector<SDValue, 16> OutLoadChains; in getMemcpyLoadsAndStores() local
6889 OutLoadChains.push_back(Value.getValue(1)); in getMemcpyLoadsAndStores()
6913 OutChains.push_back(OutLoadChains[i]); in getMemcpyLoadsAndStores()
6920 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()
6932 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
6939 RemainingLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()