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

/freebsd-11-stable/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.c4307 /* If reg is in use as a reload reg for a RELOAD_OTHER reload. */
4356 case RELOAD_OTHER:
4424 case RELOAD_OTHER:
4521 /* In use for a RELOAD_OTHER means it's not available for anything. */
4528 case RELOAD_OTHER:
4529 /* In use for anything means we can't use it for RELOAD_OTHER. */
4689 case RELOAD_OTHER:
4690 /* Since a RELOAD_OTHER reload claims the reg for the entire insn,
4721 to check for RELOAD_OTHER objects since they are known not to
4783 /* These conflict with other outputs with RELOAD_OTHER
[all...]

Completed in 149 milliseconds