Home | History | Annotate | Download | only in nir

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
769 /* Pick the max delay of the remaining ready set. */
778 fprintf(stderr, "chose (ready max delay): ");
785 /* Pick the max delay of the remaining leaders. */
792 fprintf(stderr, "chose (max delay): ");
937 scoreboard->time + n->delay);
1026 n->max_delay = MAX2(n->max_delay, max_delay + n->delay);
1042 n->delay = nir_schedule_get_delay(instr);