49#ifndef __CPU_PRED_LTAGE_HH__
50#define __CPU_PRED_LTAGE_HH__
58#include "params/LTAGE.hh"
63namespace branch_prediction
75 Addr corrTarget)
override;
115 ThreadID tid,
Addr branch_pc,
bool cond_branch,
void* &
b)
override;
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,...
void squash(ThreadID tid, void *bp_history) override
void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history, bool squashed, const StaticInstPtr &inst, Addr corrTarget) override
Updates the BP with taken/not taken information.
@ LAST_LTAGE_PROVIDER_TYPE
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
bool predict(ThreadID tid, Addr branch_pc, bool cond_branch, void *&b) override
Get a branch prediction from LTAGE.
LoopPredictor * loopPredictor
The loop predictor object.
@ LAST_TAGE_PROVIDER_TYPE
const Params & params() const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
int16_t ThreadID
Thread index/ID type.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
LoopPredictor::BranchInfo * lpBranchInfo
virtual ~LTageBranchInfo()
LTageBranchInfo(TAGEBase &tage, LoopPredictor &lp)