gem5
v20.1.0.1
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
c
d
e
f
i
l
m
o
p
r
s
t
v
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
_
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
mem
cache
prefetch
slim_ampm.cc
Go to the documentation of this file.
1
29
#include "
mem/cache/prefetch/slim_ampm.hh
"
30
31
#include "params/SlimAMPMPrefetcher.hh"
32
33
namespace
Prefetcher
{
34
35
SlimAMPM::SlimAMPM
(
const
SlimAMPMPrefetcherParams*
p
)
36
:
Queued
(
p
), ampm(*
p
->ampm), dcpt(*
p
->dcpt)
37
{
38
}
39
40
void
41
SlimAMPM::calculatePrefetch
(
const
PrefetchInfo
&pfi,
42
std::vector<AddrPriority>
&addresses)
43
{
44
dcpt
.
calculatePrefetch
(pfi, addresses);
45
if
(addresses.empty()) {
46
ampm
.
calculatePrefetch
(pfi, addresses);
47
}
48
}
49
50
}
// namespace Prefetcher
51
52
Prefetcher::SlimAMPM
*
53
SlimAMPMPrefetcherParams::create()
54
{
55
return
new
Prefetcher::SlimAMPM
(
this
);
56
}
Prefetcher::AccessMapPatternMatching::calculatePrefetch
void calculatePrefetch(const Base::PrefetchInfo &pfi, std::vector< Queued::AddrPriority > &addresses)
Definition:
access_map_pattern_matching.cc:154
Prefetcher::SlimAMPM::dcpt
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
Definition:
slim_ampm.hh:55
std::vector
STL vector class.
Definition:
stl.hh:37
slim_ampm.hh
Prefetcher::SlimAMPM::ampm
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Definition:
slim_ampm.hh:53
Prefetcher
Copyright (c) 2018 Metempsy Technology Consulting All rights reserved.
Definition:
base.hh:78
Prefetcher::SlimAMPM::SlimAMPM
SlimAMPM(const SlimAMPMPrefetcherParams *p)
Definition:
slim_ampm.cc:35
Prefetcher::Queued
Definition:
queued.hh:54
Prefetcher::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:122
Prefetcher::Base::PrefetchInfo
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Definition:
base.hh:90
Prefetcher::SlimAMPM::calculatePrefetch
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Definition:
slim_ampm.cc:41
Prefetcher::SlimAMPM
Definition:
slim_ampm.hh:50
MipsISA::p
Bitfield< 0 > p
Definition:
pra_constants.hh:323
Generated on Fri Nov 6 2020 11:47:50 for gem5 by
doxygen
1.8.17