Searched refs:InstructionQueue (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/o3/
H A Dinst_queue.cc34 // Force instantiation of InstructionQueue.
35 template class InstructionQueue<O3CPUImpl>;
H A Dinst_queue_impl.hh64 InstructionQueue<Impl>::FUCompletion::FUCompletion(const DynInstPtr &_inst,
65 int fu_idx, InstructionQueue<Impl> *iq_ptr)
73 InstructionQueue<Impl>::FUCompletion::process()
82 InstructionQueue<Impl>::FUCompletion::description() const
88 InstructionQueue<Impl>::InstructionQueue(O3CPU *cpu_ptr, IEW *iew_ptr, function in class:InstructionQueue
162 InstructionQueue<Impl>::~InstructionQueue()
173 InstructionQueue<Impl>::name() const
180 InstructionQueue<Imp
[all...]
H A Dmem_dep_unit.hh67 class InstructionQueue;
118 void setIQ(InstructionQueue<Impl> *iq_ptr);
272 InstructionQueue<Impl> *iqPtr;
H A Dcpu_policy.hh70 typedef InstructionQueue<Impl> IQ;
H A Dinst_queue.hh83 class InstructionQueue class
108 InstructionQueue<Impl> *iqPtr;
118 InstructionQueue<Impl> *iq_ptr);
126 InstructionQueue(O3CPU *cpu_ptr, IEW *iew_ptr, DerivO3CPUParams *params);
129 ~InstructionQueue();
H A Dmem_dep_unit_impl.hh167 MemDepUnit<MemDepPred, Impl>::setIQ(InstructionQueue<Impl> *iq_ptr)

Completed in 12 milliseconds