Searched defs:ir3_sched_ctx (Results 1 – 1 of 1) sorted by relevance
92 struct ir3_sched_ctx { struct93 struct ir3_block *block; /* the current block */94 struct dag *dag;96 struct list_head unscheduled_list; /* unscheduled instructions */97 struct ir3_instruction *scheduled; /* last scheduled instr */98 struct ir3_instruction *addr0; /* current a0.x user, if any */99 struct ir3_instruction *addr1; /* current a1.x user, if any */100 struct ir3_instruction *pred; /* current p0.x user, if any */102 struct ir3_instruction *split; /* most-recently-split a0/a1/p0 producer */104 int remaining_kills;[all …]