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

/freebsd-10.0-release/contrib/gcc/
H A Dreload.h60 RELOAD_OTHER none of the above, usually multiple uses
62 that is marked RELOAD_OTHER.
73 RELOAD_OTHER, RELOAD_FOR_OTHER_ADDRESS enumerator in enum:reload_type
H A Dreload.c86 an ordinary operand, it is classified as RELOAD_OTHER, and cannot share
223 ((when1) == RELOAD_OTHER || (when2) == RELOAD_OTHER \
231 /* Nonzero if these two reload purposes produce RELOAD_OTHER when merged. */
455 rld[s_reload].when_needed = RELOAD_OTHER;
628 : RELOAD_OTHER);
1090 instructions for input reloads of type RELOAD_OTHER in the same
1092 RELOAD_OTHER, we are guaranteed that this inner reload will be
1169 instructions for output reloads of type RELOAD_OTHER in reverse
1171 RELOAD_OTHER, w
1178 opnum, RELOAD_OTHER); local
[all...]
H A Dreload1.c4305 /* If reg is in use as a reload reg for a RELOAD_OTHER reload. */
4354 case RELOAD_OTHER:
4422 case RELOAD_OTHER:
4519 /* In use for a RELOAD_OTHER means it's not available for anything. */
4526 case RELOAD_OTHER:
4527 /* In use for anything means we can't use it for RELOAD_OTHER. */
4687 case RELOAD_OTHER:
4688 /* Since a RELOAD_OTHER reload claims the reg for the entire insn,
4719 to check for RELOAD_OTHER objects since they are known not to
4781 /* These conflict with other outputs with RELOAD_OTHER
[all...]

Completed in 176 milliseconds