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

/gem5/src/cpu/pred/
H A Dtage_sc_l_8KB.hh56 void initFoldedHistories(ThreadHistory & history) override;
H A Dtage_base.hh438 struct ThreadHistory { struct in class:TAGEBase
459 std::vector<ThreadHistory> threadHistory;
464 virtual void initFoldedHistories(ThreadHistory & history);
H A Dtage_sc_l.hh115 ThreadHistory & tHist, int brtype, bool taken,
H A Dtage_sc_l.cc231 ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target)
275 ThreadHistory& tHist = threadHistory[tid];
H A Dmultiperspective_perceptron_tage.hh81 void updatePathAndGlobalHistory(ThreadHistory& tHist, int brtype,
H A Dtage_base.cc146 TAGEBase::initFoldedHistories(ThreadHistory & history)
186 ThreadHistory& tHist = threadHistory[tid];
590 ThreadHistory& tHist = threadHistory[tid];
632 ThreadHistory& tHist = threadHistory[tid];
H A Dmultiperspective_perceptron_tage.cc197 ThreadHistory& tHist = threadHistory[tid];
208 ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target)
H A Dtage_sc_l_8KB.cc147 TAGE_SC_L_TAGE_8KB::initFoldedHistories(ThreadHistory & history)

Completed in 19 milliseconds