Lines Matching refs:stores
279 /** Commits stores older than a specific sequence number. */
282 /** Writes back stores. */
309 /** Returns the number of stores in the SQ. */
310 int numStores() { return stores; }
328 bool sqEmpty() const { return stores == 0; }
331 unsigned getCount() { return loads + stores; }
333 /** Returns if there are any stores to writeback. */
336 /** Returns the number of stores to writeback. */
436 /** Writeback event, specifically for when stores forward data to loads. */
492 int stores;
541 /** Total number of loads forwaded from LSQ stores. */
557 /** Total number of squashed stores. */
679 // Check the SQ for any previous stores that might lead to forwarding
832 // stores do).
834 // and arbitrate between loads and stores.