Go to the documentation of this file.
44 #include "debug/Fetch.hh"
45 #include "debug/LTage.hh"
50 namespace branch_prediction
54 :
TAGE(params), loopPredictor(params.loop_predictor)
75 bi->lpBranchInfo, pred_taken,
78 if (
bi->lpBranchInfo->loopPredUsed) {
79 bi->tageBranchInfo->provider =
LOOP;
81 DPRINTF(LTage,
"Predict for %lx: taken?:%d, loopTaken?:%d, "
82 "loopValid?:%d, loopUseCounter:%d, tagePred:%d, altPred:%d\n",
83 branch_pc, pred_taken,
bi->lpBranchInfo->loopPred,
84 bi->lpBranchInfo->loopPredValid,
86 bi->tageBranchInfo->tagePred,
bi->tageBranchInfo->altTaken);
90 bi->lpBranchInfo->predTaken = pred_taken;
108 tage->
squash(tid, taken,
bi->tageBranchInfo, corrTarget);
110 if (
bi->tageBranchInfo->condBranch) {
118 if (
bi->tageBranchInfo->condBranch) {
119 DPRINTF(LTage,
"Updating tables for branch:%lx; taken?:%d\n",
129 nrand, corrTarget,
bi->lpBranchInfo->predTaken);
143 if (
bi->tageBranchInfo->condBranch) {
virtual void squash(ThreadID tid, bool taken, BranchInfo *bi, Addr target)
Restores speculatively updated path and direction histories.
virtual void squash(ThreadID tid, void *bp_history) override
bool isSpeculativeUpdateEnabled() const
void squashLoop(BranchInfo *bi)
virtual void updateStats(bool taken, BranchInfo *bi)
Update the stats.
virtual void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
void squash(ThreadID tid, void *bp_history) override
void squash(ThreadID tid, BranchInfo *bi)
bool loopPredict(ThreadID tid, Addr branch_pc, bool cond_branch, BranchInfo *bi, bool prev_pred_taken, unsigned instShiftAmt)
Get the loop prediction.
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.
LTAGE(const LTAGEParams ¶ms)
std::enable_if_t< std::is_integral< T >::value, T > random()
Use the SFINAE idiom to choose an implementation based on whether the type is integral or floating po...
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
virtual void updateHistories(ThreadID tid, Addr branch_pc, bool taken, BranchInfo *b, bool speculative, const StaticInstPtr &inst=nullStaticInstPtr, Addr target=MaxAddr)
(Speculatively) updates global histories (path and direction).
void condBranchUpdate(ThreadID tid, Addr branch_pc, bool taken, bool tage_pred, BranchInfo *bi, unsigned instShiftAmt)
Update LTAGE for conditional branches.
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.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
bool predict(ThreadID tid, Addr branch_pc, bool cond_branch, void *&b) override
Get a branch prediction from LTAGE.
const unsigned instShiftAmt
Number of bits to shift instructions by for predictor addresses.
int8_t getLoopUseCounter() const
Gets the value of the loop use counter.
void updateStats(bool taken, BranchInfo *bi)
Update the stats.
LoopPredictor * loopPredictor
The loop predictor object.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
int16_t ThreadID
Thread index/ID type.
bool tagePredict(ThreadID tid, Addr branch_pc, bool cond_branch, BranchInfo *bi)
TAGE prediction called from TAGE::predict.
Generated on Wed Jul 28 2021 12:10:24 for gem5 by doxygen 1.8.17