Searched refs:RELOAD_FOR_INPUT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dreload.h45 RELOAD_FOR_INPUT reload of an input operand
69 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator in enum:reload_type
H A Dreload1.c4317 /* If reg is in use for a RELOAD_FOR_INPUT reload for operand I. */
4388 case RELOAD_FOR_INPUT:
4460 case RELOAD_FOR_INPUT:
4547 case RELOAD_FOR_INPUT:
4746 case RELOAD_FOR_INPUT:
4831 case RELOAD_FOR_INPUT:
4835 || r2_type == RELOAD_FOR_INPUT
4842 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
4846 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
4857 return (r2_type == RELOAD_FOR_INPUT || r2_typ
[all...]
H A Dreload.c225 || ((when1) == RELOAD_FOR_INPUT && (when2) == RELOAD_FOR_INPUT) \
235 || (when1) == RELOAD_FOR_INPUT \
411 register for RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_INPUT reloads, but
626 type = (type == RELOAD_FOR_INPUT ? RELOAD_FOR_INPUT_ADDRESS
1780 rld[i].when_needed != RELOAD_FOR_INPUT)
1785 && (rld[i].when_needed == RELOAD_FOR_INPUT
2749 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT
3518 if (operand_type[i] != RELOAD_FOR_INPUT
3918 VOIDmode, 0, 0, i, RELOAD_FOR_INPUT);
[all...]

Completed in 95 milliseconds