Searched refs:DynInstConstPtr (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/o3/probe/
H A Dsimple_trace.hh69 void traceFetch(const O3CPUImpl::DynInstConstPtr& dynInst);
70 void traceCommit(const O3CPUImpl::DynInstConstPtr& dynInst);
H A Dsimple_trace.cc45 void SimpleTrace::traceCommit(const O3CPUImpl::DynInstConstPtr& dynInst)
52 void SimpleTrace::traceFetch(const O3CPUImpl::DynInstConstPtr& dynInst)
62 O3CPUImpl::DynInstConstPtr> DynInstListener;
H A Delastic_trace.hh93 typedef typename O3CPUImpl::DynInstConstPtr DynInstConstPtr; typedef in class:ElasticTrace
136 void recordExecTick(const DynInstConstPtr& dyn_inst);
145 void recordToCommTick(const DynInstConstPtr& dyn_inst);
156 void updateRegDep(const DynInstConstPtr& dyn_inst);
173 void addSquashedInst(const DynInstConstPtr& head_inst);
180 void addCommittedInst(const DynInstConstPtr& head_inst);
389 void addDepTraceRecord(const DynInstConstPtr& head_inst,
398 void clearTempStoreUntil(const DynInstConstPtr& head_inst);
H A Delastic_trace.cc128 DynInstConstPtr>(this, "Execute",
131 DynInstConstPtr>(this, "ToCommit",
134 DynInstConstPtr>(this, "Rename",
139 DynInstConstPtr>(this, "Squash",
142 DynInstConstPtr>(this, "Commit",
170 ElasticTrace::recordExecTick(const DynInstConstPtr& dyn_inst)
207 ElasticTrace::recordToCommTick(const DynInstConstPtr& dyn_inst)
228 ElasticTrace::updateRegDep(const DynInstConstPtr& dyn_inst)
306 ElasticTrace::addSquashedInst(const DynInstConstPtr& head_inst)
334 ElasticTrace::addCommittedInst(const DynInstConstPtr
[all...]
/gem5/src/cpu/o3/
H A Dimpl.hh68 typedef RefCountingPtr<const DynInst> DynInstConstPtr; typedef in struct:O3CPUImpl
H A Dmem_dep_unit.hh88 typedef typename Impl::DynInstConstPtr DynInstConstPtr; typedef in class:MemDepUnit
237 inline MemDepEntryPtr &findInHash(const DynInstConstPtr& inst);
H A Dmem_dep_unit_impl.hh562 MemDepUnit<MemDepPred, Impl>::findInHash(const DynInstConstPtr &inst)

Completed in 10 milliseconds