Home
last modified time | relevance | path

Searched refs:unscheduled_list (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_postsched.c69 struct list_head unscheduled_list; /* unscheduled instructions */ member
499 foreach_instr (instr, &ctx->unscheduled_list) { in calculate_forward_deps()
513 foreach_instr_rev (instr, &ctx->unscheduled_list) { in calculate_reverse_deps()
552 foreach_instr (instr, &ctx->unscheduled_list) in sched_dag_init()
579 foreach_instr (instr, &ctx->unscheduled_list) { in sched_dag_init()
640 list_replace(&block->instr_list, &ctx->unscheduled_list); in sched_block()
646 foreach_instr_safe (instr, &ctx->unscheduled_list) { in sched_block()
669 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
673 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
677 while (!list_is_empty(&ctx->unscheduled_list)) { in sched_block()
Dir3_sched.c96 struct list_head unscheduled_list; /* unscheduled instructions */ member
1103 foreach_instr (instr, &ctx->unscheduled_list) { in sched_dag_init()
1136 list_replace(&block->instr_list, &ctx->unscheduled_list); in sched_block()
1143 foreach_instr_safe (instr, &ctx->unscheduled_list) { in sched_block()
1161 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
1165 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
1169 while (!list_is_empty(&ctx->unscheduled_list)) { in sched_block()
1212 foreach_instr (instr, &ctx->unscheduled_list) in sched_block()
1221 list_addtail(&new_instr->node, &ctx->unscheduled_list); in sched_block()