Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5428 unsigned GluedLdStLimit = MaxLdStGlue == 0 ? in getMemcpyLoadsAndStores() local
5436 if ((GluedLdStLimit <= 1) || !EnableMemCpyDAGOpt) { in getMemcpyLoadsAndStores()
5444 if (NumLdStInMemcpy <= GluedLdStLimit) { in getMemcpyLoadsAndStores()
5449 unsigned NumberLdChain = NumLdStInMemcpy / GluedLdStLimit; in getMemcpyLoadsAndStores()
5450 unsigned RemainingLdStInMemcpy = NumLdStInMemcpy % GluedLdStLimit; in getMemcpyLoadsAndStores()
5454 unsigned IndexFrom = NumLdStInMemcpy - GlueIter - GluedLdStLimit; in getMemcpyLoadsAndStores()
5459 GlueIter += GluedLdStLimit; in getMemcpyLoadsAndStores()