Lines Matching defs:schedule
36 * instruction to schedule from the deepest instruction (recursing through
49 * to schedule any remaining instructions that use that value first.
119 * we just track it per block (because we schedule a block at a time) and
150 schedule(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr)
351 /* Check if instruction is ok to schedule. Make sure it is not blocked
408 * to schedule the bary.f's outside of any block which
428 /* Find the best instruction to schedule from specified instruction or
487 /* find instruction to schedule: */
633 /* first a pre-pass to schedule all meta:input instructions
639 schedule(ctx, instr);
665 schedule(ctx, instr);
669 /* nothing available to schedule.. if we are blocked on
686 * available to schedule, so clear cache..