Searched defs:ir3_sched_ctx (Results 1 – 1 of 1) sorted by relevance
85 struct ir3_sched_ctx { struct86 struct ir3_block *block; /* the current block */87 struct dag *dag;89 struct list_head unscheduled_list; /* unscheduled instructions */90 struct ir3_instruction *scheduled; /* last scheduled instr */91 struct ir3_instruction *addr0; /* current a0.x user, if any */92 struct ir3_instruction *addr1; /* current a1.x user, if any */93 struct ir3_instruction *pred; /* current p0.x user, if any */95 int remaining_kills;96 int remaining_tex;[all …]