Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7414 unsigned To, SmallVector<SDValue, 16> &OutLoadChains, in chainLoadsAndStoresForMemcpy() argument
7416 assert(OutLoadChains.size() && "Missing loads in memcpy inlining"); in chainLoadsAndStoresForMemcpy()
7420 OutChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
7421 GluedLoadChains.push_back(OutLoadChains[i]); in chainLoadsAndStoresForMemcpy()
7514 SmallVector<SDValue, 16> OutLoadChains; in getMemcpyLoadsAndStores() local
7581 OutLoadChains.push_back(Value.getValue(1)); in getMemcpyLoadsAndStores()
7605 OutChains.push_back(OutLoadChains[i]); in getMemcpyLoadsAndStores()
7612 NumLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()
7624 OutLoadChains, OutStoreChains); in getMemcpyLoadsAndStores()
7631 RemainingLdStInMemcpy, OutLoadChains, in getMemcpyLoadsAndStores()