Searched refs:qty (Results 1 – 8 of 8) sorted by relevance
90 struct qty struct160 static struct qty *qty; variable328 qty[qtyno].first_reg = regno; in alloc_qty()329 qty[qtyno].size = size; in alloc_qty()330 qty[qtyno].mode = mode; in alloc_qty()331 qty[qtyno].birth = birth; in alloc_qty()332 qty[qtyno].n_calls_crossed = REG_N_CALLS_CROSSED (regno); in alloc_qty()333 qty[qtyno].n_throwing_calls_crossed = REG_N_THROWING_CALLS_CROSSED (regno); in alloc_qty()334 qty[qtyno].min_class = reg_preferred_class (regno); in alloc_qty()335 qty[qtyno].alternate_class = reg_alternate_class (regno); in alloc_qty()[all …]
4137 int qty = REG_QTY (REGNO (folded_arg0)); in fold_rtx() local4141 struct qty_table_elem *ent = &qty_table[qty]; in fold_rtx()4702 int qty; in record_jump_cond() local4735 qty = REG_QTY (REGNO (op0)); in record_jump_cond()4736 ent = &qty_table[qty]; in record_jump_cond()
1791 per-qty and per-register structure arrays respectively.2074 * local-alloc.c (qty): New structure and static variable.2075 (qty_phys_reg): Remove, all references changed to qty.2088 (local_alloc): Allocate qty, do not allocate the removed variables.
20011 * local-alloc.c (struct qty): Add freq field.20015 (combine_regs): Update qty->freq.
1008 qty lifetimes.
16280 * local-alloc.c (struct qty): Rename changes_size to changes_mode.
3357 * local-alloc.c (struct qty): Remove changes_mode field.
7787 * local-alloc.c (struct qty): Add n_throwing_calls_crossed field.