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

/freebsd-10.3-release/contrib/gcc/
H A Dreload.h46 RELOAD_FOR_OUTPUT likewise, for output
69 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator in enum:reload_type
H A Dreload1.c4319 /* If reg is in use for a RELOAD_FOR_OUTPUT reload for operand I. */
4392 case RELOAD_FOR_OUTPUT:
4464 case RELOAD_FOR_OUTPUT:
4638 case RELOAD_FOR_OUTPUT:
4790 case RELOAD_FOR_OUTPUT:
4850 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum));
4854 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum));
4864 case RELOAD_FOR_OUTPUT:
4865 return (r2_type == RELOAD_FOR_INSN || r2_type == RELOAD_FOR_OUTPUT
4871 return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_OUTPUT
[all...]
H A Dreload.c627 : type == RELOAD_FOR_OUTPUT ? RELOAD_FOR_OUTPUT_ADDRESS
1223 || (optional && type == RELOAD_FOR_OUTPUT))
1299 || (optional != 0 && type == RELOAD_FOR_OUTPUT));
1786 || rld[i].when_needed == RELOAD_FOR_OUTPUT))
2750 : modified[i] == RELOAD_WRITE ? RELOAD_FOR_OUTPUT
3494 if (operand_type[i] == RELOAD_FOR_OUTPUT
7242 "RELOAD_FOR_OUTPUT",

Completed in 142 milliseconds