gem5
v22.1.0.0
|
#include <multiperspective_perceptron_tage.hh>
Classes | |
struct | BranchInfo |
Public Member Functions | |
MPP_TAGE (const MPP_TAGEParams &p) | |
void | calculateParameters () override |
Calculates the history lengths and some other paramters in derived classes. More... | |
void | handleTAGEUpdate (Addr branch_pc, bool taken, TAGEBase::BranchInfo *bi) override |
Handles the update of the TAGE entries. More... | |
void | handleAllocAndUReset (bool alloc, bool taken, TAGEBase::BranchInfo *bi, int nrand) override |
Handles Allocation and U bits reset on an update. More... | |
void | handleUReset () override |
Handles the U bits reset. More... | |
void | resetUctr (uint8_t &u) override |
Algorithm for resetting a single U counter. More... | |
int | bindex (Addr pc_in) const override |
Computes the index used to access the bimodal table. More... | |
bool | isHighConfidence (TAGEBase::BranchInfo *bi) const override |
unsigned | getUseAltIdx (TAGEBase::BranchInfo *bi, Addr branch_pc) override |
Calculation of the index for useAltPredForNewlyAllocated On this base TAGE implementation it is always 0. More... | |
void | adjustAlloc (bool &alloc, bool taken, bool pred_taken) override |
Extra calculation to tell whether TAGE allocaitons may happen or not on an update For this base TAGE implementation it does nothing. More... | |
void | updateHistories (ThreadID tid, Addr branch_pc, bool taken, TAGEBase::BranchInfo *b, bool speculative, const StaticInstPtr &inst, Addr target) override |
(Speculatively) updates global histories (path and direction). More... | |
void | updatePathAndGlobalHistory (ThreadHistory &tHist, int brtype, bool taken, Addr branch_pc, Addr target) |
![]() | |
TAGEBase (const TAGEBaseParams &p) | |
void | init () override |
init() is called after all C++ SimObjects have been created and all ports are connected. More... | |
virtual BranchInfo * | makeBranchInfo () |
virtual int | gindex (ThreadID tid, Addr pc, int bank) const |
Computes the index used to access a partially tagged table. More... | |
virtual int | F (int phist, int size, int bank) const |
Utility function to shuffle the path history depending on which tagged table we are accessing. More... | |
virtual uint16_t | gtag (ThreadID tid, Addr pc, int bank) const |
Computes the partial tag of a tagged table. More... | |
virtual bool | getBimodePred (Addr pc, BranchInfo *bi) const |
Get a branch prediction from the bimodal predictor. More... | |
void | baseUpdate (Addr pc, bool taken, BranchInfo *bi) |
Updates the bimodal predictor. More... | |
void | updateGHist (uint8_t *&h, bool dir, uint8_t *tab, int &PT) |
(Speculatively) updates the global branch history. More... | |
void | update (ThreadID tid, Addr branch_pc, bool taken, BranchInfo *bi) |
Update TAGE. More... | |
virtual void | squash (ThreadID tid, bool taken, BranchInfo *bi, Addr target) |
Restores speculatively updated path and direction histories. More... | |
virtual void | condBranchUpdate (ThreadID tid, Addr branch_pc, bool taken, BranchInfo *bi, int nrand, Addr corrTarget, bool pred, bool preAdjustAlloc=false) |
Update TAGE for conditional branches. More... | |
bool | tagePredict (ThreadID tid, Addr branch_pc, bool cond_branch, BranchInfo *bi) |
TAGE prediction called from TAGE::predict. More... | |
virtual void | updateStats (bool taken, BranchInfo *bi) |
Update the stats. More... | |
virtual void | buildTageTables () |
Instantiates the TAGE table entries. More... | |
virtual void | calculateIndicesAndTags (ThreadID tid, Addr branch_pc, BranchInfo *bi) |
On a prediction, calculates the TAGE indices and tags for all the different history lengths. More... | |
virtual void | extraAltCalc (BranchInfo *bi) |
Extra steps for calculating altTaken For this base TAGE class it does nothing. More... | |
void | btbUpdate (ThreadID tid, Addr branch_addr, BranchInfo *&bi) |
unsigned | getGHR (ThreadID tid, BranchInfo *bi) const |
int8_t | getCtr (int hitBank, int hitBankIndex) const |
unsigned | getTageCtrBits () const |
int | getPathHist (ThreadID tid) const |
bool | isSpeculativeUpdateEnabled () const |
size_t | getSizeInBits () const |
![]() | |
const Params & | params () const |
SimObject (const Params &p) | |
virtual | ~SimObject () |
virtual void | loadState (CheckpointIn &cp) |
loadState() is called on each SimObject when restoring from a checkpoint. More... | |
virtual void | initState () |
initState() is called on each SimObject when not restoring from a checkpoint. More... | |
virtual void | regProbePoints () |
Register probe points for this object. More... | |
virtual void | regProbeListeners () |
Register probe listeners for this object. More... | |
ProbeManager * | getProbeManager () |
Get the probe manager for this object. More... | |
virtual Port & | getPort (const std::string &if_name, PortID idx=InvalidPortID) |
Get a port with a given name and index. More... | |
virtual void | startup () |
startup() is the final initialization call before simulation. More... | |
DrainState | drain () override |
Provide a default implementation of the drain interface for objects that don't need draining. More... | |
virtual void | memWriteback () |
Write back dirty buffers to memory using functional writes. More... | |
virtual void | memInvalidate () |
Invalidate the contents of memory buffers. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
![]() | |
EventQueue * | eventQueue () const |
void | schedule (Event &event, Tick when) |
void | deschedule (Event &event) |
void | reschedule (Event &event, Tick when, bool always=false) |
void | schedule (Event *event, Tick when) |
void | deschedule (Event *event) |
void | reschedule (Event *event, Tick when, bool always=false) |
void | wakeupEventQueue (Tick when=(Tick) -1) |
This function is not needed by the usual gem5 event loop but may be necessary in derived EventQueues which host gem5 on other schedulers. More... | |
void | setCurTick (Tick newVal) |
EventManager (EventManager &em) | |
Event manger manages events in the event queue. More... | |
EventManager (EventManager *em) | |
EventManager (EventQueue *eq) | |
![]() | |
Serializable () | |
virtual | ~Serializable () |
void | serializeSection (CheckpointOut &cp, const char *name) const |
Serialize an object into a new section. More... | |
void | serializeSection (CheckpointOut &cp, const std::string &name) const |
void | unserializeSection (CheckpointIn &cp, const char *name) |
Unserialize an a child object. More... | |
void | unserializeSection (CheckpointIn &cp, const std::string &name) |
![]() | |
DrainState | drainState () const |
Return the current drain state of an object. More... | |
virtual void | notifyFork () |
Notify a child process of a fork. More... | |
![]() | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. More... | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. More... | |
virtual void | resetStats () |
Callback to reset stats. More... | |
virtual void | preDumpStats () |
Callback before stats are dumped. More... | |
void | addStat (statistics::Info *info) |
Register a stat with this group. More... | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. More... | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. More... | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. More... | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. More... | |
void | mergeStatGroup (Group *block) |
Merge the contents (stats & children) of a block to this block. More... | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
![]() | |
Named (const std::string &name_) | |
virtual | ~Named ()=default |
virtual std::string | name () const |
Private Attributes | |
std::vector< unsigned int > | tunedHistoryLengths |
Additional Inherited Members | |
![]() | |
enum | { BIMODAL_ONLY = 0 , TAGE_LONGEST_MATCH , BIMODAL_ALT_MATCH , TAGE_ALT_MATCH , LAST_TAGE_PROVIDER_TYPE = TAGE_ALT_MATCH } |
![]() | |
typedef SimObjectParams | Params |
![]() | |
template<typename T > | |
static void | ctrUpdate (T &ctr, bool taken, int nbits) |
Updates a direction counter based on the actual branch outcome. More... | |
static void | unsignedCtrUpdate (uint8_t &ctr, bool up, unsigned nbits) |
Updates an unsigned counter based on up/down parameter. More... | |
![]() | |
static void | serializeAll (const std::string &cpt_dir) |
Create a checkpoint by serializing all SimObjects in the system. More... | |
static SimObject * | find (const char *name) |
Find the SimObject with the given name and return a pointer to it. More... | |
static void | setSimObjectResolver (SimObjectResolver *resolver) |
There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. More... | |
static SimObjectResolver * | getSimObjectResolver () |
There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. More... | |
![]() | |
static const std::string & | currentSection () |
Gets the fully-qualified name of the active section. More... | |
static void | generateCheckpointOut (const std::string &cpt_dir, std::ofstream &outstream) |
Generate a checkpoint file so that the serialization can be routed to it. More... | |
![]() | |
virtual void | initFoldedHistories (ThreadHistory &history) |
Initialization of the folded histories. More... | |
![]() | |
Drainable () | |
virtual | ~Drainable () |
virtual void | drainResume () |
Resume execution after a successful drain. More... | |
void | signalDrainDone () const |
Signal that an object is drained. More... | |
![]() | |
const unsigned | logRatioBiModalHystEntries |
const unsigned | nHistoryTables |
const unsigned | tagTableCounterBits |
const unsigned | tagTableUBits |
const unsigned | histBufferSize |
const unsigned | minHist |
const unsigned | maxHist |
const unsigned | pathHistBits |
std::vector< unsigned > | tagTableTagWidths |
std::vector< int > | logTagTableSizes |
std::vector< bool > | btablePrediction |
std::vector< bool > | btableHysteresis |
TageEntry ** | gtable |
std::vector< ThreadHistory > | threadHistory |
int * | histLengths |
int * | tableIndices |
int * | tableTags |
std::vector< int8_t > | useAltPredForNewlyAllocated |
int64_t | tCounter |
uint64_t | logUResetPeriod |
const int64_t | initialTCounterValue |
unsigned | numUseAltOnNa |
unsigned | useAltOnNaBits |
unsigned | maxNumAlloc |
std::vector< bool > | noSkip |
const bool | speculativeHistUpdate |
const unsigned | instShiftAmt |
bool | initialized |
gem5::branch_prediction::TAGEBase::TAGEBaseStats | stats |
![]() | |
const SimObjectParams & | _params |
Cached copy of the object parameters. More... | |
![]() | |
EventQueue * | eventq |
A pointer to this object's event queue. More... | |
Definition at line 57 of file multiperspective_perceptron_tage.hh.
|
inline |
Definition at line 69 of file multiperspective_perceptron_tage.hh.
|
overridevirtual |
Extra calculation to tell whether TAGE allocaitons may happen or not on an update For this base TAGE implementation it does nothing.
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 183 of file multiperspective_perceptron_tage.cc.
References gem5::Random::random(), and gem5::random_mt.
|
overridevirtual |
Computes the index used to access the bimodal table.
pc_in | The unshifted branch PC. |
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 167 of file multiperspective_perceptron_tage.cc.
References gem5::branch_prediction::TAGEBase::logTagTableSizes, and gem5::MipsISA::pc.
|
overridevirtual |
Calculates the history lengths and some other paramters in derived classes.
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 50 of file multiperspective_perceptron_tage.cc.
References gem5::branch_prediction::TAGEBase::histLengths, gem5::ArmISA::i, gem5::branch_prediction::TAGEBase::nHistoryTables, and tunedHistoryLengths.
|
overridevirtual |
Calculation of the index for useAltPredForNewlyAllocated On this base TAGE implementation it is always 0.
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 174 of file multiperspective_perceptron_tage.cc.
References gem5::PowerISA::bi, gem5::branch_prediction::TAGEBase::nHistoryTables, and gem5::branch_prediction::TAGEBase::numUseAltOnNa.
|
overridevirtual |
Handles Allocation and U bits reset on an update.
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 95 of file multiperspective_perceptron_tage.cc.
References gem5::ArmISA::a, gem5::PowerISA::bi, gem5::branch_prediction::TAGEBase::TageEntry::ctr, gem5::branch_prediction::TAGEBase::gtable, handleUReset(), gem5::ArmISA::i, gem5::branch_prediction::TAGEBase::nHistoryTables, gem5::branch_prediction::TAGEBase::noSkip, gem5::Random::random(), gem5::random_mt, gem5::branch_prediction::TAGEBase::TageEntry::tag, gem5::branch_prediction::TAGEBase::tCounter, and gem5::branch_prediction::TAGEBase::TageEntry::u.
|
overridevirtual |
Handles the update of the TAGE entries.
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 59 of file multiperspective_perceptron_tage.cc.
References gem5::branch_prediction::TAGEBase::baseUpdate(), gem5::PowerISA::bi, gem5::branch_prediction::TAGEBase::TageEntry::ctr, gem5::branch_prediction::TAGEBase::ctrUpdate(), gem5::branch_prediction::TAGEBase::gtable, gem5::branch_prediction::TAGEBase::tagTableCounterBits, gem5::branch_prediction::TAGEBase::tagTableUBits, and gem5::branch_prediction::TAGEBase::TageEntry::u.
|
overridevirtual |
Handles the U bits reset.
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 136 of file multiperspective_perceptron_tage.cc.
References gem5::branch_prediction::TAGEBase::gtable, gem5::ArmISA::i, gem5::ArmISA::j, gem5::branch_prediction::TAGEBase::logTagTableSizes, gem5::branch_prediction::TAGEBase::logUResetPeriod, gem5::branch_prediction::TAGEBase::nHistoryTables, resetUctr(), gem5::branch_prediction::TAGEBase::tCounter, and gem5::ArmISA::u.
Referenced by handleAllocAndUReset().
|
overridevirtual |
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 237 of file multiperspective_perceptron_tage.cc.
References gem5::PowerISA::bi, gem5::branch_prediction::TAGEBase::btableHysteresis, gem5::branch_prediction::TAGEBase::btablePrediction, gem5::branch_prediction::TAGEBase::TageEntry::ctr, gem5::branch_prediction::TAGEBase::gtable, gem5::branch_prediction::TAGEBase::logRatioBiModalHystEntries, and gem5::branch_prediction::TAGEBase::tagTableCounterBits.
|
overridevirtual |
Algorithm for resetting a single U counter.
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 157 of file multiperspective_perceptron_tage.cc.
References gem5::ArmISA::u.
Referenced by handleUReset().
|
overridevirtual |
(Speculatively) updates global histories (path and direction).
Also recomputes compressed (folded) histories based on the branch direction.
tid | The thread ID to select the histories to update. |
branch_pc | The unshifted branch PC. |
taken | (Predicted) branch direction. |
b | Wrapping pointer to BranchInfo (to allow storing derived class prediction information in the base class). |
Reimplemented from gem5::branch_prediction::TAGEBase.
Definition at line 192 of file multiperspective_perceptron_tage.cc.
References gem5::StaticInst::isDirectCtrl(), gem5::StaticInst::isUncondCtrl(), gem5::branch_prediction::TAGEBase::speculativeHistUpdate, gem5::branch_prediction::TAGEBase::threadHistory, and updatePathAndGlobalHistory().
void gem5::branch_prediction::MPP_TAGE::updatePathAndGlobalHistory | ( | ThreadHistory & | tHist, |
int | brtype, | ||
bool | taken, | ||
Addr | branch_pc, | ||
Addr | target | ||
) |
Definition at line 212 of file multiperspective_perceptron_tage.cc.
References gem5::branch_prediction::TAGEBase::ThreadHistory::computeIndices, gem5::branch_prediction::TAGEBase::ThreadHistory::computeTags, gem5::branch_prediction::TAGEBase::ThreadHistory::gHist, gem5::branch_prediction::TAGEBase::ThreadHistory::globalHistory, gem5::ArmISA::i, gem5::branch_prediction::TAGEBase::nHistoryTables, gem5::Serializable::path, gem5::branch_prediction::TAGEBase::ThreadHistory::pathHist, gem5::branch_prediction::TAGEBase::ThreadHistory::ptGhist, gem5::VegaISA::t, gem5::branch_prediction::TAGEBase::FoldedHistory::update(), and gem5::branch_prediction::TAGEBase::updateGHist().
Referenced by updateHistories().
|
private |
Definition at line 59 of file multiperspective_perceptron_tage.hh.
Referenced by calculateParameters().