Lines Matching defs:notes
355 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes,
388 notes->addr_conflict = true;
394 notes->pred_conflict = true;
419 notes->blocked_kill = true;
432 find_instr_recursive(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes,
463 if (check_instr(ctx, notes, instr)) {
473 candidate = find_instr_recursive(ctx, notes, src);
477 if (check_instr(ctx, notes, candidate)) {
489 find_eligible_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes,
505 candidate = find_instr_recursive(ctx, notes, instr);
646 struct ir3_sched_notes notes = {0};
649 instr = find_eligible_instr(ctx, ¬es, true);
651 instr = find_eligible_instr(ctx, ¬es, false);
674 if (notes.addr_conflict) {
676 } else if (notes.pred_conflict) {