Lines Matching defs:delay
62 * Where possible, it tries to pick instructions that avoid nop delay
125 unsigned delay;
654 * delay.
729 /* Pick the max delay of the remaining ready set. */
1001 n->delay = MAX2(n->delay, d);
1095 n->max_delay = MAX2(n->max_delay, max_delay + n->delay);
1175 unsigned delay = ir3_delay_calc_prera(ctx->block, instr);
1176 d("delay=%u", delay);
1181 debug_assert(delay <= 6);
1182 while (delay > 0) {
1184 delay--;