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

/freebsd-10-stable/contrib/gcc/
H A Dreload.h47 RELOAD_FOR_INSN a reload that must not conflict with anything
69 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator in enum:reload_type
H A Dreload1.c4325 /* If reg is in use for a RELOAD_FOR_INSN reload. */
4396 case RELOAD_FOR_INSN:
4468 case RELOAD_FOR_INSN:
4639 /* This cannot share a register with RELOAD_FOR_INSN reloads, other
4657 case RELOAD_FOR_INSN:
4749 RELOAD_FOR_OPERAND_ADDRESS and RELOAD_FOR_INSN since these
4782 case RELOAD_FOR_INSN:
4832 return (r2_type == RELOAD_FOR_INSN
4857 return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_INSN
4865 return (r2_type == RELOAD_FOR_INSN || r2_typ
[all...]
H A Dreload.c3836 ? RELOAD_FOR_INSN : RELOAD_OTHER);
7243 "RELOAD_FOR_INSN",

Completed in 152 milliseconds