Searched refs:getMaxStoresPerMemmove (Results 1 – 6 of 6) sorted by relevance
622 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() function
941 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() function
1292 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() function
3534 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
4435 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
5500 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()