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

/gem5/src/cpu/pred/
H A DBranchPredictor.py143 noSkip = VectorParam.Bool([], "Vector of enabled TAGE tables") variable in class:TAGEBase
260 noSkip = [0,0,1,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1, variable in class:TAGE_SC_L_TAGE_64KB
292 noSkip = [0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1] variable in class:TAGE_SC_L_TAGE_8KB
H A Dtage_base.cc66 noSkip(p->noSkip),
71 if (noSkip.empty()) {
73 noSkip.resize(nHistoryTables + 1, true);
372 if (noSkip[i] &&
381 if (noSkip[i] &&
H A Dtage_sc_l.cc149 if (noSkip[i]) {
161 if (noSkip[i]) {
H A Dtage_base.hh481 std::vector<bool> noSkip; member in class:TAGEBase
H A Dtage_sc_l_64KB.cc231 if (noSkip[i]) {
H A Dtage_sc_l_8KB.cc208 if (noSkip[i]) {
H A Dmultiperspective_perceptron_tage.cc108 if (noSkip[i]) {

Completed in 21 milliseconds