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

/freebsd-10.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.c4315 /* If reg is in use for a RELOAD_FOR_INPUT reload for operand I. */
4386 case RELOAD_FOR_INPUT:
4458 case RELOAD_FOR_INPUT:
4545 case RELOAD_FOR_INPUT:
4744 case RELOAD_FOR_INPUT:
4829 case RELOAD_FOR_INPUT:
4833 || r2_type == RELOAD_FOR_INPUT
4840 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
4844 || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
4855 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 87 milliseconds