gem5
v22.0.0.2
|
Branch information data type. More...
Public Member Functions | |
MPPTAGEBranchInfo (Addr pc, int pcshift, bool cond, TAGEBase &tage, LoopPredictor &loopPredictor, StatisticalCorrector &statisticalCorrector) | |
virtual | ~MPPTAGEBranchInfo () |
Public Attributes | |
TAGEBase::BranchInfo * | tageBranchInfo |
LoopPredictor::BranchInfo * | lpBranchInfo |
StatisticalCorrector::BranchInfo * | scBranchInfo |
bool | predictedTaken |
Branch information data type.
Definition at line 202 of file multiperspective_perceptron_tage.hh.
|
inline |
Definition at line 208 of file multiperspective_perceptron_tage.hh.
|
inlinevirtual |
Definition at line 217 of file multiperspective_perceptron_tage.hh.
References lpBranchInfo, scBranchInfo, and tageBranchInfo.
LoopPredictor::BranchInfo* gem5::branch_prediction::MultiperspectivePerceptronTAGE::MPPTAGEBranchInfo::lpBranchInfo |
Definition at line 205 of file multiperspective_perceptron_tage.hh.
Referenced by ~MPPTAGEBranchInfo().
bool gem5::branch_prediction::MultiperspectivePerceptronTAGE::MPPTAGEBranchInfo::predictedTaken |
Definition at line 207 of file multiperspective_perceptron_tage.hh.
StatisticalCorrector::BranchInfo* gem5::branch_prediction::MultiperspectivePerceptronTAGE::MPPTAGEBranchInfo::scBranchInfo |
Definition at line 206 of file multiperspective_perceptron_tage.hh.
Referenced by ~MPPTAGEBranchInfo().
TAGEBase::BranchInfo* gem5::branch_prediction::MultiperspectivePerceptronTAGE::MPPTAGEBranchInfo::tageBranchInfo |
Definition at line 204 of file multiperspective_perceptron_tage.hh.
Referenced by ~MPPTAGEBranchInfo().