Searched defs:gpir_instr (Results 1 – 1 of 1) sorted by relevance
268 typedef struct gpir_instr { struct269 int index;270 struct list_head list;272 gpir_node *slots[GPIR_INSTR_SLOT_NUM];275 int alu_num_slot_free;278 int alu_non_cplx_slot_free;306 int alu_num_slot_needed_by_store;307 int alu_num_slot_needed_by_non_cplx_store;308 int alu_num_slot_needed_by_max;309 int alu_num_unscheduled_next_max;[all …]