Searched refs:tage_pred (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/pred/
H A Dloop_predictor.hh182 * @param tage_pred tage prediction of the branch
184 void loopUpdate(Addr pc, bool Taken, BranchInfo* bi, bool tage_pred);
199 * @param tage_pred Prediction from TAGE
205 bool tage_pred, BranchInfo* bi, unsigned instShiftAmt);
H A Dloop_predictor.cc177 LoopPredictor::loopUpdate(Addr pc, bool taken, BranchInfo* bi, bool tage_pred) argument
190 } else if (bi->loopPred != tage_pred || optionalAgeInc()) {
327 bool tage_pred, BranchInfo* bi,
346 loopUpdate(branch_pc, taken, bi, tage_pred);
326 condBranchUpdate(ThreadID tid, Addr branch_pc, bool taken, bool tage_pred, BranchInfo* bi, unsigned instShiftAmt) argument

Completed in 7 milliseconds