49 #ifndef __CPU_PRED_LTAGE 50 #define __CPU_PRED_LTAGE 58 #include "params/LTAGE.hh" 109 ThreadID tid,
Addr branch_pc,
bool cond_branch,
void* &
b)
override;
112 #endif // __CPU_PRED_LTAGE LoopPredictor::BranchInfo * lpBranchInfo
LTAGE(const LTAGEParams *params)
virtual void regStats() override
Registers statistics.
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
void squash(ThreadID tid, void *bp_history) override
virtual ~LTageBranchInfo()
const Params * params() const
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
int16_t ThreadID
Thread index/ID type.
LTageBranchInfo(TAGEBase &tage, LoopPredictor &lp)
bool predict(ThreadID tid, Addr branch_pc, bool cond_branch, void *&b) override
Get a branch prediction from LTAGE.
void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history, bool squashed, const StaticInstPtr &inst, Addr corrTarget=MaxAddr) override
Updates the BP with taken/not taken information.
LoopPredictor * loopPredictor
The loop predictor object.