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

/gem5/src/cpu/o3/
H A Dlsq_impl.hh493 if (!(thread[tid].lqFull() || thread[tid].sqFull()))
509 return thread[tid].lqFull() || thread[tid].sqFull();
555 LSQ<Impl>::lqFull() function in class:LSQ
563 if (!thread[tid].lqFull())
572 LSQ<Impl>::lqFull(ThreadID tid) function in class:LSQ
577 return lqFull();
579 return thread[tid].lqFull();
H A Dlsq_unit.hh313 bool isFull() { return lqFull() || sqFull(); }
319 bool lqFull() { return loadQueue.full(); } function in class:LSQUnit
H A Dlsq.hh965 bool lqFull();
967 bool lqFull(ThreadID tid);
H A Diew_impl.hh1039 (inst->isLoad() && ldstQueue.lqFull(tid)) ||

Completed in 20 milliseconds