Home
last modified time | relevance | path

Searched refs:qty (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDlocal-alloc.c90 struct qty struct
160 static struct qty *qty; variable
328 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 …]
HDcse.c4137 int qty = REG_QTY (REGNO (folded_arg0)); in fold_rtx() local
4141 struct qty_table_elem *ent = &qty_table[qty]; in fold_rtx()
4702 int qty; in record_jump_cond() local
4735 qty = REG_QTY (REGNO (op0)); in record_jump_cond()
4736 ent = &qty_table[qty]; in record_jump_cond()
HDChangeLog-19991791 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.
HDChangeLog-200120011 * local-alloc.c (struct qty): Add freq field.
20015 (combine_regs): Update qty->freq.
HDChangeLog-19981008 qty lifetimes.
HDChangeLog-200016280 * local-alloc.c (struct qty): Rename changes_size to changes_mode.
HDChangeLog-20023357 * local-alloc.c (struct qty): Remove changes_mode field.
HDChangeLog-20057787 * local-alloc.c (struct qty): Add n_throwing_calls_crossed field.