Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDreload.h69 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator
HDreload1.c4369 case RELOAD_FOR_INPUT: in mark_reload_reg_in_use()
4441 case RELOAD_FOR_INPUT: in clear_reload_reg_in_use()
4528 case RELOAD_FOR_INPUT: in reload_reg_free_p()
4727 case RELOAD_FOR_INPUT: in reload_reg_reaches_end_p()
4811 case RELOAD_FOR_INPUT: in reloads_conflict()
4815 || r2_type == RELOAD_FOR_INPUT in reloads_conflict()
4822 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum)); in reloads_conflict()
4826 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum)); in reloads_conflict()
4837 return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_INSN in reloads_conflict()
4841 return (r2_type == RELOAD_FOR_INPUT in reloads_conflict()
[all …]
HDreload.c224 || ((when1) == RELOAD_FOR_INPUT && (when2) == RELOAD_FOR_INPUT) \
234 || (when1) == RELOAD_FOR_INPUT \
623 type = (type == RELOAD_FOR_INPUT ? RELOAD_FOR_INPUT_ADDRESS in get_secondary_mem()
1772 rld[i].when_needed != RELOAD_FOR_INPUT) in combine_reloads()
1777 && (rld[i].when_needed == RELOAD_FOR_INPUT in combine_reloads()
2736 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT in find_reloads()
3505 if (operand_type[i] != RELOAD_FOR_INPUT in find_reloads()
3905 VOIDmode, 0, 0, i, RELOAD_FOR_INPUT); in find_reloads()
4465 if (rld[i].when_needed == RELOAD_FOR_INPUT in find_reloads()
HDChangeLog-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.
HDChangeLog-20005597 overwrite the value in a RELOAD_FOR_INPUT and other kinds of
HDChangeLog-200535516 a previous output reload to RELOAD_FOR_INPUT.