Searched refs:nHistoryTables (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage_base.cc51 nHistoryTables(p->nHistoryTables),
73 noSkip.resize(nHistoryTables + 1, true);
113 histLengths = new int [nHistoryTables+1];
117 assert(tagTableTagWidths.size() == (nHistoryTables+1));
118 assert(logTagTableSizes.size() == (nHistoryTables+1));
125 history.computeIndices = new FoldedHistory[nHistoryTables+1];
126 history.computeTags[0] = new FoldedHistory[nHistoryTables+1];
127 history.computeTags[1] = new FoldedHistory[nHistoryTables+1];
137 gtable = new TageEntry*[nHistoryTables
[all...]
H A Dtage_sc_l.cc80 unsigned numHistLengths = nHistoryTables/2;
96 for (int i = nHistoryTables; i > 1; i--)
101 for (int i = 1; i <= nHistoryTables; i++)
122 for (int i = firstLongTagTable + 1; i <= nHistoryTables; ++i) {
133 for (int i = 1; i <= nHistoryTables; i += 2) {
148 for (int i = firstLongTagTable; i <= nHistoryTables; i++) {
256 for (int i = 1; i <= nHistoryTables; i++) {
H A DBranchPredictor.py114 nHistoryTables = Param.Unsigned(7, "Number of history tables") variable in class:TAGEBase
157 nHistoryTables = 12 variable in class:LTAGE_TAGE
245 nHistoryTables = 36 variable in class:TAGE_SC_L_TAGE_64KB
276 nHistoryTables = 30 variable in class:TAGE_SC_L_TAGE_8KB
585 nHistoryTables = 15 variable in class:MPP_TAGE
715 nHistoryTables = 10 variable in class:MPP_TAGE_8KB
H A Dmultiperspective_perceptron_tage.cc46 assert(tunedHistoryLengths.size() == (nHistoryTables+1));
47 for (int i = 0; i <= nHistoryTables; i += 1) {
107 for (int i = dep; i <= nHistoryTables; i += 1) {
140 for (int i = 1; i <= nHistoryTables; i++) {
174 ((bi->hitBank > (nHistoryTables / 3)) ? 1 : 0);
223 for (int i = 1; i <= nHistoryTables; i++) {
H A Dtage_sc_l_8KB.cc151 for (int i = 1; i <= nHistoryTables; i++) {
201 for (int I = calcDep(bi); I < nHistoryTables; I += 2) {
205 if (i > nHistoryTables) {
H A Dtage_base.hh167 int sz = tage.nHistoryTables + 1;
421 const unsigned nHistoryTables; member in class:TAGEBase
H A Dtage_sc_l_64KB.cc227 for (int I = calcDep(bi); I < nHistoryTables; I += 2) {

Completed in 20 milliseconds