gem5 v23.0.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
slim_ampm.cc
Go to the documentation of this file.
1
30
31#include "params/SlimAMPMPrefetcher.hh"
32
33namespace gem5
34{
35
36namespace prefetch
37{
38
39SlimAMPM::SlimAMPM(const SlimAMPMPrefetcherParams &p)
40 : Queued(p), ampm(*p.ampm), dcpt(*p.dcpt)
41{
42}
43
44void
47{
48 dcpt.calculatePrefetch(pfi, addresses);
49 if (addresses.empty()) {
50 ampm.calculatePrefetch(pfi, addresses);
51 }
52}
53
54} // namespace prefetch
55} // namespace gem5
void calculatePrefetch(const Base::PrefetchInfo &pfi, std::vector< Queued::AddrPriority > &addresses)
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Definition base.hh:97
void calculatePrefetch(const Base::PrefetchInfo &pfi, std::vector< Queued::AddrPriority > &addresses)
Computes the prefetch candidates given a prefetch event.
SlimAMPM(const SlimAMPMPrefetcherParams &p)
Definition slim_ampm.cc:39
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
Definition slim_ampm.hh:59
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Definition slim_ampm.cc:45
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Definition slim_ampm.hh:57
STL vector class.
Definition stl.hh:37
Bitfield< 0 > p
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....

Generated on Mon Jul 10 2023 15:32:04 for gem5 by doxygen 1.9.7