Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5265 unsigned To, SmallVector<SDValue, 16> &OutLoadChains, in chainLoadsAndStoresForMemcpy() argument
5267 assert(OutLoadChains.size() && "Missing loads in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
5271 OutChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
5272 GluedLoadChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
5352 SmallVector<SDValue, 16> OutLoadChains; in getMemcpyLoadsAndStores() local
5416 OutLoadChains.push_back(Value.getValue(1)); in getMemcpyLoadsAndStores()
5439 OutChains.push_back(OutLoadChains[i]); in getMemcpyLoadsAndStores()
5446 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()
5458 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
5465 RemainingLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()