Searched refs:btbUpdate (Results 1 - 14 of 14) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage.hh88 void btbUpdate(ThreadID tid, Addr branch_addr, void* &bp_history) override;
H A D2bit_local.hh87 void btbUpdate(ThreadID tid, Addr branch_addr, void * &bp_history);
H A Dbi_mode.hh63 void btbUpdate(ThreadID tid, Addr branch_addr, void * &bp_history);
H A Dtage.cc119 TAGE::btbUpdate(ThreadID tid, Addr branch_pc, void* &bp_history) function in class:TAGE
122 tage->btbUpdate(tid, branch_pc, bi->tageBranchInfo);
H A D2bit_local.cc66 LocalBP::btbUpdate(ThreadID tid, Addr branch_addr, void * &bp_history) function in class:LocalBP
H A Dtournament.hh95 void btbUpdate(ThreadID tid, Addr branch_addr, void * &bp_history);
H A Dbi_mode.cc142 BiModeBP::btbUpdate(ThreadID tid, Addr branchAddr, void * &bpHistory)
H A Dbpred_unit.hh152 virtual void btbUpdate(ThreadID tid, Addr instPC, void * &bp_history) = 0;
H A Dtournament.cc165 TournamentBP::btbUpdate(ThreadID tid, Addr branch_addr, void * &bp_history) function in class:TournamentBP
H A Dtage_base.hh411 void btbUpdate(ThreadID tid, Addr branch_addr, BranchInfo* &bi);
H A Dbpred_unit.cc272 btbUpdate(tid, pc.instAddr(), bp_history);
274 "[tid:%i] [sn:%llu] btbUpdate "
H A Dmultiperspective_perceptron.cc810 MultiperspectivePerceptron::btbUpdate(ThreadID tid, Addr branch_pc, function in class:MultiperspectivePerceptron
H A Dmultiperspective_perceptron.hh1033 void btbUpdate(ThreadID tid, Addr branch_addr, void* &bp_history) override;
H A Dtage_base.cc183 TAGEBase::btbUpdate(ThreadID tid, Addr branch_pc, BranchInfo* &bi) function in class:TAGEBase

Completed in 28 milliseconds