Searched refs:shiftValues (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dindirect_memory.cc40 shiftValues(p->shift_values), prefetchThreshold(p->prefetch_threshold),
48 IndirectPatternDetectorEntry(p->addr_array_len, shiftValues.size())),
207 for (int shift : shiftValues) {
229 for (int shift : shiftValues) {
H A Dindirect_memory.hh57 const std::vector<int> shiftValues; member in class:IndirectMemoryPrefetcher
133 * elements in the shiftValues array.

Completed in 10 milliseconds