Searched refs:tunedHistoryLengths (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage.hh52 std::vector<unsigned int> tunedHistoryLengths; member in class:MPP_TAGE
62 tunedHistoryLengths(p->tunedHistoryLengths)
H A DBranchPredictor.py594 tunedHistoryLengths = VectorParam.Unsigned([0, 5, 12, 15, 21, 31, 43, 64, variable in class:MPP_TAGE
718 tunedHistoryLengths = [0, 4, 8, 13, 23, 36, 56, 93, 145, 226, 359] variable in class:MPP_TAGE_8KB
H A Dmultiperspective_perceptron_tage.cc46 assert(tunedHistoryLengths.size() == (nHistoryTables+1));
48 histLengths[i] = tunedHistoryLengths[i];

Completed in 11 milliseconds