Home
last modified time | relevance | path

Searched refs:RELOAD_FOR_INPUT (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreload.h66 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator
H A Dreload1.c4967 case RELOAD_FOR_INPUT: in mark_reload_reg_in_use()
5038 case RELOAD_FOR_INPUT: in clear_reload_reg_in_use()
5124 case RELOAD_FOR_INPUT: in reload_reg_free_p()
5346 case RELOAD_FOR_INPUT: in reload_reg_reaches_end_p()
5621 case RELOAD_FOR_INPUT: in reloads_conflict()
5625 || r2_type == RELOAD_FOR_INPUT in reloads_conflict()
5632 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum)); in reloads_conflict()
5636 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum)); in reloads_conflict()
5647 return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_INSN in reloads_conflict()
5653 return (r2_type == RELOAD_FOR_INPUT in reloads_conflict()
[all …]
H A Dreload.c223 || ((when1) == RELOAD_FOR_INPUT && (when2) == RELOAD_FOR_INPUT) \
233 || (when1) == RELOAD_FOR_INPUT \
607 type = (type == RELOAD_FOR_INPUT ? RELOAD_FOR_INPUT_ADDRESS in get_secondary_mem()
1834 rld[i].when_needed != RELOAD_FOR_INPUT) in combine_reloads()
1839 && (rld[i].when_needed == RELOAD_FOR_INPUT in combine_reloads()
2837 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT in find_reloads()
3623 if (operand_type[i] != RELOAD_FOR_INPUT in find_reloads()
4622 if (rld[i].when_needed == RELOAD_FOR_INPUT in find_reloads()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreload.h66 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator
H A Dreload1.cc4963 case RELOAD_FOR_INPUT: in mark_reload_reg_in_use()
5034 case RELOAD_FOR_INPUT: in clear_reload_reg_in_use()
5120 case RELOAD_FOR_INPUT: in reload_reg_free_p()
5342 case RELOAD_FOR_INPUT: in reload_reg_reaches_end_p()
5617 case RELOAD_FOR_INPUT: in reloads_conflict()
5621 || r2_type == RELOAD_FOR_INPUT in reloads_conflict()
5628 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum)); in reloads_conflict()
5632 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum)); in reloads_conflict()
5643 return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_INSN in reloads_conflict()
5649 return (r2_type == RELOAD_FOR_INPUT in reloads_conflict()
[all …]
H A DChangeLog-19982101 A RELOAD_FOR_INPUT doesn't conflict with its
3786 (reload_reg_free_before_p): RELOAD_FOR_INPUT
11640 * reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
12518 if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
H A DChangeLog-20005597 overwrite the value in a RELOAD_FOR_INPUT and other kinds of
H A DChangeLog-200723110 a previous output reload to RELOAD_FOR_INPUT.
H A DChangeLog-200535515 a previous output reload to RELOAD_FOR_INPUT.