gem5
v19.0.0.0
|
#include <timebuf.hh>
Classes | |
class | wire |
Public Member Functions | |
TimeBuffer (int p, int f) | |
TimeBuffer () | |
~TimeBuffer () | |
void | id (int id) |
int | id () |
void | advance () |
T * | access (int idx) |
T & | operator[] (int idx) |
const T & | operator[] (int idx) const |
wire | getWire (int idx) |
wire | zero () |
unsigned | getSize () |
Protected Member Functions | |
void | valid (int idx) const |
int | calculateVectorIndex (int idx) const |
Protected Attributes | |
int | past |
int | future |
unsigned | size |
int | _id |
char * | data |
std::vector< char * > | index |
unsigned | base |
Friends | |
class | wire |
Definition at line 40 of file timebuf.hh.
|
inline |
Definition at line 140 of file timebuf.hh.
|
inline |
Definition at line 156 of file timebuf.hh.
|
inline |
Definition at line 161 of file timebuf.hh.
|
inline |
Definition at line 211 of file timebuf.hh.
Referenced by TimeBuffer< T >::wire::operator*(), TimeBuffer< T >::wire::operator->(), InstructionQueue< Impl >::processFUCompletion(), and InstructionQueue< Impl >::scheduleReadyInsts().
|
inline |
Definition at line 179 of file timebuf.hh.
Referenced by ActivityRecorder::advance(), Minor::SelfStallingPipeline< ElemType, ReportTraits, BubbleTraits >::advance(), FullO3CPU< O3CPUImpl >::drain(), Minor::Latch< Minor::ForwardInstData >::evaluate(), ActivityRecorder::reset(), DefaultIEW< Impl >::takeOverFrom(), FullO3CPU< O3CPUImpl >::tick(), and DefaultIEW< Impl >::tick().
|
inlineprotected |
Definition at line 195 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::access(), and TimeBuffer< DecodeStruct >::operator[]().
|
inline |
Definition at line 244 of file timebuf.hh.
Referenced by FullO3CPU< O3CPUImpl >::drain(), and DefaultIEW< Impl >::takeOverFrom().
|
inline |
Definition at line 232 of file timebuf.hh.
Referenced by DefaultIEW< Impl >::DefaultIEW(), Minor::Latch< Minor::ForwardInstData >::input(), Minor::Latch< Minor::ForwardInstData >::output(), DefaultDecode< Impl >::setDecodeQueue(), DefaultRename< Impl >::setDecodeQueue(), DefaultDecode< Impl >::setFetchQueue(), DefaultCommit< Impl >::setFetchQueue(), DefaultFetch< Impl >::setFetchQueue(), DefaultIEW< Impl >::setIEWQueue(), DefaultCommit< Impl >::setIEWQueue(), DefaultRename< Impl >::setRenameQueue(), DefaultIEW< Impl >::setRenameQueue(), DefaultCommit< Impl >::setRenameQueue(), DefaultDecode< Impl >::setTimeBuffer(), DefaultRename< Impl >::setTimeBuffer(), InstructionQueue< Impl >::setTimeBuffer(), DefaultIEW< Impl >::setTimeBuffer(), DefaultCommit< Impl >::setTimeBuffer(), and DefaultFetch< Impl >::setTimeBuffer().
|
inline |
Definition at line 168 of file timebuf.hh.
|
inline |
Definition at line 173 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::id().
|
inline |
Definition at line 218 of file timebuf.hh.
|
inline |
Definition at line 225 of file timebuf.hh.
|
inlineprotected |
Definition at line 52 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::calculateVectorIndex(), TimeBuffer< DecodeStruct >::getWire(), and TimeBuffer< T >::wire::set().
|
inline |
Definition at line 239 of file timebuf.hh.
|
friend |
Definition at line 58 of file timebuf.hh.
|
protected |
Definition at line 46 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::id().
|
protected |
Definition at line 50 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::calculateVectorIndex().
|
protected |
Definition at line 48 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::TimeBuffer(), and TimeBuffer< DecodeStruct >::~TimeBuffer().
|
protected |
Definition at line 44 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::advance().
|
protected |
Definition at line 49 of file timebuf.hh.
|
protected |
Definition at line 43 of file timebuf.hh.
|
protected |
Definition at line 45 of file timebuf.hh.
Referenced by TimeBuffer< DecodeStruct >::advance(), TimeBuffer< DecodeStruct >::calculateVectorIndex(), DefaultDecode< Impl >::decodeInsts(), DefaultIEW< Impl >::executeInsts(), DefaultDecode< Impl >::fetchInstsValid(), DefaultCommit< Impl >::getInsts(), TimeBuffer< DecodeStruct >::getSize(), DefaultCommit< Impl >::markCompletedInsts(), DefaultRename< Impl >::renameInsts(), DefaultDecode< Impl >::sortInsts(), DefaultRename< Impl >::sortInsts(), DefaultIEW< Impl >::sortInsts(), DefaultRename< Impl >::squash(), DefaultDecode< Impl >::squash(), DefaultFetch< Impl >::tick(), TimeBuffer< DecodeStruct >::TimeBuffer(), DefaultRename< Impl >::validInsts(), DefaultIEW< Impl >::validInstsFromRename(), and TimeBuffer< DecodeStruct >::~TimeBuffer().