Searched refs:NodeSeqNum (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/trace/
H A Dtrace_cpu.hh564 typedef uint64_t NodeSeqNum; typedef in class:TraceCPU::ElasticDataGen
589 typedef std::array<NodeSeqNum, maxRobDep> RobDepArray;
592 typedef std::array<NodeSeqNum, TheISA::MaxInstSrcRegs> RegDepArray;
595 NodeSeqNum seqNum;
662 bool removeRegDep(NodeSeqNum reg_dep);
665 bool removeRobDep(NodeSeqNum rob_dep);
668 bool removeDepOnInst(NodeSeqNum done_seq_num);
688 NodeSeqNum seqNum;
778 std::map<NodeSeqNum, NodeRobNum> inFlightNodes;
951 void addToSortedReadyList(NodeSeqNum seq_nu
[all...]
H A Dtrace_cpu.cc806 TraceCPU::ElasticDataGen::addToSortedReadyList(NodeSeqNum seq_num,
1368 TraceCPU::ElasticDataGen::GraphNode::removeRegDep(NodeSeqNum reg_dep)
1387 TraceCPU::ElasticDataGen::GraphNode::removeRobDep(NodeSeqNum rob_dep)
1420 TraceCPU::ElasticDataGen::GraphNode::removeDepOnInst(NodeSeqNum done_seq_num)

Completed in 7 milliseconds