Home
last modified time | relevance | path

Searched refs:reg_equiv_memory_loc (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dintegrate.c321 allocate_initial_values (rtx *reg_equiv_memory_loc ATTRIBUTE_UNUSED) in allocate_initial_values()
339 reg_equiv_memory_loc[regno] = x; in allocate_initial_values()
Dreload.h161 extern rtx *reg_equiv_memory_loc;
Dreload1.c111 rtx *reg_equiv_memory_loc; variable
772 reg_equiv_memory_loc[i] = copy_rtx (x); in reload()
792 reg_equiv_memory_loc[i] in reload()
794 if (! reg_equiv_memory_loc[i]) in reload()
931 if (reg_renumber[i] < 0 && reg_equiv_memory_loc[i]) in reload()
933 rtx x = eliminate_regs (reg_equiv_memory_loc[i], 0, NULL_RTX); in reload()
955 reg_equiv_memory_loc[i] = 0; in reload()
1137 if (reg_equiv_memory_loc[i]) in reload()
1138 MEM_COPY_ATTRIBUTES (reg, reg_equiv_memory_loc[i]); in reload()
1276 reg_equiv_memory_loc = 0; in reload()
[all …]
Dreload.c2810 REG_EQUAL, reg_equiv_memory_loc[REGNO (reg)]); in find_reloads()
2843 if (reg_equiv_memory_loc[regno] != 0 in find_reloads()
4559 else if (reg_equiv_memory_loc[regno] in find_reloads_toplev()
4691 = XEXP (eliminate_regs (reg_equiv_memory_loc[regno], 0, NULL_RTX), 0); in make_memloc()
4698 tem = replace_equiv_address_nv (reg_equiv_memory_loc[regno], tem); in make_memloc()
4703 if (tem == reg_equiv_memory_loc[regno]) in make_memloc()
4780 tem = reg_equiv_memory_loc[regno]; in find_reloads_address()
5168 if (reg_equiv_memory_loc[regno] && num_not_at_initial_offset) in subst_reg_equivs()
5573 if (reg_equiv_memory_loc[regno] != 0 in find_reloads_address_1()
5644 if (reg_equiv_memory_loc[regno] != 0 in find_reloads_address_1()
[all …]
Dlocal-alloc.c2543 reg_equiv_memory_loc = VEC_address (rtx, reg_equiv_memory_loc_vec); in rest_of_handle_local_alloc()
2545 allocate_initial_values (reg_equiv_memory_loc); in rest_of_handle_local_alloc()
DFSFChangeLog1310 from reg_equiv_memory_loc; set the latter when changing REG to MEM.
DChangeLog-19983706 reg_equiv_memory_loc[regno] and num_not_at_initial_offset
3719 reg_equiv_memory_loc[regno] and num_not_at_initial_offset
3738 (eliminate_regs): Don't substitute from reg_equiv_memory_loc.
DChangeLog-200110607 * reload1.c (reload): And initialization of reg_equiv_memory_loc
12839 * reload1.c (reload): Make all entries in reg_equiv_memory_loc
12842 reg_equiv_memory_loc[regno] on return.
12844 reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
DFSFChangeLog.108812 reg_equiv_memory_loc before using it.
DChangeLog-199915679 LEGITIMIZE_RELOAD_ADDRESS. Examine reg_equiv_memory_loc in
DChangeLog-200432395 (reload): Instead of freeing reg_equiv_memory_loc, 'grow'
32397 * ra.c (reg_alloc): Allocate reg_equiv_memory_loc by
DChangeLog-200228426 for reg_equiv_memory_loc when the operand is a register that does