Lines Matching refs:delay
86 unsigned delay;
130 unsigned delay = (unsigned)(uintptr_t)edge->data;
133 child->earliest_ip = MAX2(child->earliest_ip, ctx->ip + delay);
187 unsigned delay = node_delay(ctx, n);
193 delay = MAX2(delay, ctx->ss_delay);
195 delay = MAX2(delay, ctx->sy_delay);
197 return delay;
276 /* Next try to find a ready leader w/ soft delay (ie. including extra
277 * delay for things like tex fetch which can be synchronized w/ sync
405 node->delay = MAX2(node->delay, d_soft);
424 * src_n is the index passed into ir3_delayslots() for calculating the delay:
549 n->max_delay = MAX2(n->max_delay, max_delay + n->delay);
687 unsigned delay = node_delay(ctx, instr->data);
688 d("delay=%u", delay);
690 assert(delay <= 6);