Searched defs:tage (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage.hh64 TAGEBase *tage; member in class:TAGE
69 TageBranchInfo(TAGEBase &tage) : tageBranchInfo(tage.makeBranchInfo()) argument
H A Dltage.hh91 LTageBranchInfo(TAGEBase &tage, LoopPredictor &lp) argument
H A Dtage_sc_l.hh70 BranchInfo(TAGEBase &tage) : TAGEBase::BranchInfo(tage), argument
169 TageSCLBranchInfo(TAGEBase &tage, StatisticalCorrector &sc, argument
H A Dmultiperspective_perceptron_tage.hh55 BranchInfo(TAGEBase &tage) : TAGEBase::BranchInfo(tage) argument
184 TAGEBase *tage; member in class:MultiperspectivePerceptronTAGE
197 MPPTAGEBranchInfo(Addr pc, int pcshift, bool cond, TAGEBase &tage, argument
H A Dtage_base.hh157 BranchInfo(const TAGEBase &tage) argument
H A DBranchPredictor.py154 tage = Param.TAGEBase(TAGEBase(), "Tage object") variable in class:TAGE
305 tage = LTAGE_TAGE() variable in class:LTAGE
481 tage = TAGE_SC_L_TAGE_64KB() variable in class:TAGE_SC_L_64KB
492 tage = TAGE_SC_L_TAGE_8KB() variable in class:TAGE_SC_L_8KB
672 tage = Param.TAGEBase("Tage object") variable in class:MultiperspectivePerceptronTAGE
707 tage = MPP_TAGE() variable in class:MultiperspectivePerceptronTAGE64KB
751 tage = MPP_TAGE_8KB() variable in class:MultiperspectivePerceptronTAGE8KB

Completed in 15 milliseconds