Searched refs:updateHistories (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage.cc83 tage->updateHistories(tid, branch_pc, taken, tage_bi, false, inst,
113 tage->updateHistories(tid, branch_pc, retval, bi->tageBranchInfo, true);
131 tage->updateHistories(tid, br_pc, true, bi->tageBranchInfo, true);
H A Dltage.cc131 tage->updateHistories(tid, branch_pc, taken, bi->tageBranchInfo, false,
H A Dmultiperspective_perceptron_tage.hh77 void updateHistories(ThreadID tid, Addr branch_pc, bool taken,
218 void updateHistories(ThreadID tid, MPPTAGEBranchInfo &bi, bool taken);
H A Dmultiperspective_perceptron_tage.cc187 MPP_TAGE::updateHistories( function in class:MPP_TAGE
471 MultiperspectivePerceptronTAGE::updateHistories(ThreadID tid, function in class:MultiperspectivePerceptronTAGE
625 tage->updateHistories(tid, instPC, taken, bi->tageBranchInfo, false,
649 updateHistories(tid, *bi, taken);
674 tage->updateHistories(tid, instPC, taken, bi->tageBranchInfo,
H A Dtage_sc_l.hh99 void updateHistories(
H A Dtage_sc_l.cc265 TAGE_SC_L_TAGE::updateHistories( function in class:TAGE_SC_L_TAGE
463 tage->updateHistories(tid, branch_pc, taken, bi->tageBranchInfo, false,
H A Dtage_base.hh290 virtual void updateHistories(
H A Dtage_base.cc583 TAGEBase::updateHistories(ThreadID tid, Addr branch_pc, bool taken, function in class:TAGEBase

Completed in 18 milliseconds