Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6368 unsigned To, SmallVector<SDValue, 16> &OutLoadChains, in chainLoadsAndStoresForMemcpy() argument
6370 assert(OutLoadChains.size() && "Missing loads in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
6374 OutChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
6375 GluedLoadChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
6462 SmallVector<SDValue, 16> OutLoadChains; in getMemcpyLoadsAndStores() local
6527 OutLoadChains.push_back(Value.getValue(1)); in getMemcpyLoadsAndStores()
6551 OutChains.push_back(OutLoadChains[i]); in getMemcpyLoadsAndStores()
6558 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()
6570 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
6577 RemainingLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()