Searched refs:LTAGE (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/pred/
H A Dltage.cc50 LTAGE::LTAGE(const LTAGEParams *params) function in class:LTAGE
56 LTAGE::init()
63 LTAGE::predict(ThreadID tid, Addr branch_pc, bool cond_branch, void* &b)
94 LTAGE::update(ThreadID tid, Addr branch_pc, bool taken, void* bp_history,
138 LTAGE::squash(ThreadID tid, void *bp_history)
150 LTAGE::regStats()
155 LTAGE*
158 return new LTAGE(this);
H A Dltage.hh61 #include "params/LTAGE.hh"
63 class LTAGE : public TAGE class in inherits:TAGE
66 LTAGE(const LTAGEParams *params);
102 * Get a branch prediction from LTAGE. *NOT* an override of
H A Dtage_sc_l.hh148 class TAGE_SC_L: public LTAGE
H A DBranchPredictor.py182 # All of them should be disabled to match the original LTAGE implementation
296 # LTAGE branch predictor as described in
300 class LTAGE(TAGE): class in inherits:TAGE
301 type = 'LTAGE'
302 cxx_class = 'LTAGE'
378 # It is a modified LTAGE predictor plus a statistical corrector predictor
388 class TAGE_SC_L(LTAGE):
H A Dtage_sc_l.cc68 : LTAGE(p), statisticalCorrector(p->statistical_corrector)
473 LTAGE::regStats();

Completed in 14 milliseconds