_drainManager | Drainable | private |
_drainState | Drainable | mutableprivate |
_params | SimObject | protected |
addStat(Stats::Info *info) | Stats::Group | |
addStatGroup(const char *name, Group *block) | Stats::Group | |
calcConf(int index) const override | TAGE_SC_L_LoopPredictor | virtual |
condBranchUpdate(ThreadID tid, Addr branch_pc, bool taken, bool tage_pred, BranchInfo *bi, unsigned instShiftAmt) | LoopPredictor | |
confidenceThreshold | LoopPredictor | protected |
currentSection() | Serializable | static |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
dmDrain() | Drainable | private |
dmDrainResume() | Drainable | private |
drain() override | SimObject | inlinevirtual |
Drainable() | Drainable | protected |
drainResume() | Drainable | inlineprotectedvirtual |
drainState() const | Drainable | inline |
EventManager(EventManager &em) | EventManager | inline |
EventManager(EventManager *em) | EventManager | inline |
EventManager(EventQueue *eq) | EventManager | inline |
eventq | EventManager | protected |
eventQueue() const | EventManager | inline |
finallindex(int lindex, int lowPcBits, int way) const | LoopPredictor | |
find(const char *name) | SimObject | static |
getLoop(Addr pc, BranchInfo *bi, bool speculative, unsigned instShiftAmt) const | LoopPredictor | |
getLoopUseCounter() const | LoopPredictor | inline |
getPort(const std::string &if_name, PortID idx=InvalidPortID) | SimObject | virtual |
getProbeManager() | SimObject | |
getSizeInBits() const | LoopPredictor | |
getStatGroups() const | Stats::Group | |
getStats() const | Stats::Group | |
Group()=delete | Stats::Group | |
Group(const Group &)=delete | Stats::Group | |
Group(Group *parent, const char *name=nullptr) | Stats::Group | |
init() override | LoopPredictor | virtual |
initialLoopAge | LoopPredictor | protected |
initialLoopIter | LoopPredictor | protected |
initState() | SimObject | virtual |
lindex(Addr pc_in, unsigned instShiftAmt) const | LoopPredictor | |
loadState(CheckpointIn &cp) | SimObject | virtual |
logLoopTableAssoc | LoopPredictor | protected |
logSizeLoopPred | LoopPredictor | protected |
loopNumIterMask | LoopPredictor | protected |
loopPredict(ThreadID tid, Addr branch_pc, bool cond_branch, BranchInfo *bi, bool prev_pred_taken, unsigned instShiftAmt) | LoopPredictor | |
LoopPredictor(LoopPredictorParams *p) | LoopPredictor | |
loopSetMask | LoopPredictor | protected |
loopTableAgeBits | LoopPredictor | protected |
loopTableConfidenceBits | LoopPredictor | protected |
loopTableIterBits | LoopPredictor | protected |
loopTableTagBits | LoopPredictor | protected |
loopTagMask | LoopPredictor | protected |
loopUpdate(Addr pc, bool Taken, BranchInfo *bi, bool tage_pred) | LoopPredictor | |
loopUseCounter | LoopPredictor | protected |
ltable | LoopPredictor | protected |
makeBranchInfo() | LoopPredictor | virtual |
memInvalidate() | SimObject | inlinevirtual |
memWriteback() | SimObject | inlinevirtual |
mergedParent | Stats::Group | private |
mergedStatGroups | Stats::Group | private |
mergeStatGroup(Group *block) | Stats::Group | private |
name() const | SimObject | inlinevirtual |
notifyFork() | Drainable | inlinevirtual |
operator=(const Group &)=delete | Stats::Group | |
optionalAgeInc() const override | TAGE_SC_L_LoopPredictor | virtual |
optionalAgeReset | LoopPredictor | protected |
Params typedef | SimObject | |
params() const | SimObject | inline |
path | Serializable | privatestatic |
preDumpStats() | Stats::Group | virtual |
probeManager | SimObject | private |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() | Stats::Group | virtual |
reschedule(Event &event, Tick when, bool always=false) | EventManager | inline |
reschedule(Event *event, Tick when, bool always=false) | EventManager | inline |
resetStats() | Stats::Group | virtual |
resolveStat(std::string name) const | Stats::Group | |
restrictAllocation | LoopPredictor | protected |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | SimObject | inlinevirtual |
serializeAll(CheckpointOut &cp) | SimObject | static |
Serializable::serializeAll(const std::string &cpt_dir) | Serializable | static |
serializeSection(CheckpointOut &cp, const char *name) const | Serializable | |
serializeSection(CheckpointOut &cp, const std::string &name) const | Serializable | inline |
setCurTick(Tick newVal) | EventManager | inline |
signalDrainDone() const | Drainable | inlineprotected |
signedCtrUpdate(int8_t &ctr, bool up, unsigned nbits) | LoopPredictor | inlineprotectedstatic |
SimObject(const Params *_params) | SimObject | |
simObjectList | SimObject | privatestatic |
SimObjectList typedef | SimObject | private |
specLoopUpdate(bool taken, BranchInfo *bi) | LoopPredictor | |
squash(ThreadID tid, BranchInfo *bi) | LoopPredictor | |
squashLoop(BranchInfo *bi) | LoopPredictor | |
startup() | SimObject | virtual |
statGroups | Stats::Group | private |
stats | LoopPredictor | protected |
TAGE_SC_L_LoopPredictor(TAGE_SC_L_LoopPredictorParams *p) | TAGE_SC_L_LoopPredictor | inline |
unserialize(CheckpointIn &cp) override | SimObject | inlinevirtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
unsignedCtrUpdate(uint8_t &ctr, bool up, unsigned nbits) | LoopPredictor | inlineprotectedstatic |
updateStats(bool taken, BranchInfo *bi) | LoopPredictor | |
useDirectionBit | LoopPredictor | protected |
useHashing | LoopPredictor | protected |
useSpeculation | LoopPredictor | protected |
wakeupEventQueue(Tick when=(Tick) -1) | EventManager | inline |
withLoopBits | LoopPredictor | protected |
~Drainable() | Drainable | protectedvirtual |
~Group() | Stats::Group | virtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |