Home
last modified time | relevance | path

Searched refs:qty_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc258 static struct qty_table_elem *qty_table; variable
853 ent = &qty_table[q]; in make_new_qty()
874 ent = &qty_table[q]; in make_regs_eqv()
920 qty_table[q].last_reg = new_reg; in make_regs_eqv()
939 ent = &qty_table[q]; in delete_reg_equiv()
1089 struct qty_table_elem *ent = &qty_table[REG_QTY (regno)]; in insert_regs()
1118 if (qty_table[REG_QTY (c_regno)].mode != GET_MODE (x)) in insert_regs()
1623 struct qty_table_elem *exp_ent = &qty_table[exp_q]; in insert_with_costs()
1631 && ! qty_table[REG_QTY (REGNO (x))].const_rtx in insert_with_costs()
1641 struct qty_table_elem *x_ent = &qty_table[x_q]; in insert_with_costs()
[all …]
H A DChangeLog-1999975 * cse.c (cse_basic_block): Free qty_table consistently.
1795 (qty_table): this structure table.
1799 Update to use qty_table and reg_eqv_table.
H A DChangeLog-20047735 pointer arithmetic on qty_table.
7743 (cse_basic_block): Avoid subtracting a large offset from qty_table,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c256 static struct qty_table_elem *qty_table; variable
874 ent = &qty_table[q]; in make_new_qty()
895 ent = &qty_table[q]; in make_regs_eqv()
941 qty_table[q].last_reg = new_reg; in make_regs_eqv()
960 ent = &qty_table[q]; in delete_reg_equiv()
1110 struct qty_table_elem *ent = &qty_table[REG_QTY (regno)]; in insert_regs()
1139 if (qty_table[REG_QTY (c_regno)].mode != GET_MODE (x)) in insert_regs()
1644 struct qty_table_elem *exp_ent = &qty_table[exp_q]; in insert_with_costs()
1652 && ! qty_table[REG_QTY (REGNO (x))].const_rtx in insert_with_costs()
1662 struct qty_table_elem *x_ent = &qty_table[x_q]; in insert_with_costs()
[all …]