|
gem5
v19.0.0.0
|
#include <statistical_corrector.hh>
Public Member Functions | |
| BranchInfo () | |
Public Attributes | |
| bool | lowConf |
| bool | highConf |
| bool | altConf |
| bool | medConf |
| bool | scPred |
| int | lsum |
| int | thres |
| bool | predBeforeSC |
| bool | usedScPred |
Definition at line 189 of file statistical_corrector.hh.
|
inline |
Definition at line 191 of file statistical_corrector.hh.
| bool StatisticalCorrector::BranchInfo::altConf |
Definition at line 200 of file statistical_corrector.hh.
Referenced by TAGE_SC_L::predict().
| bool StatisticalCorrector::BranchInfo::highConf |
Definition at line 199 of file statistical_corrector.hh.
Referenced by MPP_StatisticalCorrector::condBranchUpdate(), StatisticalCorrector::condBranchUpdate(), TAGE_SC_L_8KB_StatisticalCorrector::getIndBiasBank(), TAGE_SC_L_64KB_StatisticalCorrector::getIndBiasBank(), StatisticalCorrector::getIndBiasSK(), MultiperspectivePerceptronTAGE::lookup(), TAGE_SC_L::predict(), MPP_StatisticalCorrector::scPredict(), and StatisticalCorrector::scPredict().
| bool StatisticalCorrector::BranchInfo::lowConf |
Definition at line 198 of file statistical_corrector.hh.
Referenced by StatisticalCorrector::getIndBias(), TAGE_SC_L_8KB_StatisticalCorrector::getIndBiasBank(), TAGE_SC_L_64KB_StatisticalCorrector::getIndBiasBank(), TAGE_SC_L::predict(), and StatisticalCorrector::scPredict().
| int StatisticalCorrector::BranchInfo::lsum |
Definition at line 204 of file statistical_corrector.hh.
Referenced by MPP_StatisticalCorrector::condBranchUpdate(), StatisticalCorrector::condBranchUpdate(), StatisticalCorrector::gUpdate(), MPP_StatisticalCorrector::scPredict(), StatisticalCorrector::scPredict(), and MultiperspectivePerceptronTAGE::update().
| bool StatisticalCorrector::BranchInfo::medConf |
Definition at line 201 of file statistical_corrector.hh.
Referenced by StatisticalCorrector::condBranchUpdate(), TAGE_SC_L::predict(), and StatisticalCorrector::scPredict().
| bool StatisticalCorrector::BranchInfo::predBeforeSC |
Definition at line 206 of file statistical_corrector.hh.
Referenced by MPP_StatisticalCorrector::condBranchUpdate(), StatisticalCorrector::condBranchUpdate(), MPP_StatisticalCorrector::getIndBias(), StatisticalCorrector::getIndBias(), TAGE_SC_L_8KB_StatisticalCorrector::getIndBiasBank(), TAGE_SC_L_64KB_StatisticalCorrector::getIndBiasBank(), MPP_StatisticalCorrector::getIndBiasSK(), StatisticalCorrector::getIndBiasSK(), MPP_StatisticalCorrector_8KB::gPredictions(), MPP_StatisticalCorrector_64KB::gPredictions(), TAGE_SC_L_64KB_StatisticalCorrector::gPredictions(), MPP_StatisticalCorrector_8KB::gUpdates(), MPP_StatisticalCorrector_64KB::gUpdates(), TAGE_SC_L_64KB_StatisticalCorrector::gUpdates(), MPP_StatisticalCorrector::scPredict(), and StatisticalCorrector::scPredict().
| bool StatisticalCorrector::BranchInfo::scPred |
Definition at line 203 of file statistical_corrector.hh.
Referenced by MPP_StatisticalCorrector::scPredict(), StatisticalCorrector::scPredict(), and StatisticalCorrector::updateStats().
| int StatisticalCorrector::BranchInfo::thres |
Definition at line 205 of file statistical_corrector.hh.
Referenced by MPP_StatisticalCorrector::condBranchUpdate(), StatisticalCorrector::condBranchUpdate(), MPP_StatisticalCorrector::scPredict(), StatisticalCorrector::scPredict(), and MultiperspectivePerceptronTAGE::update().
| bool StatisticalCorrector::BranchInfo::usedScPred |
Definition at line 207 of file statistical_corrector.hh.
Referenced by TAGE_SC_L::predict(), and StatisticalCorrector::scPredict().