Searched refs:alu_num_slot_needed_by_max (Results 1 – 3 of 3) sorted by relevance
128 instr->alu_num_slot_needed_by_max - max_reduce_slot + in gpir_instr_insert_alu_check()138 instr->alu_num_slot_needed_by_max - max_reduce_slot + in gpir_instr_insert_alu_check()153 instr->alu_num_slot_needed_by_max -= max_reduce_slot; in gpir_instr_insert_alu_check()177 instr->alu_num_slot_needed_by_max++; in gpir_instr_remove_alu()327 + instr->alu_num_slot_needed_by_max + in gpir_instr_insert_store_check()343 instr->alu_num_slot_needed_by_max + in gpir_instr_insert_store_check()
955 ctx->instr->alu_num_slot_needed_by_max--; in spill_node()1229 ctx->instr->alu_num_slot_needed_by_max = 0; in sched_find_max_nodes()1242 ctx->instr->alu_num_slot_needed_by_max++; in sched_find_max_nodes()1253 int alu_num_slot_needed_by_max = 0; in verify_max_nodes() local1264 alu_num_slot_needed_by_max++; in verify_max_nodes()1278 assert(ctx->instr->alu_num_slot_needed_by_max == alu_num_slot_needed_by_max); in verify_max_nodes()1284 …tx->instr->alu_num_slot_free >= alu_num_slot_needed_by_store + alu_num_slot_needed_by_max + MAX2(a… in verify_max_nodes()1285 …assert(ctx->instr->alu_non_cplx_slot_free >= alu_num_slot_needed_by_max + alu_num_slot_needed_by_n… in verify_max_nodes()
307 int alu_num_slot_needed_by_max; member