Searched refs:BPHistory (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/pred/
H A Dbi_mode.cc74 BPHistory *history = new BPHistory;
87 BPHistory *history = static_cast<BPHistory*>(bpHistory);
122 BPHistory *history = new BPHistory;
159 BPHistory *history = static_cast<BPHistory*>(bpHistory);
H A Dtournament.hh74 * BPHistory object to store any state it will need on squash/update.
76 * @param bp_history Pointer that will be set to the BPHistory object.
85 * @param bp_history Pointer that will be set to the BPHistory object.
100 * @param bp_history Pointer to the BPHistory object that was created
113 * @param bp_history Pointer to the BPHistory object that has the
158 struct BPHistory { struct in class:TournamentBP
160 BPHistory() function in struct:TournamentBP::BPHistory
162 ~BPHistory()
H A Dtournament.cc199 // Create BPHistory and pass it back to be recorded.
200 BPHistory *history = new BPHistory;
239 // Create BPHistory and pass it back to be recorded.
240 BPHistory *history = new BPHistory;
259 BPHistory *history = static_cast<BPHistory *>(bp_history);
334 BPHistory *history = static_cast<BPHistory *>(bp_histor
[all...]
H A Dbi_mode.hh70 struct BPHistory { struct in class:BiModeBP

Completed in 11 milliseconds