Searched defs:ppir_compiler (Results 1 – 1 of 1) sorted by relevance
407 typedef struct ppir_compiler { struct408 struct list_head block_list;409 struct hash_table_u64 *blocks;410 int cur_index;411 int cur_instr_index;412 int *out_type_to_reg;414 struct list_head reg_list;415 int reg_num;441 } ppir_compiler; argument