Searched refs:BPredUnit (Results 1 - 15 of 15) sorted by relevance

/gem5/src/cpu/pred/
H A Dtage.hh61 class TAGE: public BPredUnit
H A D2bit_local.hh61 class LocalBP : public BPredUnit
H A Dbi_mode.hh56 class BiModeBP : public BPredUnit
H A Dbpred_unit.cc56 BPredUnit::BPredUnit(const Params *params) function in class:BPredUnit
73 BPredUnit::regStats()
147 BPredUnit::pmuProbePoint(const char *name)
156 BPredUnit::regProbePoints()
163 BPredUnit::drainSanityCheck() const
172 BPredUnit::predict(const StaticInstPtr &inst, const InstSeqNum &seqNum,
345 BPredUnit::update(const InstSeqNum &done_sn, ThreadID tid)
368 BPredUnit::squash(const InstSeqNum &squashed_sn, ThreadID tid)
413 BPredUnit
[all...]
H A D2bit_local.cc39 : BPredUnit(params),
H A Dtournament.hh63 class TournamentBP : public BPredUnit
H A Dbpred_unit.hh67 class BPredUnit : public SimObject class in inherits:SimObject
74 BPredUnit(const Params *p);
H A Dtage.cc50 TAGE::TAGE(const TAGEParams *params) : BPredUnit(params), tage(params->tage)
H A Dbi_mode.cc41 : BPredUnit(params),
H A Dtournament.cc49 : BPredUnit(params),
H A Dmultiperspective_perceptron.cc114 const MultiperspectivePerceptronParams *p) : BPredUnit(p),
H A Dmultiperspective_perceptron.hh48 class MultiperspectivePerceptron : public BPredUnit
/gem5/src/cpu/simple/
H A Dbase.hh81 class BPredUnit;
88 BPredUnit *branchPred;
/gem5/src/cpu/minor/
H A Dfetch2.hh91 BPredUnit &branchPredictor;
/gem5/src/cpu/o3/
H A Dfetch.hh435 /** BPredUnit. */
436 BPredUnit *branchPred;

Completed in 28 milliseconds