Searched refs:tage_bi (Results 1 - 9 of 9) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage.cc62 TAGEBase::BranchInfo *tage_bi = bi->tageBranchInfo; local
69 tage->squash(tid, taken, tage_bi, corrTarget);
78 tage->condBranchUpdate(tid, branch_pc, taken, tage_bi, nrand,
83 tage->updateHistories(tid, branch_pc, taken, tage_bi, false, inst,
H A Dtage_sc_l_8KB.hh103 BranchInfo * tage_bi, Addr corrTarget) override;
H A Dtage_sc_l.cc340 TAGE_SC_L_TAGE::getBimodePred(Addr pc, TAGEBase::BranchInfo* tage_bi) const
343 static_cast<TAGE_SC_L_TAGE::BranchInfo *>(tage_bi);
352 return TAGEBase::getBimodePred(pc, tage_bi);
419 TAGE_SC_L_TAGE::BranchInfo* tage_bi = local
428 tage->squash(tid, taken, tage_bi, corrTarget);
437 if (tage_bi->condBranch) {
H A Dtage_sc_l_64KB.hh122 BranchInfo * tage_bi, Addr corrTarget) override;
H A Dtage_sc_l.hh131 TAGEBase::BranchInfo* tage_bi) const override;
H A Dtage_sc_l_64KB.cc142 const StaticInstPtr &inst, bool taken, BranchInfo* tage_bi,
160 StatisticalCorrector::scHistoryUpdate(branch_pc, inst, taken, tage_bi,
141 scHistoryUpdate(Addr branch_pc, const StaticInstPtr &inst, bool taken, BranchInfo* tage_bi, Addr corrTarget) argument
H A Dtage_sc_l_8KB.cc105 const StaticInstPtr &inst, bool taken, BranchInfo *tage_bi,
119 StatisticalCorrector::scHistoryUpdate(branch_pc, inst, taken, tage_bi,
104 scHistoryUpdate(Addr branch_pc, const StaticInstPtr &inst, bool taken, BranchInfo *tage_bi, Addr corrTarget) argument
H A Dstatistical_corrector.hh257 BranchInfo * tage_bi, Addr corrTarget);
H A Dstatistical_corrector.cc289 const StaticInstPtr &inst, bool taken, BranchInfo * tage_bi,
288 scHistoryUpdate(Addr branch_pc, const StaticInstPtr &inst, bool taken, BranchInfo * tage_bi, Addr corrTarget) argument

Completed in 9 milliseconds