Lines Matching defs:delay
66 /* Approximate estimate of the delay between starting this instruction and
74 uint32_t delay;
76 /* Cost of the maximum-delay path from this node to the leaves. */
103 /* An abstract approximation of the number of nir_scheduler_node->delay
788 /* Pick the max delay of the remaining ready set. */
797 fprintf(stderr, "chose (ready max delay): ");
804 /* Pick the max delay of the remaining leaders. */
811 fprintf(stderr, "chose (max delay): ");
956 scoreboard->time + n->delay);
1059 n->max_delay = MAX2(n->max_delay, max_delay + n->delay);
1075 n->delay = nir_schedule_get_delay(scoreboard, instr);