Searched refs:CacheEntries (Results 1 – 2 of 2) sorted by relevance
137 enum { CacheEntries = 32 }; enumerator152 Entry Entries[CacheEntries];174 unsigned getMaxCursors() const { return CacheEntries; } in getMaxCursors()
65 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) { in get()72 if (++RoundRobin == CacheEntries) in get()74 for (unsigned i = 0; i != CacheEntries; ++i) { in get()77 if (++E == CacheEntries) in get()