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

/gem5/src/base/filters/
H A Dblock_bloom_filter.hh55 int getCount(Addr addr) const override;
H A Dmulti_bit_sel_bloom_filter.hh52 int getCount(Addr addr) const override;
H A Dmulti_bloom_filter.hh60 int getCount(Addr addr) const override;
H A Dperfect_bloom_filter.hh56 int getCount(Addr addr) const override;
H A Dbase.hh125 return getCount(addr) >= setThreshold;
134 virtual int getCount(Addr addr) const { return 0; } function in class:BloomFilter::Base
H A Dmulti_bloom_filter.cc95 Multi::getCount(Addr addr) const function in class:BloomFilter::Multi
99 count += sub_filter->getCount(addr);
H A Dperfect_bloom_filter.cc72 Perfect::getCount(Addr addr) const function in class:BloomFilter::Perfect
H A Dblock_bloom_filter.cc76 Block::getCount(Addr addr) const function in class:BloomFilter::Block
H A Dmulti_bit_sel_bloom_filter.cc66 MultiBitSel::getCount(Addr addr) const function in class:BloomFilter::MultiBitSel
/gem5/src/cpu/o3/
H A Dlsq.hh920 int getCount();
922 int getCount(ThreadID tid) { return thread.at(tid).getCount(); } function in class:LSQ::LSQRequest
H A Dinst_queue.hh270 unsigned getCount(ThreadID tid) { return count[tid]; }; function in class:InstructionQueue
H A Dlsq_impl.hh381 LSQ<Impl>::getCount() function in class:LSQ
391 total += getCount(tid);
H A Dlsq_unit.hh331 unsigned getCount() { return loads + stores; } function in class:LSQUnit
H A Dcpu.cc848 assert(iew.instQueue.getCount(tid) == 0);
849 assert(iew.ldstQueue.getCount(tid) == 0);
H A Diew_impl.hh1598 instQueue.getCount(tid);
1600 ldstQueue.getCount(tid);

Completed in 27 milliseconds