Home
last modified time | relevance | path

Searched refs:reg_max_ref_width (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dreload1.c131 static unsigned int *reg_max_ref_width; variable
713 reg_max_ref_width = XCNEWVEC (unsigned int, max_regno); in reload()
1291 free (reg_max_ref_width); in reload()
2002 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]); in alter_reg()
2003 unsigned int min_align = reg_max_ref_width[i] * BITS_PER_UNIT; in alter_reg()
3834 > reg_max_ref_width[REGNO (SUBREG_REG (x))])) in scan_paradoxical_subregs()
3835 reg_max_ref_width[REGNO (SUBREG_REG (x))] in scan_paradoxical_subregs()
H A DChangeLog-20061429 be at least reg_max_ref_width bytes.
1431 reg_max_ref_width.
H A DChangeLog-200024375 * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.