Searched refs:getMaxStoresPerMemcpy (Results 1 – 4 of 4) sorted by relevance
1179 Limit = TLI->getMaxStoresPerMemcpy(F->hasMinSize()); in getNumMemOps()
1858 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy() function
9177 uint64_t Limit = TLI.getMaxStoresPerMemcpy(OptSize); in lowerMemCpyFamily()
7837 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores()