gem5  v21.2.0.0
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 
33 namespace gem5
34 {
35 
37 namespace prefetch
38 {
39 
40 SlimAMPM::SlimAMPM(const SlimAMPMPrefetcherParams &p)
41  : Queued(p), ampm(*p.ampm), dcpt(*p.dcpt)
42 {
43 }
44 
45 void
47  std::vector<AddrPriority> &addresses)
48 {
49  dcpt.calculatePrefetch(pfi, addresses);
50  if (addresses.empty()) {
51  ampm.calculatePrefetch(pfi, addresses);
52  }
53 }
54 
55 } // namespace prefetch
56 } // namespace gem5
gem5::prefetch::SlimAMPM::SlimAMPM
SlimAMPM(const SlimAMPMPrefetcherParams &p)
Definition: slim_ampm.cc:40
gem5::prefetch::AccessMapPatternMatching::calculatePrefetch
void calculatePrefetch(const Base::PrefetchInfo &pfi, std::vector< Queued::AddrPriority > &addresses)
Definition: access_map_pattern_matching.cc:159
std::vector
STL vector class.
Definition: stl.hh:37
gem5::prefetch::DeltaCorrelatingPredictionTables::calculatePrefetch
void calculatePrefetch(const Base::PrefetchInfo &pfi, std::vector< Queued::AddrPriority > &addresses)
Computes the prefetch candidates given a prefetch event.
Definition: delta_correlating_prediction_tables.cc:127
slim_ampm.hh
gem5::prefetch::SlimAMPM::ampm
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Definition: slim_ampm.hh:58
gem5::MipsISA::p
Bitfield< 0 > p
Definition: pra_constants.hh:326
gem5::GEM5_DEPRECATED_NAMESPACE
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
gem5::prefetch::Queued
Definition: queued.hh:60
gem5::context_switch_task_id::Prefetcher
@ Prefetcher
Definition: request.hh:83
gem5
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Definition: tlb.cc:60
gem5::prefetch::SlimAMPM::calculatePrefetch
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Definition: slim_ampm.cc:46
gem5::prefetch::SlimAMPM::dcpt
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
Definition: slim_ampm.hh:60
gem5::prefetch::Base::PrefetchInfo
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Definition: base.hh:97

Generated on Tue Dec 21 2021 11:34:32 for gem5 by doxygen 1.8.17