Lines Matching defs:first

123     // Get the send tick of the first instruction read request
126 // Get the send tick of the first data read/write request
140 // send its first request at the first event and schedule subsequent
173 // If this is the first trace to complete, set the variable. If it
265 .desc("Number of first attempts to send a request")
270 .desc("Number of successful first attempts")
275 .desc("Number of failed first attempts")
327 DPRINTF(TraceCPUData, "Execute tick of the first dependency free node %lli"
405 // The convention is to set the dependencies starting with the first
473 // first node in the readyList.
476 "the first node in the readyList.\n");
492 // first node in readyList then, will be the failed node.
571 // Point to first node to continue to next iteration of while loop
597 // If cache is not blocked, schedule an event for the first execTick in
699 TraceCPU::ElasticDataGen::checkAndIssue(const GraphNode* node_ptr, bool first)
704 // If this is the first attempt, print a debug message to indicate this.
705 if (first) {
725 if (first) {
825 // If the new node has its execution tick equal to the first node in the
826 // list then go to the next node. If the first node in the list failed
827 // to execute, its position as the first is thus maintained.
924 // Set the oldest in-flight node rob number equal to the first node in
1023 .desc("Number of first attempts to send a request")
1028 .desc("Number of successful first attempts")
1033 .desc("Number of failed first attempts")
1057 panic("Read of first message in the trace failed.\n");