Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5638 unsigned To, SmallVector<SDValue, 16> &OutLoadChains, in chainLoadsAndStoresForMemcpy() argument
5640 assert(OutLoadChains.size() && "Missing loads in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
5644 OutChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
5645 GluedLoadChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
5725 SmallVector<SDValue, 16> OutLoadChains; in getMemcpyLoadsAndStores() local
5789 OutLoadChains.push_back(Value.getValue(1)); in getMemcpyLoadsAndStores()
5812 OutChains.push_back(OutLoadChains[i]); in getMemcpyLoadsAndStores()
5819 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()
5831 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
5838 RemainingLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()