Lines Matching defs:const

160     Counter totalInsts() const
171 Counter totalOps() const
316 bool isSnooping() const { return true; }
329 const MasterID instMasterID;
332 const MasterID dataMasterID;
376 bool isValid() const {
408 InputStream(const std::string& filename);
429 FixedRetryGen(TraceCPU& _owner, const std::string& _name,
431 const std::string& trace_file)
460 const std::string& name() const { return genName; }
475 bool send(Addr addr, unsigned size, const MemCmd& cmd,
511 const MasterID masterID;
586 static const uint8_t maxRobDep = 2;
647 bool isLoad() const { return (type == Record::LOAD); }
650 bool isStore() const { return (type == Record::STORE); }
653 bool isComp() const { return (type == Record::COMP); }
671 bool isStrictlyOrdered() const {
678 void writeElementAsTrace() const;
681 std::string typeToStr() const;
717 void occupy(const GraphNode* new_node);
724 void release(const GraphNode* done_node);
735 bool isAvailable(const GraphNode* new_node) const;
744 bool awaitingResponse() const;
754 const uint16_t sizeROB;
760 const uint16_t sizeStoreBuffer;
766 const uint16_t sizeLoadBuffer;
809 const double timeMultiplier;
827 InputStream(const std::string& filename,
828 const double time_multiplier);
848 uint32_t getWindowSize() const { return windowSize; }
851 uint64_t getMicroOpCount() const { return microOpCount; }
856 ElasticDataGen(TraceCPU& _owner, const std::string& _name,
858 const std::string& trace_file, TraceCPUParams *params)
893 const std::string& name() const { return genName; }
969 bool isExecComplete() const { return execComplete; }
981 bool checkAndIssue(const GraphNode* node_ptr, bool first = true);
984 uint64_t getMicroOpCount() const { return trace.getMicroOpCount(); }
997 const MasterID masterID;
1026 const uint32_t windowSize;
1044 std::queue<const GraphNode*> depFreeQueue;
1123 const bool enableEarlyExit;
1129 const uint64_t progressMsgInterval;