Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dreload.h66 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator
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 …]
Dreload.cc223 || ((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()
1832 rld[i].when_needed != RELOAD_FOR_INPUT) in combine_reloads()
1837 && (rld[i].when_needed == RELOAD_FOR_INPUT in combine_reloads()
2844 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT in find_reloads()
3645 if (operand_type[i] != RELOAD_FOR_INPUT in find_reloads()
4641 if (rld[i].when_needed == RELOAD_FOR_INPUT in find_reloads()
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.
DChangeLog-200723110 a previous output reload to RELOAD_FOR_INPUT.
DChangeLog-20005597 overwrite the value in a RELOAD_FOR_INPUT and other kinds of
DChangeLog-200535515 a previous output reload to RELOAD_FOR_INPUT.