OSDN Git Service

41b436b8891266b81a204e88cc724562c7b209dc
[pf3gnuchains/gcc-fork.git] / gcc / reload1.c
1 /* Reload pseudo regs into hard regs for insns that require hard regs.
2    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3    1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4    Free Software Foundation, Inc.
5
6 This file is part of GCC.
7
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 3, or (at your option) any later
11 version.
12
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16 for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3.  If not see
20 <http://www.gnu.org/licenses/>.  */
21
22 #include "config.h"
23 #include "system.h"
24 #include "coretypes.h"
25 #include "tm.h"
26
27 #include "machmode.h"
28 #include "hard-reg-set.h"
29 #include "rtl.h"
30 #include "tm_p.h"
31 #include "obstack.h"
32 #include "insn-config.h"
33 #include "flags.h"
34 #include "function.h"
35 #include "expr.h"
36 #include "optabs.h"
37 #include "regs.h"
38 #include "addresses.h"
39 #include "basic-block.h"
40 #include "reload.h"
41 #include "recog.h"
42 #include "output.h"
43 #include "real.h"
44 #include "toplev.h"
45 #include "except.h"
46 #include "tree.h"
47 #include "ira.h"
48 #include "df.h"
49 #include "target.h"
50 #include "emit-rtl.h"
51
52 /* This file contains the reload pass of the compiler, which is
53    run after register allocation has been done.  It checks that
54    each insn is valid (operands required to be in registers really
55    are in registers of the proper class) and fixes up invalid ones
56    by copying values temporarily into registers for the insns
57    that need them.
58
59    The results of register allocation are described by the vector
60    reg_renumber; the insns still contain pseudo regs, but reg_renumber
61    can be used to find which hard reg, if any, a pseudo reg is in.
62
63    The technique we always use is to free up a few hard regs that are
64    called ``reload regs'', and for each place where a pseudo reg
65    must be in a hard reg, copy it temporarily into one of the reload regs.
66
67    Reload regs are allocated locally for every instruction that needs
68    reloads.  When there are pseudos which are allocated to a register that
69    has been chosen as a reload reg, such pseudos must be ``spilled''.
70    This means that they go to other hard regs, or to stack slots if no other
71    available hard regs can be found.  Spilling can invalidate more
72    insns, requiring additional need for reloads, so we must keep checking
73    until the process stabilizes.
74
75    For machines with different classes of registers, we must keep track
76    of the register class needed for each reload, and make sure that
77    we allocate enough reload registers of each class.
78
79    The file reload.c contains the code that checks one insn for
80    validity and reports the reloads that it needs.  This file
81    is in charge of scanning the entire rtl code, accumulating the
82    reload needs, spilling, assigning reload registers to use for
83    fixing up each insn, and generating the new insns to copy values
84    into the reload registers.  */
85 \f
86 /* During reload_as_needed, element N contains a REG rtx for the hard reg
87    into which reg N has been reloaded (perhaps for a previous insn).  */
88 static rtx *reg_last_reload_reg;
89
90 /* Elt N nonzero if reg_last_reload_reg[N] has been set in this insn
91    for an output reload that stores into reg N.  */
92 static regset_head reg_has_output_reload;
93
94 /* Indicates which hard regs are reload-registers for an output reload
95    in the current insn.  */
96 static HARD_REG_SET reg_is_output_reload;
97
98 /* Element N is the constant value to which pseudo reg N is equivalent,
99    or zero if pseudo reg N is not equivalent to a constant.
100    find_reloads looks at this in order to replace pseudo reg N
101    with the constant it stands for.  */
102 rtx *reg_equiv_constant;
103
104 /* Element N is an invariant value to which pseudo reg N is equivalent.
105    eliminate_regs_in_insn uses this to replace pseudos in particular
106    contexts.  */
107 rtx *reg_equiv_invariant;
108
109 /* Element N is a memory location to which pseudo reg N is equivalent,
110    prior to any register elimination (such as frame pointer to stack
111    pointer).  Depending on whether or not it is a valid address, this value
112    is transferred to either reg_equiv_address or reg_equiv_mem.  */
113 rtx *reg_equiv_memory_loc;
114
115 /* We allocate reg_equiv_memory_loc inside a varray so that the garbage
116    collector can keep track of what is inside.  */
117 VEC(rtx,gc) *reg_equiv_memory_loc_vec;
118
119 /* Element N is the address of stack slot to which pseudo reg N is equivalent.
120    This is used when the address is not valid as a memory address
121    (because its displacement is too big for the machine.)  */
122 rtx *reg_equiv_address;
123
124 /* Element N is the memory slot to which pseudo reg N is equivalent,
125    or zero if pseudo reg N is not equivalent to a memory slot.  */
126 rtx *reg_equiv_mem;
127
128 /* Element N is an EXPR_LIST of REG_EQUIVs containing MEMs with
129    alternate representations of the location of pseudo reg N.  */
130 rtx *reg_equiv_alt_mem_list;
131
132 /* Widest width in which each pseudo reg is referred to (via subreg).  */
133 static unsigned int *reg_max_ref_width;
134
135 /* Element N is the list of insns that initialized reg N from its equivalent
136    constant or memory slot.  */
137 rtx *reg_equiv_init;
138 int reg_equiv_init_size;
139
140 /* Vector to remember old contents of reg_renumber before spilling.  */
141 static short *reg_old_renumber;
142
143 /* During reload_as_needed, element N contains the last pseudo regno reloaded
144    into hard register N.  If that pseudo reg occupied more than one register,
145    reg_reloaded_contents points to that pseudo for each spill register in
146    use; all of these must remain set for an inheritance to occur.  */
147 static int reg_reloaded_contents[FIRST_PSEUDO_REGISTER];
148
149 /* During reload_as_needed, element N contains the insn for which
150    hard register N was last used.   Its contents are significant only
151    when reg_reloaded_valid is set for this register.  */
152 static rtx reg_reloaded_insn[FIRST_PSEUDO_REGISTER];
153
154 /* Indicate if reg_reloaded_insn / reg_reloaded_contents is valid.  */
155 static HARD_REG_SET reg_reloaded_valid;
156 /* Indicate if the register was dead at the end of the reload.
157    This is only valid if reg_reloaded_contents is set and valid.  */
158 static HARD_REG_SET reg_reloaded_dead;
159
160 /* Indicate whether the register's current value is one that is not
161    safe to retain across a call, even for registers that are normally
162    call-saved.  This is only meaningful for members of reg_reloaded_valid.  */
163 static HARD_REG_SET reg_reloaded_call_part_clobbered;
164
165 /* Number of spill-regs so far; number of valid elements of spill_regs.  */
166 static int n_spills;
167
168 /* In parallel with spill_regs, contains REG rtx's for those regs.
169    Holds the last rtx used for any given reg, or 0 if it has never
170    been used for spilling yet.  This rtx is reused, provided it has
171    the proper mode.  */
172 static rtx spill_reg_rtx[FIRST_PSEUDO_REGISTER];
173
174 /* In parallel with spill_regs, contains nonzero for a spill reg
175    that was stored after the last time it was used.
176    The precise value is the insn generated to do the store.  */
177 static rtx spill_reg_store[FIRST_PSEUDO_REGISTER];
178
179 /* This is the register that was stored with spill_reg_store.  This is a
180    copy of reload_out / reload_out_reg when the value was stored; if
181    reload_out is a MEM, spill_reg_stored_to will be set to reload_out_reg.  */
182 static rtx spill_reg_stored_to[FIRST_PSEUDO_REGISTER];
183
184 /* This table is the inverse mapping of spill_regs:
185    indexed by hard reg number,
186    it contains the position of that reg in spill_regs,
187    or -1 for something that is not in spill_regs.
188
189    ?!?  This is no longer accurate.  */
190 static short spill_reg_order[FIRST_PSEUDO_REGISTER];
191
192 /* This reg set indicates registers that can't be used as spill registers for
193    the currently processed insn.  These are the hard registers which are live
194    during the insn, but not allocated to pseudos, as well as fixed
195    registers.  */
196 static HARD_REG_SET bad_spill_regs;
197
198 /* These are the hard registers that can't be used as spill register for any
199    insn.  This includes registers used for user variables and registers that
200    we can't eliminate.  A register that appears in this set also can't be used
201    to retry register allocation.  */
202 static HARD_REG_SET bad_spill_regs_global;
203
204 /* Describes order of use of registers for reloading
205    of spilled pseudo-registers.  `n_spills' is the number of
206    elements that are actually valid; new ones are added at the end.
207
208    Both spill_regs and spill_reg_order are used on two occasions:
209    once during find_reload_regs, where they keep track of the spill registers
210    for a single insn, but also during reload_as_needed where they show all
211    the registers ever used by reload.  For the latter case, the information
212    is calculated during finish_spills.  */
213 static short spill_regs[FIRST_PSEUDO_REGISTER];
214
215 /* This vector of reg sets indicates, for each pseudo, which hard registers
216    may not be used for retrying global allocation because the register was
217    formerly spilled from one of them.  If we allowed reallocating a pseudo to
218    a register that it was already allocated to, reload might not
219    terminate.  */
220 static HARD_REG_SET *pseudo_previous_regs;
221
222 /* This vector of reg sets indicates, for each pseudo, which hard
223    registers may not be used for retrying global allocation because they
224    are used as spill registers during one of the insns in which the
225    pseudo is live.  */
226 static HARD_REG_SET *pseudo_forbidden_regs;
227
228 /* All hard regs that have been used as spill registers for any insn are
229    marked in this set.  */
230 static HARD_REG_SET used_spill_regs;
231
232 /* Index of last register assigned as a spill register.  We allocate in
233    a round-robin fashion.  */
234 static int last_spill_reg;
235
236 /* Nonzero if indirect addressing is supported on the machine; this means
237    that spilling (REG n) does not require reloading it into a register in
238    order to do (MEM (REG n)) or (MEM (PLUS (REG n) (CONST_INT c))).  The
239    value indicates the level of indirect addressing supported, e.g., two
240    means that (MEM (MEM (REG n))) is also valid if (REG n) does not get
241    a hard register.  */
242 static char spill_indirect_levels;
243
244 /* Nonzero if indirect addressing is supported when the innermost MEM is
245    of the form (MEM (SYMBOL_REF sym)).  It is assumed that the level to
246    which these are valid is the same as spill_indirect_levels, above.  */
247 char indirect_symref_ok;
248
249 /* Nonzero if an address (plus (reg frame_pointer) (reg ...)) is valid.  */
250 char double_reg_address_ok;
251
252 /* Record the stack slot for each spilled hard register.  */
253 static rtx spill_stack_slot[FIRST_PSEUDO_REGISTER];
254
255 /* Width allocated so far for that stack slot.  */
256 static unsigned int spill_stack_slot_width[FIRST_PSEUDO_REGISTER];
257
258 /* Record which pseudos needed to be spilled.  */
259 static regset_head spilled_pseudos;
260
261 /* Record which pseudos changed their allocation in finish_spills.  */
262 static regset_head changed_allocation_pseudos;
263
264 /* Used for communication between order_regs_for_reload and count_pseudo.
265    Used to avoid counting one pseudo twice.  */
266 static regset_head pseudos_counted;
267
268 /* First uid used by insns created by reload in this function.
269    Used in find_equiv_reg.  */
270 int reload_first_uid;
271
272 /* Flag set by local-alloc or global-alloc if anything is live in
273    a call-clobbered reg across calls.  */
274 int caller_save_needed;
275
276 /* Set to 1 while reload_as_needed is operating.
277    Required by some machines to handle any generated moves differently.  */
278 int reload_in_progress = 0;
279
280 /* These arrays record the insn_code of insns that may be needed to
281    perform input and output reloads of special objects.  They provide a
282    place to pass a scratch register.  */
283 enum insn_code reload_in_optab[NUM_MACHINE_MODES];
284 enum insn_code reload_out_optab[NUM_MACHINE_MODES];
285
286 /* This obstack is used for allocation of rtl during register elimination.
287    The allocated storage can be freed once find_reloads has processed the
288    insn.  */
289 static struct obstack reload_obstack;
290
291 /* Points to the beginning of the reload_obstack.  All insn_chain structures
292    are allocated first.  */
293 static char *reload_startobj;
294
295 /* The point after all insn_chain structures.  Used to quickly deallocate
296    memory allocated in copy_reloads during calculate_needs_all_insns.  */
297 static char *reload_firstobj;
298
299 /* This points before all local rtl generated by register elimination.
300    Used to quickly free all memory after processing one insn.  */
301 static char *reload_insn_firstobj;
302
303 /* List of insn_chain instructions, one for every insn that reload needs to
304    examine.  */
305 struct insn_chain *reload_insn_chain;
306
307 /* List of all insns needing reloads.  */
308 static struct insn_chain *insns_need_reload;
309 \f
310 /* This structure is used to record information about register eliminations.
311    Each array entry describes one possible way of eliminating a register
312    in favor of another.   If there is more than one way of eliminating a
313    particular register, the most preferred should be specified first.  */
314
315 struct elim_table
316 {
317   int from;                     /* Register number to be eliminated.  */
318   int to;                       /* Register number used as replacement.  */
319   HOST_WIDE_INT initial_offset; /* Initial difference between values.  */
320   int can_eliminate;            /* Nonzero if this elimination can be done.  */
321   int can_eliminate_previous;   /* Value of CAN_ELIMINATE in previous scan over
322                                    insns made by reload.  */
323   HOST_WIDE_INT offset;         /* Current offset between the two regs.  */
324   HOST_WIDE_INT previous_offset;/* Offset at end of previous insn.  */
325   int ref_outside_mem;          /* "to" has been referenced outside a MEM.  */
326   rtx from_rtx;                 /* REG rtx for the register to be eliminated.
327                                    We cannot simply compare the number since
328                                    we might then spuriously replace a hard
329                                    register corresponding to a pseudo
330                                    assigned to the reg to be eliminated.  */
331   rtx to_rtx;                   /* REG rtx for the replacement.  */
332 };
333
334 static struct elim_table *reg_eliminate = 0;
335
336 /* This is an intermediate structure to initialize the table.  It has
337    exactly the members provided by ELIMINABLE_REGS.  */
338 static const struct elim_table_1
339 {
340   const int from;
341   const int to;
342 } reg_eliminate_1[] =
343
344 /* If a set of eliminable registers was specified, define the table from it.
345    Otherwise, default to the normal case of the frame pointer being
346    replaced by the stack pointer.  */
347
348 #ifdef ELIMINABLE_REGS
349   ELIMINABLE_REGS;
350 #else
351   {{ FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM}};
352 #endif
353
354 #define NUM_ELIMINABLE_REGS ARRAY_SIZE (reg_eliminate_1)
355
356 /* Record the number of pending eliminations that have an offset not equal
357    to their initial offset.  If nonzero, we use a new copy of each
358    replacement result in any insns encountered.  */
359 int num_not_at_initial_offset;
360
361 /* Count the number of registers that we may be able to eliminate.  */
362 static int num_eliminable;
363 /* And the number of registers that are equivalent to a constant that
364    can be eliminated to frame_pointer / arg_pointer + constant.  */
365 static int num_eliminable_invariants;
366
367 /* For each label, we record the offset of each elimination.  If we reach
368    a label by more than one path and an offset differs, we cannot do the
369    elimination.  This information is indexed by the difference of the
370    number of the label and the first label number.  We can't offset the
371    pointer itself as this can cause problems on machines with segmented
372    memory.  The first table is an array of flags that records whether we
373    have yet encountered a label and the second table is an array of arrays,
374    one entry in the latter array for each elimination.  */
375
376 static int first_label_num;
377 static char *offsets_known_at;
378 static HOST_WIDE_INT (*offsets_at)[NUM_ELIMINABLE_REGS];
379
380 /* Number of labels in the current function.  */
381
382 static int num_labels;
383 \f
384 static void replace_pseudos_in (rtx *, enum machine_mode, rtx);
385 static void maybe_fix_stack_asms (void);
386 static void copy_reloads (struct insn_chain *);
387 static void calculate_needs_all_insns (int);
388 static int find_reg (struct insn_chain *, int);
389 static void find_reload_regs (struct insn_chain *);
390 static void select_reload_regs (void);
391 static void delete_caller_save_insns (void);
392
393 static void spill_failure (rtx, enum reg_class);
394 static void count_spilled_pseudo (int, int, int);
395 static void delete_dead_insn (rtx);
396 static void alter_reg (int, int, bool);
397 static void set_label_offsets (rtx, rtx, int);
398 static void check_eliminable_occurrences (rtx);
399 static void elimination_effects (rtx, enum machine_mode);
400 static int eliminate_regs_in_insn (rtx, int);
401 static void update_eliminable_offsets (void);
402 static void mark_not_eliminable (rtx, const_rtx, void *);
403 static void set_initial_elim_offsets (void);
404 static bool verify_initial_elim_offsets (void);
405 static void set_initial_label_offsets (void);
406 static void set_offsets_for_label (rtx);
407 static void init_elim_table (void);
408 static void update_eliminables (HARD_REG_SET *);
409 static void spill_hard_reg (unsigned int, int);
410 static int finish_spills (int);
411 static void scan_paradoxical_subregs (rtx);
412 static void count_pseudo (int);
413 static void order_regs_for_reload (struct insn_chain *);
414 static void reload_as_needed (int);
415 static void forget_old_reloads_1 (rtx, const_rtx, void *);
416 static void forget_marked_reloads (regset);
417 static int reload_reg_class_lower (const void *, const void *);
418 static void mark_reload_reg_in_use (unsigned int, int, enum reload_type,
419                                     enum machine_mode);
420 static void clear_reload_reg_in_use (unsigned int, int, enum reload_type,
421                                      enum machine_mode);
422 static int reload_reg_free_p (unsigned int, int, enum reload_type);
423 static int reload_reg_free_for_value_p (int, int, int, enum reload_type,
424                                         rtx, rtx, int, int);
425 static int free_for_value_p (int, enum machine_mode, int, enum reload_type,
426                              rtx, rtx, int, int);
427 static int reload_reg_reaches_end_p (unsigned int, int, enum reload_type);
428 static int allocate_reload_reg (struct insn_chain *, int, int);
429 static int conflicts_with_override (rtx);
430 static void failed_reload (rtx, int);
431 static int set_reload_reg (int, int);
432 static void choose_reload_regs_init (struct insn_chain *, rtx *);
433 static void choose_reload_regs (struct insn_chain *);
434 static void merge_assigned_reloads (rtx);
435 static void emit_input_reload_insns (struct insn_chain *, struct reload *,
436                                      rtx, int);
437 static void emit_output_reload_insns (struct insn_chain *, struct reload *,
438                                       int);
439 static void do_input_reload (struct insn_chain *, struct reload *, int);
440 static void do_output_reload (struct insn_chain *, struct reload *, int);
441 static void emit_reload_insns (struct insn_chain *);
442 static void delete_output_reload (rtx, int, int, rtx);
443 static void delete_address_reloads (rtx, rtx);
444 static void delete_address_reloads_1 (rtx, rtx, rtx);
445 static rtx inc_for_reload (rtx, rtx, rtx, int);
446 #ifdef AUTO_INC_DEC
447 static void add_auto_inc_notes (rtx, rtx);
448 #endif
449 static void copy_eh_notes (rtx, rtx);
450 static void substitute (rtx *, const_rtx, rtx);
451 static bool gen_reload_chain_without_interm_reg_p (int, int);
452 static int reloads_conflict (int, int);
453 static rtx gen_reload (rtx, rtx, int, enum reload_type);
454 static rtx emit_insn_if_valid_for_reload (rtx);
455 \f
456 /* Initialize the reload pass.  This is called at the beginning of compilation
457    and may be called again if the target is reinitialized.  */
458
459 void
460 init_reload (void)
461 {
462   int i;
463
464   /* Often (MEM (REG n)) is still valid even if (REG n) is put on the stack.
465      Set spill_indirect_levels to the number of levels such addressing is
466      permitted, zero if it is not permitted at all.  */
467
468   rtx tem
469     = gen_rtx_MEM (Pmode,
470                    gen_rtx_PLUS (Pmode,
471                                  gen_rtx_REG (Pmode,
472                                               LAST_VIRTUAL_REGISTER + 1),
473                                  GEN_INT (4)));
474   spill_indirect_levels = 0;
475
476   while (memory_address_p (QImode, tem))
477     {
478       spill_indirect_levels++;
479       tem = gen_rtx_MEM (Pmode, tem);
480     }
481
482   /* See if indirect addressing is valid for (MEM (SYMBOL_REF ...)).  */
483
484   tem = gen_rtx_MEM (Pmode, gen_rtx_SYMBOL_REF (Pmode, "foo"));
485   indirect_symref_ok = memory_address_p (QImode, tem);
486
487   /* See if reg+reg is a valid (and offsettable) address.  */
488
489   for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
490     {
491       tem = gen_rtx_PLUS (Pmode,
492                           gen_rtx_REG (Pmode, HARD_FRAME_POINTER_REGNUM),
493                           gen_rtx_REG (Pmode, i));
494
495       /* This way, we make sure that reg+reg is an offsettable address.  */
496       tem = plus_constant (tem, 4);
497
498       if (memory_address_p (QImode, tem))
499         {
500           double_reg_address_ok = 1;
501           break;
502         }
503     }
504
505   /* Initialize obstack for our rtl allocation.  */
506   gcc_obstack_init (&reload_obstack);
507   reload_startobj = XOBNEWVAR (&reload_obstack, char, 0);
508
509   INIT_REG_SET (&spilled_pseudos);
510   INIT_REG_SET (&changed_allocation_pseudos);
511   INIT_REG_SET (&pseudos_counted);
512 }
513
514 /* List of insn chains that are currently unused.  */
515 static struct insn_chain *unused_insn_chains = 0;
516
517 /* Allocate an empty insn_chain structure.  */
518 struct insn_chain *
519 new_insn_chain (void)
520 {
521   struct insn_chain *c;
522
523   if (unused_insn_chains == 0)
524     {
525       c = XOBNEW (&reload_obstack, struct insn_chain);
526       INIT_REG_SET (&c->live_throughout);
527       INIT_REG_SET (&c->dead_or_set);
528     }
529   else
530     {
531       c = unused_insn_chains;
532       unused_insn_chains = c->next;
533     }
534   c->is_caller_save_insn = 0;
535   c->need_operand_change = 0;
536   c->need_reload = 0;
537   c->need_elim = 0;
538   return c;
539 }
540
541 /* Small utility function to set all regs in hard reg set TO which are
542    allocated to pseudos in regset FROM.  */
543
544 void
545 compute_use_by_pseudos (HARD_REG_SET *to, regset from)
546 {
547   unsigned int regno;
548   reg_set_iterator rsi;
549
550   EXECUTE_IF_SET_IN_REG_SET (from, FIRST_PSEUDO_REGISTER, regno, rsi)
551     {
552       int r = reg_renumber[regno];
553
554       if (r < 0)
555         {
556           /* reload_combine uses the information from DF_LIVE_IN,
557              which might still contain registers that have not
558              actually been allocated since they have an
559              equivalence.  */
560           gcc_assert (ira_conflicts_p || reload_completed);
561         }
562       else
563         add_to_hard_reg_set (to, PSEUDO_REGNO_MODE (regno), r);
564     }
565 }
566
567 /* Replace all pseudos found in LOC with their corresponding
568    equivalences.  */
569
570 static void
571 replace_pseudos_in (rtx *loc, enum machine_mode mem_mode, rtx usage)
572 {
573   rtx x = *loc;
574   enum rtx_code code;
575   const char *fmt;
576   int i, j;
577
578   if (! x)
579     return;
580
581   code = GET_CODE (x);
582   if (code == REG)
583     {
584       unsigned int regno = REGNO (x);
585
586       if (regno < FIRST_PSEUDO_REGISTER)
587         return;
588
589       x = eliminate_regs (x, mem_mode, usage);
590       if (x != *loc)
591         {
592           *loc = x;
593           replace_pseudos_in (loc, mem_mode, usage);
594           return;
595         }
596
597       if (reg_equiv_constant[regno])
598         *loc = reg_equiv_constant[regno];
599       else if (reg_equiv_mem[regno])
600         *loc = reg_equiv_mem[regno];
601       else if (reg_equiv_address[regno])
602         *loc = gen_rtx_MEM (GET_MODE (x), reg_equiv_address[regno]);
603       else
604         {
605           gcc_assert (!REG_P (regno_reg_rtx[regno])
606                       || REGNO (regno_reg_rtx[regno]) != regno);
607           *loc = regno_reg_rtx[regno];
608         }
609
610       return;
611     }
612   else if (code == MEM)
613     {
614       replace_pseudos_in (& XEXP (x, 0), GET_MODE (x), usage);
615       return;
616     }
617
618   /* Process each of our operands recursively.  */
619   fmt = GET_RTX_FORMAT (code);
620   for (i = 0; i < GET_RTX_LENGTH (code); i++, fmt++)
621     if (*fmt == 'e')
622       replace_pseudos_in (&XEXP (x, i), mem_mode, usage);
623     else if (*fmt == 'E')
624       for (j = 0; j < XVECLEN (x, i); j++)
625         replace_pseudos_in (& XVECEXP (x, i, j), mem_mode, usage);
626 }
627
628 /* Determine if the current function has an exception receiver block
629    that reaches the exit block via non-exceptional edges  */
630
631 static bool
632 has_nonexceptional_receiver (void)
633 {
634   edge e;
635   edge_iterator ei;
636   basic_block *tos, *worklist, bb;
637
638   /* If we're not optimizing, then just err on the safe side.  */
639   if (!optimize)
640     return true;
641   
642   /* First determine which blocks can reach exit via normal paths.  */
643   tos = worklist = XNEWVEC (basic_block, n_basic_blocks + 1);
644
645   FOR_EACH_BB (bb)
646     bb->flags &= ~BB_REACHABLE;
647
648   /* Place the exit block on our worklist.  */
649   EXIT_BLOCK_PTR->flags |= BB_REACHABLE;
650   *tos++ = EXIT_BLOCK_PTR;
651   
652   /* Iterate: find everything reachable from what we've already seen.  */
653   while (tos != worklist)
654     {
655       bb = *--tos;
656
657       FOR_EACH_EDGE (e, ei, bb->preds)
658         if (!(e->flags & EDGE_ABNORMAL))
659           {
660             basic_block src = e->src;
661
662             if (!(src->flags & BB_REACHABLE))
663               {
664                 src->flags |= BB_REACHABLE;
665                 *tos++ = src;
666               }
667           }
668     }
669   free (worklist);
670
671   /* Now see if there's a reachable block with an exceptional incoming
672      edge.  */
673   FOR_EACH_BB (bb)
674     if (bb->flags & BB_REACHABLE)
675       FOR_EACH_EDGE (e, ei, bb->preds)
676         if (e->flags & EDGE_ABNORMAL)
677           return true;
678
679   /* No exceptional block reached exit unexceptionally.  */
680   return false;
681 }
682
683 \f
684 /* Global variables used by reload and its subroutines.  */
685
686 /* Set during calculate_needs if an insn needs register elimination.  */
687 static int something_needs_elimination;
688 /* Set during calculate_needs if an insn needs an operand changed.  */
689 static int something_needs_operands_changed;
690
691 /* Nonzero means we couldn't get enough spill regs.  */
692 static int failure;
693
694 /* Temporary array of pseudo-register number.  */
695 static int *temp_pseudo_reg_arr;
696
697 /* Main entry point for the reload pass.
698
699    FIRST is the first insn of the function being compiled.
700
701    GLOBAL nonzero means we were called from global_alloc
702    and should attempt to reallocate any pseudoregs that we
703    displace from hard regs we will use for reloads.
704    If GLOBAL is zero, we do not have enough information to do that,
705    so any pseudo reg that is spilled must go to the stack.
706
707    Return value is nonzero if reload failed
708    and we must not do any more for this function.  */
709
710 int
711 reload (rtx first, int global)
712 {
713   int i, n;
714   rtx insn;
715   struct elim_table *ep;
716   basic_block bb;
717
718   /* Make sure even insns with volatile mem refs are recognizable.  */
719   init_recog ();
720
721   failure = 0;
722
723   reload_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
724
725   /* Make sure that the last insn in the chain
726      is not something that needs reloading.  */
727   emit_note (NOTE_INSN_DELETED);
728
729   /* Enable find_equiv_reg to distinguish insns made by reload.  */
730   reload_first_uid = get_max_uid ();
731
732 #ifdef SECONDARY_MEMORY_NEEDED
733   /* Initialize the secondary memory table.  */
734   clear_secondary_mem ();
735 #endif
736
737   /* We don't have a stack slot for any spill reg yet.  */
738   memset (spill_stack_slot, 0, sizeof spill_stack_slot);
739   memset (spill_stack_slot_width, 0, sizeof spill_stack_slot_width);
740
741   /* Initialize the save area information for caller-save, in case some
742      are needed.  */
743   init_save_areas ();
744
745   /* Compute which hard registers are now in use
746      as homes for pseudo registers.
747      This is done here rather than (eg) in global_alloc
748      because this point is reached even if not optimizing.  */
749   for (i = FIRST_PSEUDO_REGISTER; i < max_regno; i++)
750     mark_home_live (i);
751
752   /* A function that has a nonlocal label that can reach the exit
753      block via non-exceptional paths must save all call-saved
754      registers.  */
755   if (cfun->has_nonlocal_label
756       && has_nonexceptional_receiver ())
757     crtl->saves_all_registers = 1;
758
759   if (crtl->saves_all_registers)
760     for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
761       if (! call_used_regs[i] && ! fixed_regs[i] && ! LOCAL_REGNO (i))
762         df_set_regs_ever_live (i, true);
763
764   /* Find all the pseudo registers that didn't get hard regs
765      but do have known equivalent constants or memory slots.
766      These include parameters (known equivalent to parameter slots)
767      and cse'd or loop-moved constant memory addresses.
768
769      Record constant equivalents in reg_equiv_constant
770      so they will be substituted by find_reloads.
771      Record memory equivalents in reg_mem_equiv so they can
772      be substituted eventually by altering the REG-rtx's.  */
773
774   reg_equiv_constant = XCNEWVEC (rtx, max_regno);
775   reg_equiv_invariant = XCNEWVEC (rtx, max_regno);
776   reg_equiv_mem = XCNEWVEC (rtx, max_regno);
777   reg_equiv_alt_mem_list = XCNEWVEC (rtx, max_regno);
778   reg_equiv_address = XCNEWVEC (rtx, max_regno);
779   reg_max_ref_width = XCNEWVEC (unsigned int, max_regno);
780   reg_old_renumber = XCNEWVEC (short, max_regno);
781   memcpy (reg_old_renumber, reg_renumber, max_regno * sizeof (short));
782   pseudo_forbidden_regs = XNEWVEC (HARD_REG_SET, max_regno);
783   pseudo_previous_regs = XCNEWVEC (HARD_REG_SET, max_regno);
784
785   CLEAR_HARD_REG_SET (bad_spill_regs_global);
786
787   /* Look for REG_EQUIV notes; record what each pseudo is equivalent
788      to.  Also find all paradoxical subregs and find largest such for
789      each pseudo.  */
790
791   num_eliminable_invariants = 0;
792   for (insn = first; insn; insn = NEXT_INSN (insn))
793     {
794       rtx set = single_set (insn);
795
796       /* We may introduce USEs that we want to remove at the end, so
797          we'll mark them with QImode.  Make sure there are no
798          previously-marked insns left by say regmove.  */
799       if (INSN_P (insn) && GET_CODE (PATTERN (insn)) == USE
800           && GET_MODE (insn) != VOIDmode)
801         PUT_MODE (insn, VOIDmode);
802
803       if (INSN_P (insn))
804         scan_paradoxical_subregs (PATTERN (insn));
805
806       if (set != 0 && REG_P (SET_DEST (set)))
807         {
808           rtx note = find_reg_note (insn, REG_EQUIV, NULL_RTX);
809           rtx x;
810
811           if (! note)
812             continue;
813
814           i = REGNO (SET_DEST (set));
815           x = XEXP (note, 0);
816
817           if (i <= LAST_VIRTUAL_REGISTER)
818             continue;
819
820           if (! function_invariant_p (x)
821               || ! flag_pic
822               /* A function invariant is often CONSTANT_P but may
823                  include a register.  We promise to only pass
824                  CONSTANT_P objects to LEGITIMATE_PIC_OPERAND_P.  */
825               || (CONSTANT_P (x)
826                   && LEGITIMATE_PIC_OPERAND_P (x)))
827             {
828               /* It can happen that a REG_EQUIV note contains a MEM
829                  that is not a legitimate memory operand.  As later
830                  stages of reload assume that all addresses found
831                  in the reg_equiv_* arrays were originally legitimate,
832                  we ignore such REG_EQUIV notes.  */
833               if (memory_operand (x, VOIDmode))
834                 {
835                   /* Always unshare the equivalence, so we can
836                      substitute into this insn without touching the
837                        equivalence.  */
838                   reg_equiv_memory_loc[i] = copy_rtx (x);
839                 }
840               else if (function_invariant_p (x))
841                 {
842                   if (GET_CODE (x) == PLUS)
843                     {
844                       /* This is PLUS of frame pointer and a constant,
845                          and might be shared.  Unshare it.  */
846                       reg_equiv_invariant[i] = copy_rtx (x);
847                       num_eliminable_invariants++;
848                     }
849                   else if (x == frame_pointer_rtx || x == arg_pointer_rtx)
850                     {
851                       reg_equiv_invariant[i] = x;
852                       num_eliminable_invariants++;
853                     }
854                   else if (LEGITIMATE_CONSTANT_P (x))
855                     reg_equiv_constant[i] = x;
856                   else
857                     {
858                       reg_equiv_memory_loc[i]
859                         = force_const_mem (GET_MODE (SET_DEST (set)), x);
860                       if (! reg_equiv_memory_loc[i])
861                         reg_equiv_init[i] = NULL_RTX;
862                     }
863                 }
864               else
865                 {
866                   reg_equiv_init[i] = NULL_RTX;
867                   continue;
868                 }
869             }
870           else
871             reg_equiv_init[i] = NULL_RTX;
872         }
873     }
874
875   if (dump_file)
876     for (i = FIRST_PSEUDO_REGISTER; i < max_regno; i++)
877       if (reg_equiv_init[i])
878         {
879           fprintf (dump_file, "init_insns for %u: ", i);
880           print_inline_rtx (dump_file, reg_equiv_init[i], 20);
881           fprintf (dump_file, "\n");
882         }
883
884   init_elim_table ();
885
886   first_label_num = get_first_label_num ();
887   num_labels = max_label_num () - first_label_num;
888
889   /* Allocate the tables used to store offset information at labels.  */
890   /* We used to use alloca here, but the size of what it would try to
891      allocate would occasionally cause it to exceed the stack limit and
892      cause a core dump.  */
893   offsets_known_at = XNEWVEC (char, num_labels);
894   offsets_at = (HOST_WIDE_INT (*)[NUM_ELIMINABLE_REGS]) xmalloc (num_labels * NUM_ELIMINABLE_REGS * sizeof (HOST_WIDE_INT));
895
896   /* Alter each pseudo-reg rtx to contain its hard reg number.  Assign
897      stack slots to the pseudos that lack hard regs or equivalents.
898      Do not touch virtual registers.  */
899
900   temp_pseudo_reg_arr = XNEWVEC (int, max_regno - LAST_VIRTUAL_REGISTER - 1);
901   for (n = 0, i = LAST_VIRTUAL_REGISTER + 1; i < max_regno; i++)
902     temp_pseudo_reg_arr[n++] = i;
903   
904   if (ira_conflicts_p)
905     /* Ask IRA to order pseudo-registers for better stack slot
906        sharing.  */
907     ira_sort_regnos_for_alter_reg (temp_pseudo_reg_arr, n, reg_max_ref_width);
908
909   for (i = 0; i < n; i++)
910     alter_reg (temp_pseudo_reg_arr[i], -1, false);
911
912   /* If we have some registers we think can be eliminated, scan all insns to
913      see if there is an insn that sets one of these registers to something
914      other than itself plus a constant.  If so, the register cannot be
915      eliminated.  Doing this scan here eliminates an extra pass through the
916      main reload loop in the most common case where register elimination
917      cannot be done.  */
918   for (insn = first; insn && num_eliminable; insn = NEXT_INSN (insn))
919     if (INSN_P (insn))
920       note_stores (PATTERN (insn), mark_not_eliminable, NULL);
921
922   maybe_fix_stack_asms ();
923
924   insns_need_reload = 0;
925   something_needs_elimination = 0;
926
927   /* Initialize to -1, which means take the first spill register.  */
928   last_spill_reg = -1;
929
930   /* Spill any hard regs that we know we can't eliminate.  */
931   CLEAR_HARD_REG_SET (used_spill_regs);
932   /* There can be multiple ways to eliminate a register;
933      they should be listed adjacently.
934      Elimination for any register fails only if all possible ways fail.  */
935   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; )
936     {
937       int from = ep->from;
938       int can_eliminate = 0;
939       do
940         {
941           can_eliminate |= ep->can_eliminate;
942           ep++;
943         }
944       while (ep < &reg_eliminate[NUM_ELIMINABLE_REGS] && ep->from == from);
945       if (! can_eliminate)
946         spill_hard_reg (from, 1);
947     }
948
949 #if HARD_FRAME_POINTER_REGNUM != FRAME_POINTER_REGNUM
950   if (frame_pointer_needed)
951     spill_hard_reg (HARD_FRAME_POINTER_REGNUM, 1);
952 #endif
953   finish_spills (global);
954
955   /* From now on, we may need to generate moves differently.  We may also
956      allow modifications of insns which cause them to not be recognized.
957      Any such modifications will be cleaned up during reload itself.  */
958   reload_in_progress = 1;
959
960   /* This loop scans the entire function each go-round
961      and repeats until one repetition spills no additional hard regs.  */
962   for (;;)
963     {
964       int something_changed;
965       int did_spill;
966       HOST_WIDE_INT starting_frame_size;
967
968       starting_frame_size = get_frame_size ();
969
970       set_initial_elim_offsets ();
971       set_initial_label_offsets ();
972
973       /* For each pseudo register that has an equivalent location defined,
974          try to eliminate any eliminable registers (such as the frame pointer)
975          assuming initial offsets for the replacement register, which
976          is the normal case.
977
978          If the resulting location is directly addressable, substitute
979          the MEM we just got directly for the old REG.
980
981          If it is not addressable but is a constant or the sum of a hard reg
982          and constant, it is probably not addressable because the constant is
983          out of range, in that case record the address; we will generate
984          hairy code to compute the address in a register each time it is
985          needed.  Similarly if it is a hard register, but one that is not
986          valid as an address register.
987
988          If the location is not addressable, but does not have one of the
989          above forms, assign a stack slot.  We have to do this to avoid the
990          potential of producing lots of reloads if, e.g., a location involves
991          a pseudo that didn't get a hard register and has an equivalent memory
992          location that also involves a pseudo that didn't get a hard register.
993
994          Perhaps at some point we will improve reload_when_needed handling
995          so this problem goes away.  But that's very hairy.  */
996
997       for (i = FIRST_PSEUDO_REGISTER; i < max_regno; i++)
998         if (reg_renumber[i] < 0 && reg_equiv_memory_loc[i])
999           {
1000             rtx x = eliminate_regs (reg_equiv_memory_loc[i], VOIDmode,
1001                                     NULL_RTX);
1002
1003             if (strict_memory_address_p (GET_MODE (regno_reg_rtx[i]),
1004                                          XEXP (x, 0)))
1005               reg_equiv_mem[i] = x, reg_equiv_address[i] = 0;
1006             else if (CONSTANT_P (XEXP (x, 0))
1007                      || (REG_P (XEXP (x, 0))
1008                          && REGNO (XEXP (x, 0)) < FIRST_PSEUDO_REGISTER)
1009                      || (GET_CODE (XEXP (x, 0)) == PLUS
1010                          && REG_P (XEXP (XEXP (x, 0), 0))
1011                          && (REGNO (XEXP (XEXP (x, 0), 0))
1012                              < FIRST_PSEUDO_REGISTER)
1013                          && CONSTANT_P (XEXP (XEXP (x, 0), 1))))
1014               reg_equiv_address[i] = XEXP (x, 0), reg_equiv_mem[i] = 0;
1015             else
1016               {
1017                 /* Make a new stack slot.  Then indicate that something
1018                    changed so we go back and recompute offsets for
1019                    eliminable registers because the allocation of memory
1020                    below might change some offset.  reg_equiv_{mem,address}
1021                    will be set up for this pseudo on the next pass around
1022                    the loop.  */
1023                 reg_equiv_memory_loc[i] = 0;
1024                 reg_equiv_init[i] = 0;
1025                 alter_reg (i, -1, true);
1026               }
1027           }
1028
1029       if (caller_save_needed)
1030         setup_save_areas ();
1031
1032       /* If we allocated another stack slot, redo elimination bookkeeping.  */
1033       if (starting_frame_size != get_frame_size ())
1034         continue;
1035       if (starting_frame_size && crtl->stack_alignment_needed)
1036         {
1037           /* If we have a stack frame, we must align it now.  The
1038              stack size may be a part of the offset computation for
1039              register elimination.  So if this changes the stack size,
1040              then repeat the elimination bookkeeping.  We don't
1041              realign when there is no stack, as that will cause a
1042              stack frame when none is needed should
1043              STARTING_FRAME_OFFSET not be already aligned to
1044              STACK_BOUNDARY.  */
1045           assign_stack_local (BLKmode, 0, crtl->stack_alignment_needed);
1046           if (starting_frame_size != get_frame_size ())
1047             continue;
1048         }
1049
1050       if (caller_save_needed)
1051         {
1052           save_call_clobbered_regs ();
1053           /* That might have allocated new insn_chain structures.  */
1054           reload_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
1055         }
1056
1057       calculate_needs_all_insns (global);
1058
1059       if (! ira_conflicts_p)
1060         /* Don't do it for IRA.  We need this info because we don't
1061            change live_throughout and dead_or_set for chains when IRA
1062            is used.  */
1063         CLEAR_REG_SET (&spilled_pseudos);
1064
1065       did_spill = 0;
1066
1067       something_changed = 0;
1068
1069       /* If we allocated any new memory locations, make another pass
1070          since it might have changed elimination offsets.  */
1071       if (starting_frame_size != get_frame_size ())
1072         something_changed = 1;
1073
1074       /* Even if the frame size remained the same, we might still have
1075          changed elimination offsets, e.g. if find_reloads called 
1076          force_const_mem requiring the back end to allocate a constant
1077          pool base register that needs to be saved on the stack.  */
1078       else if (!verify_initial_elim_offsets ())
1079         something_changed = 1;
1080
1081       {
1082         HARD_REG_SET to_spill;
1083         CLEAR_HARD_REG_SET (to_spill);
1084         update_eliminables (&to_spill);
1085         AND_COMPL_HARD_REG_SET (used_spill_regs, to_spill);
1086
1087         for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1088           if (TEST_HARD_REG_BIT (to_spill, i))
1089             {
1090               spill_hard_reg (i, 1);
1091               did_spill = 1;
1092
1093               /* Regardless of the state of spills, if we previously had
1094                  a register that we thought we could eliminate, but now can
1095                  not eliminate, we must run another pass.
1096
1097                  Consider pseudos which have an entry in reg_equiv_* which
1098                  reference an eliminable register.  We must make another pass
1099                  to update reg_equiv_* so that we do not substitute in the
1100                  old value from when we thought the elimination could be
1101                  performed.  */
1102               something_changed = 1;
1103             }
1104       }
1105
1106       select_reload_regs ();
1107       if (failure)
1108         goto failed;
1109
1110       if (insns_need_reload != 0 || did_spill)
1111         something_changed |= finish_spills (global);
1112
1113       if (! something_changed)
1114         break;
1115
1116       if (caller_save_needed)
1117         delete_caller_save_insns ();
1118
1119       obstack_free (&reload_obstack, reload_firstobj);
1120     }
1121
1122   /* If global-alloc was run, notify it of any register eliminations we have
1123      done.  */
1124   if (global)
1125     for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
1126       if (ep->can_eliminate)
1127         mark_elimination (ep->from, ep->to);
1128
1129   /* If a pseudo has no hard reg, delete the insns that made the equivalence.
1130      If that insn didn't set the register (i.e., it copied the register to
1131      memory), just delete that insn instead of the equivalencing insn plus
1132      anything now dead.  If we call delete_dead_insn on that insn, we may
1133      delete the insn that actually sets the register if the register dies
1134      there and that is incorrect.  */
1135
1136   for (i = FIRST_PSEUDO_REGISTER; i < max_regno; i++)
1137     {
1138       if (reg_renumber[i] < 0 && reg_equiv_init[i] != 0)
1139         {
1140           rtx list;
1141           for (list = reg_equiv_init[i]; list; list = XEXP (list, 1))
1142             {
1143               rtx equiv_insn = XEXP (list, 0);
1144
1145               /* If we already deleted the insn or if it may trap, we can't
1146                  delete it.  The latter case shouldn't happen, but can
1147                  if an insn has a variable address, gets a REG_EH_REGION
1148                  note added to it, and then gets converted into a load
1149                  from a constant address.  */
1150               if (NOTE_P (equiv_insn)
1151                   || can_throw_internal (equiv_insn))
1152                 ;
1153               else if (reg_set_p (regno_reg_rtx[i], PATTERN (equiv_insn)))
1154                 delete_dead_insn (equiv_insn);
1155               else
1156                 SET_INSN_DELETED (equiv_insn);
1157             }
1158         }
1159     }
1160
1161   /* Use the reload registers where necessary
1162      by generating move instructions to move the must-be-register
1163      values into or out of the reload registers.  */
1164
1165   if (insns_need_reload != 0 || something_needs_elimination
1166       || something_needs_operands_changed)
1167     {
1168       HOST_WIDE_INT old_frame_size = get_frame_size ();
1169
1170       reload_as_needed (global);
1171
1172       gcc_assert (old_frame_size == get_frame_size ());
1173
1174       gcc_assert (verify_initial_elim_offsets ());
1175     }
1176
1177   /* If we were able to eliminate the frame pointer, show that it is no
1178      longer live at the start of any basic block.  If it ls live by
1179      virtue of being in a pseudo, that pseudo will be marked live
1180      and hence the frame pointer will be known to be live via that
1181      pseudo.  */
1182
1183   if (! frame_pointer_needed)
1184     FOR_EACH_BB (bb)
1185       bitmap_clear_bit (df_get_live_in (bb), HARD_FRAME_POINTER_REGNUM);
1186         
1187   /* Come here (with failure set nonzero) if we can't get enough spill
1188      regs.  */
1189  failed:
1190
1191   CLEAR_REG_SET (&changed_allocation_pseudos);
1192   CLEAR_REG_SET (&spilled_pseudos);
1193   reload_in_progress = 0;
1194
1195   /* Now eliminate all pseudo regs by modifying them into
1196      their equivalent memory references.
1197      The REG-rtx's for the pseudos are modified in place,
1198      so all insns that used to refer to them now refer to memory.
1199
1200      For a reg that has a reg_equiv_address, all those insns
1201      were changed by reloading so that no insns refer to it any longer;
1202      but the DECL_RTL of a variable decl may refer to it,
1203      and if so this causes the debugging info to mention the variable.  */
1204
1205   for (i = FIRST_PSEUDO_REGISTER; i < max_regno; i++)
1206     {
1207       rtx addr = 0;
1208
1209       if (reg_equiv_mem[i])
1210         addr = XEXP (reg_equiv_mem[i], 0);
1211
1212       if (reg_equiv_address[i])
1213         addr = reg_equiv_address[i];
1214
1215       if (addr)
1216         {
1217           if (reg_renumber[i] < 0)
1218             {
1219               rtx reg = regno_reg_rtx[i];
1220
1221               REG_USERVAR_P (reg) = 0;
1222               PUT_CODE (reg, MEM);
1223               XEXP (reg, 0) = addr;
1224               if (reg_equiv_memory_loc[i])
1225                 MEM_COPY_ATTRIBUTES (reg, reg_equiv_memory_loc[i]);
1226               else
1227                 {
1228                   MEM_IN_STRUCT_P (reg) = MEM_SCALAR_P (reg) = 0;
1229                   MEM_ATTRS (reg) = 0;
1230                 }
1231               MEM_NOTRAP_P (reg) = 1;
1232             }
1233           else if (reg_equiv_mem[i])
1234             XEXP (reg_equiv_mem[i], 0) = addr;
1235         }
1236     }
1237
1238   /* We must set reload_completed now since the cleanup_subreg_operands call
1239      below will re-recognize each insn and reload may have generated insns
1240      which are only valid during and after reload.  */
1241   reload_completed = 1;
1242
1243   /* Make a pass over all the insns and delete all USEs which we inserted
1244      only to tag a REG_EQUAL note on them.  Remove all REG_DEAD and REG_UNUSED
1245      notes.  Delete all CLOBBER insns, except those that refer to the return
1246      value and the special mem:BLK CLOBBERs added to prevent the scheduler
1247      from misarranging variable-array code, and simplify (subreg (reg))
1248      operands.  Strip and regenerate REG_INC notes that may have been moved
1249      around.  */
1250
1251   for (insn = first; insn; insn = NEXT_INSN (insn))
1252     if (INSN_P (insn))
1253       {
1254         rtx *pnote;
1255
1256         if (CALL_P (insn))
1257           replace_pseudos_in (& CALL_INSN_FUNCTION_USAGE (insn),
1258                               VOIDmode, CALL_INSN_FUNCTION_USAGE (insn));
1259
1260         if ((GET_CODE (PATTERN (insn)) == USE
1261              /* We mark with QImode USEs introduced by reload itself.  */
1262              && (GET_MODE (insn) == QImode
1263                  || find_reg_note (insn, REG_EQUAL, NULL_RTX)))
1264             || (GET_CODE (PATTERN (insn)) == CLOBBER
1265                 && (!MEM_P (XEXP (PATTERN (insn), 0))
1266                     || GET_MODE (XEXP (PATTERN (insn), 0)) != BLKmode
1267                     || (GET_CODE (XEXP (XEXP (PATTERN (insn), 0), 0)) != SCRATCH
1268                         && XEXP (XEXP (PATTERN (insn), 0), 0)
1269                                 != stack_pointer_rtx))
1270                 && (!REG_P (XEXP (PATTERN (insn), 0))
1271                     || ! REG_FUNCTION_VALUE_P (XEXP (PATTERN (insn), 0)))))
1272           {
1273             delete_insn (insn);
1274             continue;
1275           }
1276
1277         /* Some CLOBBERs may survive until here and still reference unassigned
1278            pseudos with const equivalent, which may in turn cause ICE in later
1279            passes if the reference remains in place.  */
1280         if (GET_CODE (PATTERN (insn)) == CLOBBER)
1281           replace_pseudos_in (& XEXP (PATTERN (insn), 0),
1282                               VOIDmode, PATTERN (insn));
1283
1284         /* Discard obvious no-ops, even without -O.  This optimization
1285            is fast and doesn't interfere with debugging.  */
1286         if (NONJUMP_INSN_P (insn)
1287             && GET_CODE (PATTERN (insn)) == SET
1288             && REG_P (SET_SRC (PATTERN (insn)))
1289             && REG_P (SET_DEST (PATTERN (insn)))
1290             && (REGNO (SET_SRC (PATTERN (insn)))
1291                 == REGNO (SET_DEST (PATTERN (insn)))))
1292           {
1293             delete_insn (insn);
1294             continue;
1295           }
1296
1297         pnote = &REG_NOTES (insn);
1298         while (*pnote != 0)
1299           {
1300             if (REG_NOTE_KIND (*pnote) == REG_DEAD
1301                 || REG_NOTE_KIND (*pnote) == REG_UNUSED
1302                 || REG_NOTE_KIND (*pnote) == REG_INC)
1303               *pnote = XEXP (*pnote, 1);
1304             else
1305               pnote = &XEXP (*pnote, 1);
1306           }
1307
1308 #ifdef AUTO_INC_DEC
1309         add_auto_inc_notes (insn, PATTERN (insn));
1310 #endif
1311
1312         /* Simplify (subreg (reg)) if it appears as an operand.  */
1313         cleanup_subreg_operands (insn);
1314
1315         /* Clean up invalid ASMs so that they don't confuse later passes.
1316            See PR 21299.  */
1317         if (asm_noperands (PATTERN (insn)) >= 0)
1318           {
1319             extract_insn (insn);
1320             if (!constrain_operands (1))
1321               {
1322                 error_for_asm (insn,
1323                                "%<asm%> operand has impossible constraints");
1324                 delete_insn (insn);
1325                 continue;
1326               }
1327           }
1328       }
1329
1330   /* If we are doing generic stack checking, give a warning if this
1331      function's frame size is larger than we expect.  */
1332   if (flag_stack_check == GENERIC_STACK_CHECK)
1333     {
1334       HOST_WIDE_INT size = get_frame_size () + STACK_CHECK_FIXED_FRAME_SIZE;
1335       static int verbose_warned = 0;
1336
1337       for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1338         if (df_regs_ever_live_p (i) && ! fixed_regs[i] && call_used_regs[i])
1339           size += UNITS_PER_WORD;
1340
1341       if (size > STACK_CHECK_MAX_FRAME_SIZE)
1342         {
1343           warning (0, "frame size too large for reliable stack checking");
1344           if (! verbose_warned)
1345             {
1346               warning (0, "try reducing the number of local variables");
1347               verbose_warned = 1;
1348             }
1349         }
1350     }
1351
1352   /* Indicate that we no longer have known memory locations or constants.  */
1353   if (reg_equiv_constant)
1354     free (reg_equiv_constant);
1355   if (reg_equiv_invariant)
1356     free (reg_equiv_invariant);
1357   reg_equiv_constant = 0;
1358   reg_equiv_invariant = 0;
1359   VEC_free (rtx, gc, reg_equiv_memory_loc_vec);
1360   reg_equiv_memory_loc = 0;
1361
1362   free (temp_pseudo_reg_arr);
1363
1364   if (offsets_known_at)
1365     free (offsets_known_at);
1366   if (offsets_at)
1367     free (offsets_at);
1368
1369   for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1370     if (reg_equiv_alt_mem_list[i])
1371       free_EXPR_LIST_list (&reg_equiv_alt_mem_list[i]);
1372   free (reg_equiv_alt_mem_list);
1373
1374   free (reg_equiv_mem);
1375   reg_equiv_init = 0;
1376   free (reg_equiv_address);
1377   free (reg_max_ref_width);
1378   free (reg_old_renumber);
1379   free (pseudo_previous_regs);
1380   free (pseudo_forbidden_regs);
1381
1382   CLEAR_HARD_REG_SET (used_spill_regs);
1383   for (i = 0; i < n_spills; i++)
1384     SET_HARD_REG_BIT (used_spill_regs, spill_regs[i]);
1385
1386   /* Free all the insn_chain structures at once.  */
1387   obstack_free (&reload_obstack, reload_startobj);
1388   unused_insn_chains = 0;
1389   fixup_abnormal_edges ();
1390
1391   /* Replacing pseudos with their memory equivalents might have
1392      created shared rtx.  Subsequent passes would get confused
1393      by this, so unshare everything here.  */
1394   unshare_all_rtl_again (first);
1395
1396 #ifdef STACK_BOUNDARY
1397   /* init_emit has set the alignment of the hard frame pointer
1398      to STACK_BOUNDARY.  It is very likely no longer valid if
1399      the hard frame pointer was used for register allocation.  */
1400   if (!frame_pointer_needed)
1401     REGNO_POINTER_ALIGN (HARD_FRAME_POINTER_REGNUM) = BITS_PER_UNIT;
1402 #endif
1403
1404   return failure;
1405 }
1406
1407 /* Yet another special case.  Unfortunately, reg-stack forces people to
1408    write incorrect clobbers in asm statements.  These clobbers must not
1409    cause the register to appear in bad_spill_regs, otherwise we'll call
1410    fatal_insn later.  We clear the corresponding regnos in the live
1411    register sets to avoid this.
1412    The whole thing is rather sick, I'm afraid.  */
1413
1414 static void
1415 maybe_fix_stack_asms (void)
1416 {
1417 #ifdef STACK_REGS
1418   const char *constraints[MAX_RECOG_OPERANDS];
1419   enum machine_mode operand_mode[MAX_RECOG_OPERANDS];
1420   struct insn_chain *chain;
1421
1422   for (chain = reload_insn_chain; chain != 0; chain = chain->next)
1423     {
1424       int i, noperands;
1425       HARD_REG_SET clobbered, allowed;
1426       rtx pat;
1427
1428       if (! INSN_P (chain->insn)
1429           || (noperands = asm_noperands (PATTERN (chain->insn))) < 0)
1430         continue;
1431       pat = PATTERN (chain->insn);
1432       if (GET_CODE (pat) != PARALLEL)
1433         continue;
1434
1435       CLEAR_HARD_REG_SET (clobbered);
1436       CLEAR_HARD_REG_SET (allowed);
1437
1438       /* First, make a mask of all stack regs that are clobbered.  */
1439       for (i = 0; i < XVECLEN (pat, 0); i++)
1440         {
1441           rtx t = XVECEXP (pat, 0, i);
1442           if (GET_CODE (t) == CLOBBER && STACK_REG_P (XEXP (t, 0)))
1443             SET_HARD_REG_BIT (clobbered, REGNO (XEXP (t, 0)));
1444         }
1445
1446       /* Get the operand values and constraints out of the insn.  */
1447       decode_asm_operands (pat, recog_data.operand, recog_data.operand_loc,
1448                            constraints, operand_mode, NULL);
1449
1450       /* For every operand, see what registers are allowed.  */
1451       for (i = 0; i < noperands; i++)
1452         {
1453           const char *p = constraints[i];
1454           /* For every alternative, we compute the class of registers allowed
1455              for reloading in CLS, and merge its contents into the reg set
1456              ALLOWED.  */
1457           int cls = (int) NO_REGS;
1458
1459           for (;;)
1460             {
1461               char c = *p;
1462
1463               if (c == '\0' || c == ',' || c == '#')
1464                 {
1465                   /* End of one alternative - mark the regs in the current
1466                      class, and reset the class.  */
1467                   IOR_HARD_REG_SET (allowed, reg_class_contents[cls]);
1468                   cls = NO_REGS;
1469                   p++;
1470                   if (c == '#')
1471                     do {
1472                       c = *p++;
1473                     } while (c != '\0' && c != ',');
1474                   if (c == '\0')
1475                     break;
1476                   continue;
1477                 }
1478
1479               switch (c)
1480                 {
1481                 case '=': case '+': case '*': case '%': case '?': case '!':
1482                 case '0': case '1': case '2': case '3': case '4': case '<':
1483                 case '>': case 'V': case 'o': case '&': case 'E': case 'F':
1484                 case 's': case 'i': case 'n': case 'X': case 'I': case 'J':
1485                 case 'K': case 'L': case 'M': case 'N': case 'O': case 'P':
1486                 case TARGET_MEM_CONSTRAINT:
1487                   break;
1488
1489                 case 'p':
1490                   cls = (int) reg_class_subunion[cls]
1491                       [(int) base_reg_class (VOIDmode, ADDRESS, SCRATCH)];
1492                   break;
1493
1494                 case 'g':
1495                 case 'r':
1496                   cls = (int) reg_class_subunion[cls][(int) GENERAL_REGS];
1497                   break;
1498
1499                 default:
1500                   if (EXTRA_ADDRESS_CONSTRAINT (c, p))
1501                     cls = (int) reg_class_subunion[cls]
1502                       [(int) base_reg_class (VOIDmode, ADDRESS, SCRATCH)];
1503                   else
1504                     cls = (int) reg_class_subunion[cls]
1505                       [(int) REG_CLASS_FROM_CONSTRAINT (c, p)];
1506                 }
1507               p += CONSTRAINT_LEN (c, p);
1508             }
1509         }
1510       /* Those of the registers which are clobbered, but allowed by the
1511          constraints, must be usable as reload registers.  So clear them
1512          out of the life information.  */
1513       AND_HARD_REG_SET (allowed, clobbered);
1514       for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1515         if (TEST_HARD_REG_BIT (allowed, i))
1516           {
1517             CLEAR_REGNO_REG_SET (&chain->live_throughout, i);
1518             CLEAR_REGNO_REG_SET (&chain->dead_or_set, i);
1519           }
1520     }
1521
1522 #endif
1523 }
1524 \f
1525 /* Copy the global variables n_reloads and rld into the corresponding elts
1526    of CHAIN.  */
1527 static void
1528 copy_reloads (struct insn_chain *chain)
1529 {
1530   chain->n_reloads = n_reloads;
1531   chain->rld = XOBNEWVEC (&reload_obstack, struct reload, n_reloads);
1532   memcpy (chain->rld, rld, n_reloads * sizeof (struct reload));
1533   reload_insn_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
1534 }
1535
1536 /* Walk the chain of insns, and determine for each whether it needs reloads
1537    and/or eliminations.  Build the corresponding insns_need_reload list, and
1538    set something_needs_elimination as appropriate.  */
1539 static void
1540 calculate_needs_all_insns (int global)
1541 {
1542   struct insn_chain **pprev_reload = &insns_need_reload;
1543   struct insn_chain *chain, *next = 0;
1544
1545   something_needs_elimination = 0;
1546
1547   reload_insn_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
1548   for (chain = reload_insn_chain; chain != 0; chain = next)
1549     {
1550       rtx insn = chain->insn;
1551
1552       next = chain->next;
1553
1554       /* Clear out the shortcuts.  */
1555       chain->n_reloads = 0;
1556       chain->need_elim = 0;
1557       chain->need_reload = 0;
1558       chain->need_operand_change = 0;
1559
1560       /* If this is a label, a JUMP_INSN, or has REG_NOTES (which might
1561          include REG_LABEL_OPERAND and REG_LABEL_TARGET), we need to see
1562          what effects this has on the known offsets at labels.  */
1563
1564       if (LABEL_P (insn) || JUMP_P (insn)
1565           || (INSN_P (insn) && REG_NOTES (insn) != 0))
1566         set_label_offsets (insn, insn, 0);
1567
1568       if (INSN_P (insn))
1569         {
1570           rtx old_body = PATTERN (insn);
1571           int old_code = INSN_CODE (insn);
1572           rtx old_notes = REG_NOTES (insn);
1573           int did_elimination = 0;
1574           int operands_changed = 0;
1575           rtx set = single_set (insn);
1576
1577           /* Skip insns that only set an equivalence.  */
1578           if (set && REG_P (SET_DEST (set))
1579               && reg_renumber[REGNO (SET_DEST (set))] < 0
1580               && (reg_equiv_constant[REGNO (SET_DEST (set))]
1581                   || (reg_equiv_invariant[REGNO (SET_DEST (set))]))
1582                       && reg_equiv_init[REGNO (SET_DEST (set))])
1583             continue;
1584
1585           /* If needed, eliminate any eliminable registers.  */
1586           if (num_eliminable || num_eliminable_invariants)
1587             did_elimination = eliminate_regs_in_insn (insn, 0);
1588
1589           /* Analyze the instruction.  */
1590           operands_changed = find_reloads (insn, 0, spill_indirect_levels,
1591                                            global, spill_reg_order);
1592
1593           /* If a no-op set needs more than one reload, this is likely
1594              to be something that needs input address reloads.  We
1595              can't get rid of this cleanly later, and it is of no use
1596              anyway, so discard it now.
1597              We only do this when expensive_optimizations is enabled,
1598              since this complements reload inheritance / output
1599              reload deletion, and it can make debugging harder.  */
1600           if (flag_expensive_optimizations && n_reloads > 1)
1601             {
1602               rtx set = single_set (insn);
1603               if (set
1604                   &&
1605                   ((SET_SRC (set) == SET_DEST (set)
1606                     && REG_P (SET_SRC (set))
1607                     && REGNO (SET_SRC (set)) >= FIRST_PSEUDO_REGISTER)
1608                    || (REG_P (SET_SRC (set)) && REG_P (SET_DEST (set))
1609                        && reg_renumber[REGNO (SET_SRC (set))] < 0
1610                        && reg_renumber[REGNO (SET_DEST (set))] < 0
1611                        && reg_equiv_memory_loc[REGNO (SET_SRC (set))] != NULL
1612                        && reg_equiv_memory_loc[REGNO (SET_DEST (set))] != NULL
1613                        && rtx_equal_p (reg_equiv_memory_loc
1614                                        [REGNO (SET_SRC (set))],
1615                                        reg_equiv_memory_loc
1616                                        [REGNO (SET_DEST (set))]))))
1617                 {
1618                   if (ira_conflicts_p)
1619                     /* Inform IRA about the insn deletion.  */
1620                     ira_mark_memory_move_deletion (REGNO (SET_DEST (set)),
1621                                                    REGNO (SET_SRC (set)));
1622                   delete_insn (insn);
1623                   /* Delete it from the reload chain.  */
1624                   if (chain->prev)
1625                     chain->prev->next = next;
1626                   else
1627                     reload_insn_chain = next;
1628                   if (next)
1629                     next->prev = chain->prev;
1630                   chain->next = unused_insn_chains;
1631                   unused_insn_chains = chain;
1632                   continue;
1633                 }
1634             }
1635           if (num_eliminable)
1636             update_eliminable_offsets ();
1637
1638           /* Remember for later shortcuts which insns had any reloads or
1639              register eliminations.  */
1640           chain->need_elim = did_elimination;
1641           chain->need_reload = n_reloads > 0;
1642           chain->need_operand_change = operands_changed;
1643
1644           /* Discard any register replacements done.  */
1645           if (did_elimination)
1646             {
1647               obstack_free (&reload_obstack, reload_insn_firstobj);
1648               PATTERN (insn) = old_body;
1649               INSN_CODE (insn) = old_code;
1650               REG_NOTES (insn) = old_notes;
1651               something_needs_elimination = 1;
1652             }
1653
1654           something_needs_operands_changed |= operands_changed;
1655
1656           if (n_reloads != 0)
1657             {
1658               copy_reloads (chain);
1659               *pprev_reload = chain;
1660               pprev_reload = &chain->next_need_reload;
1661             }
1662         }
1663     }
1664   *pprev_reload = 0;
1665 }
1666 \f
1667 /* Comparison function for qsort to decide which of two reloads
1668    should be handled first.  *P1 and *P2 are the reload numbers.  */
1669
1670 static int
1671 reload_reg_class_lower (const void *r1p, const void *r2p)
1672 {
1673   int r1 = *(const short *) r1p, r2 = *(const short *) r2p;
1674   int t;
1675
1676   /* Consider required reloads before optional ones.  */
1677   t = rld[r1].optional - rld[r2].optional;
1678   if (t != 0)
1679     return t;
1680
1681   /* Count all solitary classes before non-solitary ones.  */
1682   t = ((reg_class_size[(int) rld[r2].rclass] == 1)
1683        - (reg_class_size[(int) rld[r1].rclass] == 1));
1684   if (t != 0)
1685     return t;
1686
1687   /* Aside from solitaires, consider all multi-reg groups first.  */
1688   t = rld[r2].nregs - rld[r1].nregs;
1689   if (t != 0)
1690     return t;
1691
1692   /* Consider reloads in order of increasing reg-class number.  */
1693   t = (int) rld[r1].rclass - (int) rld[r2].rclass;
1694   if (t != 0)
1695     return t;
1696
1697   /* If reloads are equally urgent, sort by reload number,
1698      so that the results of qsort leave nothing to chance.  */
1699   return r1 - r2;
1700 }
1701 \f
1702 /* The cost of spilling each hard reg.  */
1703 static int spill_cost[FIRST_PSEUDO_REGISTER];
1704
1705 /* When spilling multiple hard registers, we use SPILL_COST for the first
1706    spilled hard reg and SPILL_ADD_COST for subsequent regs.  SPILL_ADD_COST
1707    only the first hard reg for a multi-reg pseudo.  */
1708 static int spill_add_cost[FIRST_PSEUDO_REGISTER];
1709
1710 /* Map of hard regno to pseudo regno currently occupying the hard
1711    reg.  */
1712 static int hard_regno_to_pseudo_regno[FIRST_PSEUDO_REGISTER];
1713
1714 /* Update the spill cost arrays, considering that pseudo REG is live.  */
1715
1716 static void
1717 count_pseudo (int reg)
1718 {
1719   int freq = REG_FREQ (reg);
1720   int r = reg_renumber[reg];
1721   int nregs;
1722
1723   if (REGNO_REG_SET_P (&pseudos_counted, reg)
1724       || REGNO_REG_SET_P (&spilled_pseudos, reg)
1725       /* Ignore spilled pseudo-registers which can be here only if IRA
1726          is used.  */
1727       || (ira_conflicts_p && r < 0))
1728     return;
1729
1730   SET_REGNO_REG_SET (&pseudos_counted, reg);
1731
1732   gcc_assert (r >= 0);
1733
1734   spill_add_cost[r] += freq;
1735   nregs = hard_regno_nregs[r][PSEUDO_REGNO_MODE (reg)];
1736   while (nregs-- > 0)
1737     {
1738       hard_regno_to_pseudo_regno[r + nregs] = reg;
1739       spill_cost[r + nregs] += freq;
1740     }
1741 }
1742
1743 /* Calculate the SPILL_COST and SPILL_ADD_COST arrays and determine the
1744    contents of BAD_SPILL_REGS for the insn described by CHAIN.  */
1745
1746 static void
1747 order_regs_for_reload (struct insn_chain *chain)
1748 {
1749   unsigned i;
1750   HARD_REG_SET used_by_pseudos;
1751   HARD_REG_SET used_by_pseudos2;
1752   reg_set_iterator rsi;
1753
1754   COPY_HARD_REG_SET (bad_spill_regs, fixed_reg_set);
1755
1756   memset (spill_cost, 0, sizeof spill_cost);
1757   memset (spill_add_cost, 0, sizeof spill_add_cost);
1758   for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1759     hard_regno_to_pseudo_regno[i] = -1;
1760
1761   /* Count number of uses of each hard reg by pseudo regs allocated to it
1762      and then order them by decreasing use.  First exclude hard registers
1763      that are live in or across this insn.  */
1764
1765   REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout);
1766   REG_SET_TO_HARD_REG_SET (used_by_pseudos2, &chain->dead_or_set);
1767   IOR_HARD_REG_SET (bad_spill_regs, used_by_pseudos);
1768   IOR_HARD_REG_SET (bad_spill_regs, used_by_pseudos2);
1769
1770   /* Now find out which pseudos are allocated to it, and update
1771      hard_reg_n_uses.  */
1772   CLEAR_REG_SET (&pseudos_counted);
1773
1774   EXECUTE_IF_SET_IN_REG_SET
1775     (&chain->live_throughout, FIRST_PSEUDO_REGISTER, i, rsi)
1776     {
1777       count_pseudo (i);
1778     }
1779   EXECUTE_IF_SET_IN_REG_SET
1780     (&chain->dead_or_set, FIRST_PSEUDO_REGISTER, i, rsi)
1781     {
1782       count_pseudo (i);
1783     }
1784   CLEAR_REG_SET (&pseudos_counted);
1785 }
1786 \f
1787 /* Vector of reload-numbers showing the order in which the reloads should
1788    be processed.  */
1789 static short reload_order[MAX_RELOADS];
1790
1791 /* This is used to keep track of the spill regs used in one insn.  */
1792 static HARD_REG_SET used_spill_regs_local;
1793
1794 /* We decided to spill hard register SPILLED, which has a size of
1795    SPILLED_NREGS.  Determine how pseudo REG, which is live during the insn,
1796    is affected.  We will add it to SPILLED_PSEUDOS if necessary, and we will
1797    update SPILL_COST/SPILL_ADD_COST.  */
1798
1799 static void
1800 count_spilled_pseudo (int spilled, int spilled_nregs, int reg)
1801 {
1802   int freq = REG_FREQ (reg);
1803   int r = reg_renumber[reg];
1804   int nregs = hard_regno_nregs[r][PSEUDO_REGNO_MODE (reg)];
1805
1806   /* Ignore spilled pseudo-registers which can be here only if IRA is
1807      used.  */
1808   if ((ira_conflicts_p && r < 0)
1809       || REGNO_REG_SET_P (&spilled_pseudos, reg)
1810       || spilled + spilled_nregs <= r || r + nregs <= spilled)
1811     return;
1812
1813   SET_REGNO_REG_SET (&spilled_pseudos, reg);
1814
1815   spill_add_cost[r] -= freq;
1816   while (nregs-- > 0)
1817     {
1818       hard_regno_to_pseudo_regno[r + nregs] = -1;
1819       spill_cost[r + nregs] -= freq;
1820     }
1821 }
1822
1823 /* Find reload register to use for reload number ORDER.  */
1824
1825 static int
1826 find_reg (struct insn_chain *chain, int order)
1827 {
1828   int rnum = reload_order[order];
1829   struct reload *rl = rld + rnum;
1830   int best_cost = INT_MAX;
1831   int best_reg = -1;
1832   unsigned int i, j, n;
1833   int k;
1834   HARD_REG_SET not_usable;
1835   HARD_REG_SET used_by_other_reload;
1836   reg_set_iterator rsi;
1837   static int regno_pseudo_regs[FIRST_PSEUDO_REGISTER];
1838   static int best_regno_pseudo_regs[FIRST_PSEUDO_REGISTER];
1839
1840   COPY_HARD_REG_SET (not_usable, bad_spill_regs);
1841   IOR_HARD_REG_SET (not_usable, bad_spill_regs_global);
1842   IOR_COMPL_HARD_REG_SET (not_usable, reg_class_contents[rl->rclass]);
1843
1844   CLEAR_HARD_REG_SET (used_by_other_reload);
1845   for (k = 0; k < order; k++)
1846     {
1847       int other = reload_order[k];
1848
1849       if (rld[other].regno >= 0 && reloads_conflict (other, rnum))
1850         for (j = 0; j < rld[other].nregs; j++)
1851           SET_HARD_REG_BIT (used_by_other_reload, rld[other].regno + j);
1852     }
1853
1854   for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1855     {
1856 #ifdef REG_ALLOC_ORDER
1857       unsigned int regno = reg_alloc_order[i];
1858 #else
1859       unsigned int regno = i;
1860 #endif
1861
1862       if (! TEST_HARD_REG_BIT (not_usable, regno)
1863           && ! TEST_HARD_REG_BIT (used_by_other_reload, regno)
1864           && HARD_REGNO_MODE_OK (regno, rl->mode))
1865         {
1866           int this_cost = spill_cost[regno];
1867           int ok = 1;
1868           unsigned int this_nregs = hard_regno_nregs[regno][rl->mode];
1869
1870           for (j = 1; j < this_nregs; j++)
1871             {
1872               this_cost += spill_add_cost[regno + j];
1873               if ((TEST_HARD_REG_BIT (not_usable, regno + j))
1874                   || TEST_HARD_REG_BIT (used_by_other_reload, regno + j))
1875                 ok = 0;
1876             }
1877           if (! ok)
1878             continue;
1879
1880           if (ira_conflicts_p)
1881             {
1882               /* Ask IRA to find a better pseudo-register for
1883                  spilling.  */
1884               for (n = j = 0; j < this_nregs; j++)
1885                 {
1886                   int r = hard_regno_to_pseudo_regno[regno + j];
1887
1888                   if (r < 0)
1889                     continue;
1890                   if (n == 0 || regno_pseudo_regs[n - 1] != r)
1891                     regno_pseudo_regs[n++] = r;
1892                 }
1893               regno_pseudo_regs[n++] = -1;
1894               if (best_reg < 0
1895                   || ira_better_spill_reload_regno_p (regno_pseudo_regs,
1896                                                       best_regno_pseudo_regs,
1897                                                       rl->in, rl->out,
1898                                                       chain->insn))
1899                 {
1900                   best_reg = regno;
1901                   for (j = 0;; j++)
1902                     {
1903                       best_regno_pseudo_regs[j] = regno_pseudo_regs[j];
1904                       if (regno_pseudo_regs[j] < 0)
1905                         break;
1906                     }
1907                 }
1908               continue;
1909             }
1910
1911           if (rl->in && REG_P (rl->in) && REGNO (rl->in) == regno)
1912             this_cost--;
1913           if (rl->out && REG_P (rl->out) && REGNO (rl->out) == regno)
1914             this_cost--;
1915           if (this_cost < best_cost
1916               /* Among registers with equal cost, prefer caller-saved ones, or
1917                  use REG_ALLOC_ORDER if it is defined.  */
1918               || (this_cost == best_cost
1919 #ifdef REG_ALLOC_ORDER
1920                   && (inv_reg_alloc_order[regno]
1921                       < inv_reg_alloc_order[best_reg])
1922 #else
1923                   && call_used_regs[regno]
1924                   && ! call_used_regs[best_reg]
1925 #endif
1926                   ))
1927             {
1928               best_reg = regno;
1929               best_cost = this_cost;
1930             }
1931         }
1932     }
1933   if (best_reg == -1)
1934     return 0;
1935
1936   if (dump_file)
1937     fprintf (dump_file, "Using reg %d for reload %d\n", best_reg, rnum);
1938
1939   rl->nregs = hard_regno_nregs[best_reg][rl->mode];
1940   rl->regno = best_reg;
1941
1942   EXECUTE_IF_SET_IN_REG_SET
1943     (&chain->live_throughout, FIRST_PSEUDO_REGISTER, j, rsi)
1944     {
1945       count_spilled_pseudo (best_reg, rl->nregs, j);
1946     }
1947
1948   EXECUTE_IF_SET_IN_REG_SET
1949     (&chain->dead_or_set, FIRST_PSEUDO_REGISTER, j, rsi)
1950     {
1951       count_spilled_pseudo (best_reg, rl->nregs, j);
1952     }
1953
1954   for (i = 0; i < rl->nregs; i++)
1955     {
1956       gcc_assert (spill_cost[best_reg + i] == 0);
1957       gcc_assert (spill_add_cost[best_reg + i] == 0);
1958       gcc_assert (hard_regno_to_pseudo_regno[best_reg + i] == -1);
1959       SET_HARD_REG_BIT (used_spill_regs_local, best_reg + i);
1960     }
1961   return 1;
1962 }
1963
1964 /* Find more reload regs to satisfy the remaining need of an insn, which
1965    is given by CHAIN.
1966    Do it by ascending class number, since otherwise a reg
1967    might be spilled for a big class and might fail to count
1968    for a smaller class even though it belongs to that class.  */
1969
1970 static void
1971 find_reload_regs (struct insn_chain *chain)
1972 {
1973   int i;
1974
1975   /* In order to be certain of getting the registers we need,
1976      we must sort the reloads into order of increasing register class.
1977      Then our grabbing of reload registers will parallel the process
1978      that provided the reload registers.  */
1979   for (i = 0; i < chain->n_reloads; i++)
1980     {
1981       /* Show whether this reload already has a hard reg.  */
1982       if (chain->rld[i].reg_rtx)
1983         {
1984           int regno = REGNO (chain->rld[i].reg_rtx);
1985           chain->rld[i].regno = regno;
1986           chain->rld[i].nregs
1987             = hard_regno_nregs[regno][GET_MODE (chain->rld[i].reg_rtx)];
1988         }
1989       else
1990         chain->rld[i].regno = -1;
1991       reload_order[i] = i;
1992     }
1993
1994   n_reloads = chain->n_reloads;
1995   memcpy (rld, chain->rld, n_reloads * sizeof (struct reload));
1996
1997   CLEAR_HARD_REG_SET (used_spill_regs_local);
1998
1999   if (dump_file)
2000     fprintf (dump_file, "Spilling for insn %d.\n", INSN_UID (chain->insn));
2001
2002   qsort (reload_order, n_reloads, sizeof (short), reload_reg_class_lower);
2003
2004   /* Compute the order of preference for hard registers to spill.  */
2005
2006   order_regs_for_reload (chain);
2007
2008   for (i = 0; i < n_reloads; i++)
2009     {
2010       int r = reload_order[i];
2011
2012       /* Ignore reloads that got marked inoperative.  */
2013       if ((rld[r].out != 0 || rld[r].in != 0 || rld[r].secondary_p)
2014           && ! rld[r].optional
2015           && rld[r].regno == -1)
2016         if (! find_reg (chain, i))
2017           {
2018             if (dump_file)
2019               fprintf (dump_file, "reload failure for reload %d\n", r);
2020             spill_failure (chain->insn, rld[r].rclass);
2021             failure = 1;
2022             return;
2023           }
2024     }
2025
2026   COPY_HARD_REG_SET (chain->used_spill_regs, used_spill_regs_local);
2027   IOR_HARD_REG_SET (used_spill_regs, used_spill_regs_local);
2028
2029   memcpy (chain->rld, rld, n_reloads * sizeof (struct reload));
2030 }
2031
2032 static void
2033 select_reload_regs (void)
2034 {
2035   struct insn_chain *chain;
2036
2037   /* Try to satisfy the needs for each insn.  */
2038   for (chain = insns_need_reload; chain != 0;
2039        chain = chain->next_need_reload)
2040     find_reload_regs (chain);
2041 }
2042 \f
2043 /* Delete all insns that were inserted by emit_caller_save_insns during
2044    this iteration.  */
2045 static void
2046 delete_caller_save_insns (void)
2047 {
2048   struct insn_chain *c = reload_insn_chain;
2049
2050   while (c != 0)
2051     {
2052       while (c != 0 && c->is_caller_save_insn)
2053         {
2054           struct insn_chain *next = c->next;
2055           rtx insn = c->insn;
2056
2057           if (c == reload_insn_chain)
2058             reload_insn_chain = next;
2059           delete_insn (insn);
2060
2061           if (next)
2062             next->prev = c->prev;
2063           if (c->prev)
2064             c->prev->next = next;
2065           c->next = unused_insn_chains;
2066           unused_insn_chains = c;
2067           c = next;
2068         }
2069       if (c != 0)
2070         c = c->next;
2071     }
2072 }
2073 \f
2074 /* Handle the failure to find a register to spill.
2075    INSN should be one of the insns which needed this particular spill reg.  */
2076
2077 static void
2078 spill_failure (rtx insn, enum reg_class rclass)
2079 {
2080   if (asm_noperands (PATTERN (insn)) >= 0)
2081     error_for_asm (insn, "can't find a register in class %qs while "
2082                    "reloading %<asm%>",
2083                    reg_class_names[rclass]);
2084   else
2085     {
2086       error ("unable to find a register to spill in class %qs",
2087              reg_class_names[rclass]);
2088
2089       if (dump_file)
2090         {
2091           fprintf (dump_file, "\nReloads for insn # %d\n", INSN_UID (insn));
2092           debug_reload_to_stream (dump_file);
2093         }
2094       fatal_insn ("this is the insn:", insn);
2095     }
2096 }
2097 \f
2098 /* Delete an unneeded INSN and any previous insns who sole purpose is loading
2099    data that is dead in INSN.  */
2100
2101 static void
2102 delete_dead_insn (rtx insn)
2103 {
2104   rtx prev = prev_real_insn (insn);
2105   rtx prev_dest;
2106
2107   /* If the previous insn sets a register that dies in our insn, delete it
2108      too.  */
2109   if (prev && GET_CODE (PATTERN (prev)) == SET
2110       && (prev_dest = SET_DEST (PATTERN (prev)), REG_P (prev_dest))
2111       && reg_mentioned_p (prev_dest, PATTERN (insn))
2112       && find_regno_note (insn, REG_DEAD, REGNO (prev_dest))
2113       && ! side_effects_p (SET_SRC (PATTERN (prev))))
2114     delete_dead_insn (prev);
2115
2116   SET_INSN_DELETED (insn);
2117 }
2118
2119 /* Modify the home of pseudo-reg I.
2120    The new home is present in reg_renumber[I].
2121
2122    FROM_REG may be the hard reg that the pseudo-reg is being spilled from;
2123    or it may be -1, meaning there is none or it is not relevant.
2124    This is used so that all pseudos spilled from a given hard reg
2125    can share one stack slot.  */
2126
2127 static void
2128 alter_reg (int i, int from_reg, bool dont_share_p)
2129 {
2130   /* When outputting an inline function, this can happen
2131      for a reg that isn't actually used.  */
2132   if (regno_reg_rtx[i] == 0)
2133     return;
2134
2135   /* If the reg got changed to a MEM at rtl-generation time,
2136      ignore it.  */
2137   if (!REG_P (regno_reg_rtx[i]))
2138     return;
2139
2140   /* Modify the reg-rtx to contain the new hard reg
2141      number or else to contain its pseudo reg number.  */
2142   SET_REGNO (regno_reg_rtx[i],
2143              reg_renumber[i] >= 0 ? reg_renumber[i] : i);
2144
2145   /* If we have a pseudo that is needed but has no hard reg or equivalent,
2146      allocate a stack slot for it.  */
2147
2148   if (reg_renumber[i] < 0
2149       && REG_N_REFS (i) > 0
2150       && reg_equiv_constant[i] == 0
2151       && (reg_equiv_invariant[i] == 0 || reg_equiv_init[i] == 0)
2152       && reg_equiv_memory_loc[i] == 0)
2153     {
2154       rtx x = NULL_RTX;
2155       enum machine_mode mode = GET_MODE (regno_reg_rtx[i]);
2156       unsigned int inherent_size = PSEUDO_REGNO_BYTES (i);
2157       unsigned int inherent_align = GET_MODE_ALIGNMENT (mode);
2158       unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]);
2159       unsigned int min_align = reg_max_ref_width[i] * BITS_PER_UNIT;
2160       int adjust = 0;
2161
2162       if (ira_conflicts_p)
2163         {
2164           /* Mark the spill for IRA.  */
2165           SET_REGNO_REG_SET (&spilled_pseudos, i);
2166           if (!dont_share_p)
2167             x = ira_reuse_stack_slot (i, inherent_size, total_size);
2168         }
2169
2170       if (x)
2171         ;
2172
2173       /* Each pseudo reg has an inherent size which comes from its own mode,
2174          and a total size which provides room for paradoxical subregs
2175          which refer to the pseudo reg in wider modes.
2176
2177          We can use a slot already allocated if it provides both
2178          enough inherent space and enough total space.
2179          Otherwise, we allocate a new slot, making sure that it has no less
2180          inherent space, and no less total space, then the previous slot.  */
2181       else if (from_reg == -1 || (!dont_share_p && ira_conflicts_p))
2182         {
2183           rtx stack_slot;
2184
2185           /* No known place to spill from => no slot to reuse.  */
2186           x = assign_stack_local (mode, total_size,
2187                                   min_align > inherent_align
2188                                   || total_size > inherent_size ? -1 : 0);
2189
2190           stack_slot = x;
2191
2192           /* Cancel the big-endian correction done in assign_stack_local.
2193              Get the address of the beginning of the slot.  This is so we
2194              can do a big-endian correction unconditionally below.  */
2195           if (BYTES_BIG_ENDIAN)
2196             {
2197               adjust = inherent_size - total_size;
2198               if (adjust)
2199                 stack_slot
2200                   = adjust_address_nv (x, mode_for_size (total_size
2201                                                          * BITS_PER_UNIT,
2202                                                          MODE_INT, 1),
2203                                        adjust);
2204             }
2205
2206           if (! dont_share_p && ira_conflicts_p)
2207             /* Inform IRA about allocation a new stack slot.  */
2208             ira_mark_new_stack_slot (stack_slot, i, total_size);
2209         }
2210
2211       /* Reuse a stack slot if possible.  */
2212       else if (spill_stack_slot[from_reg] != 0
2213                && spill_stack_slot_width[from_reg] >= total_size
2214                && (GET_MODE_SIZE (GET_MODE (spill_stack_slot[from_reg]))
2215                    >= inherent_size)
2216                && MEM_ALIGN (spill_stack_slot[from_reg]) >= min_align)
2217         x = spill_stack_slot[from_reg];
2218
2219       /* Allocate a bigger slot.  */
2220       else
2221         {
2222           /* Compute maximum size needed, both for inherent size
2223              and for total size.  */
2224           rtx stack_slot;
2225
2226           if (spill_stack_slot[from_reg])
2227             {
2228               if (GET_MODE_SIZE (GET_MODE (spill_stack_slot[from_reg]))
2229                   > inherent_size)
2230                 mode = GET_MODE (spill_stack_slot[from_reg]);
2231               if (spill_stack_slot_width[from_reg] > total_size)
2232                 total_size = spill_stack_slot_width[from_reg];
2233               if (MEM_ALIGN (spill_stack_slot[from_reg]) > min_align)
2234                 min_align = MEM_ALIGN (spill_stack_slot[from_reg]);
2235             }
2236
2237           /* Make a slot with that size.  */
2238           x = assign_stack_local (mode, total_size,
2239                                   min_align > inherent_align
2240                                   || total_size > inherent_size ? -1 : 0);
2241           stack_slot = x;
2242
2243           /* Cancel the  big-endian correction done in assign_stack_local.
2244              Get the address of the beginning of the slot.  This is so we
2245              can do a big-endian correction unconditionally below.  */
2246           if (BYTES_BIG_ENDIAN)
2247             {
2248               adjust = GET_MODE_SIZE (mode) - total_size;
2249               if (adjust)
2250                 stack_slot
2251                   = adjust_address_nv (x, mode_for_size (total_size
2252                                                          * BITS_PER_UNIT,
2253                                                          MODE_INT, 1),
2254                                        adjust);
2255             }
2256
2257           spill_stack_slot[from_reg] = stack_slot;
2258           spill_stack_slot_width[from_reg] = total_size;
2259         }
2260
2261       /* On a big endian machine, the "address" of the slot
2262          is the address of the low part that fits its inherent mode.  */
2263       if (BYTES_BIG_ENDIAN && inherent_size < total_size)
2264         adjust += (total_size - inherent_size);
2265
2266       /* If we have any adjustment to make, or if the stack slot is the
2267          wrong mode, make a new stack slot.  */
2268       x = adjust_address_nv (x, GET_MODE (regno_reg_rtx[i]), adjust);
2269
2270       /* Set all of the memory attributes as appropriate for a spill.  */
2271       set_mem_attrs_for_spill (x);
2272
2273       /* Save the stack slot for later.  */
2274       reg_equiv_memory_loc[i] = x;
2275     }
2276 }
2277
2278 /* Mark the slots in regs_ever_live for the hard regs used by
2279    pseudo-reg number REGNO, accessed in MODE.  */
2280
2281 static void
2282 mark_home_live_1 (int regno, enum machine_mode mode)
2283 {
2284   int i, lim;
2285
2286   i = reg_renumber[regno];
2287   if (i < 0)
2288     return;
2289   lim = end_hard_regno (mode, i);
2290   while (i < lim)
2291     df_set_regs_ever_live(i++, true);
2292 }
2293
2294 /* Mark the slots in regs_ever_live for the hard regs
2295    used by pseudo-reg number REGNO.  */
2296
2297 void
2298 mark_home_live (int regno)
2299 {
2300   if (reg_renumber[regno] >= 0)
2301     mark_home_live_1 (regno, PSEUDO_REGNO_MODE (regno));
2302 }
2303 \f
2304 /* This function handles the tracking of elimination offsets around branches.
2305
2306    X is a piece of RTL being scanned.
2307
2308    INSN is the insn that it came from, if any.
2309
2310    INITIAL_P is nonzero if we are to set the offset to be the initial
2311    offset and zero if we are setting the offset of the label to be the
2312    current offset.  */
2313
2314 static void
2315 set_label_offsets (rtx x, rtx insn, int initial_p)
2316 {
2317   enum rtx_code code = GET_CODE (x);
2318   rtx tem;
2319   unsigned int i;
2320   struct elim_table *p;
2321
2322   switch (code)
2323     {
2324     case LABEL_REF:
2325       if (LABEL_REF_NONLOCAL_P (x))
2326         return;
2327
2328       x = XEXP (x, 0);
2329
2330       /* ... fall through ...  */
2331
2332     case CODE_LABEL:
2333       /* If we know nothing about this label, set the desired offsets.  Note
2334          that this sets the offset at a label to be the offset before a label
2335          if we don't know anything about the label.  This is not correct for
2336          the label after a BARRIER, but is the best guess we can make.  If
2337          we guessed wrong, we will suppress an elimination that might have
2338          been possible had we been able to guess correctly.  */
2339
2340       if (! offsets_known_at[CODE_LABEL_NUMBER (x) - first_label_num])
2341         {
2342           for (i = 0; i < NUM_ELIMINABLE_REGS; i++)
2343             offsets_at[CODE_LABEL_NUMBER (x) - first_label_num][i]
2344               = (initial_p ? reg_eliminate[i].initial_offset
2345                  : reg_eliminate[i].offset);
2346           offsets_known_at[CODE_LABEL_NUMBER (x) - first_label_num] = 1;
2347         }
2348
2349       /* Otherwise, if this is the definition of a label and it is
2350          preceded by a BARRIER, set our offsets to the known offset of
2351          that label.  */
2352
2353       else if (x == insn
2354                && (tem = prev_nonnote_insn (insn)) != 0
2355                && BARRIER_P (tem))
2356         set_offsets_for_label (insn);
2357       else
2358         /* If neither of the above cases is true, compare each offset
2359            with those previously recorded and suppress any eliminations
2360            where the offsets disagree.  */
2361
2362         for (i = 0; i < NUM_ELIMINABLE_REGS; i++)
2363           if (offsets_at[CODE_LABEL_NUMBER (x) - first_label_num][i]
2364               != (initial_p ? reg_eliminate[i].initial_offset
2365                   : reg_eliminate[i].offset))
2366             reg_eliminate[i].can_eliminate = 0;
2367
2368       return;
2369
2370     case JUMP_INSN:
2371       set_label_offsets (PATTERN (insn), insn, initial_p);
2372
2373       /* ... fall through ...  */
2374
2375     case INSN:
2376     case CALL_INSN:
2377       /* Any labels mentioned in REG_LABEL_OPERAND notes can be branched
2378          to indirectly and hence must have all eliminations at their
2379          initial offsets.  */
2380       for (tem = REG_NOTES (x); tem; tem = XEXP (tem, 1))
2381         if (REG_NOTE_KIND (tem) == REG_LABEL_OPERAND)
2382           set_label_offsets (XEXP (tem, 0), insn, 1);
2383       return;
2384
2385     case PARALLEL:
2386     case ADDR_VEC:
2387     case ADDR_DIFF_VEC:
2388       /* Each of the labels in the parallel or address vector must be
2389          at their initial offsets.  We want the first field for PARALLEL
2390          and ADDR_VEC and the second field for ADDR_DIFF_VEC.  */
2391
2392       for (i = 0; i < (unsigned) XVECLEN (x, code == ADDR_DIFF_VEC); i++)
2393         set_label_offsets (XVECEXP (x, code == ADDR_DIFF_VEC, i),
2394                            insn, initial_p);
2395       return;
2396
2397     case SET:
2398       /* We only care about setting PC.  If the source is not RETURN,
2399          IF_THEN_ELSE, or a label, disable any eliminations not at
2400          their initial offsets.  Similarly if any arm of the IF_THEN_ELSE
2401          isn't one of those possibilities.  For branches to a label,
2402          call ourselves recursively.
2403
2404          Note that this can disable elimination unnecessarily when we have
2405          a non-local goto since it will look like a non-constant jump to
2406          someplace in the current function.  This isn't a significant
2407          problem since such jumps will normally be when all elimination
2408          pairs are back to their initial offsets.  */
2409
2410       if (SET_DEST (x) != pc_rtx)
2411         return;
2412
2413       switch (GET_CODE (SET_SRC (x)))
2414         {
2415         case PC:
2416         case RETURN:
2417           return;
2418
2419         case LABEL_REF:
2420           set_label_offsets (SET_SRC (x), insn, initial_p);
2421           return;
2422
2423         case IF_THEN_ELSE:
2424           tem = XEXP (SET_SRC (x), 1);
2425           if (GET_CODE (tem) == LABEL_REF)
2426             set_label_offsets (XEXP (tem, 0), insn, initial_p);
2427           else if (GET_CODE (tem) != PC && GET_CODE (tem) != RETURN)
2428             break;
2429
2430           tem = XEXP (SET_SRC (x), 2);
2431           if (GET_CODE (tem) == LABEL_REF)
2432             set_label_offsets (XEXP (tem, 0), insn, initial_p);
2433           else if (GET_CODE (tem) != PC && GET_CODE (tem) != RETURN)
2434             break;
2435           return;
2436
2437         default:
2438           break;
2439         }
2440
2441       /* If we reach here, all eliminations must be at their initial
2442          offset because we are doing a jump to a variable address.  */
2443       for (p = reg_eliminate; p < &reg_eliminate[NUM_ELIMINABLE_REGS]; p++)
2444         if (p->offset != p->initial_offset)
2445           p->can_eliminate = 0;
2446       break;
2447
2448     default:
2449       break;
2450     }
2451 }
2452 \f
2453 /* Scan X and replace any eliminable registers (such as fp) with a
2454    replacement (such as sp), plus an offset.
2455
2456    MEM_MODE is the mode of an enclosing MEM.  We need this to know how
2457    much to adjust a register for, e.g., PRE_DEC.  Also, if we are inside a
2458    MEM, we are allowed to replace a sum of a register and the constant zero
2459    with the register, which we cannot do outside a MEM.  In addition, we need
2460    to record the fact that a register is referenced outside a MEM.
2461
2462    If INSN is an insn, it is the insn containing X.  If we replace a REG
2463    in a SET_DEST with an equivalent MEM and INSN is nonzero, write a
2464    CLOBBER of the pseudo after INSN so find_equiv_regs will know that
2465    the REG is being modified.
2466
2467    Alternatively, INSN may be a note (an EXPR_LIST or INSN_LIST).
2468    That's used when we eliminate in expressions stored in notes.
2469    This means, do not set ref_outside_mem even if the reference
2470    is outside of MEMs.
2471
2472    REG_EQUIV_MEM and REG_EQUIV_ADDRESS contain address that have had
2473    replacements done assuming all offsets are at their initial values.  If
2474    they are not, or if REG_EQUIV_ADDRESS is nonzero for a pseudo we
2475    encounter, return the actual location so that find_reloads will do
2476    the proper thing.  */
2477
2478 static rtx
2479 eliminate_regs_1 (rtx x, enum machine_mode mem_mode, rtx insn,
2480                   bool may_use_invariant)
2481 {
2482   enum rtx_code code = GET_CODE (x);
2483   struct elim_table *ep;
2484   int regno;
2485   rtx new_rtx;
2486   int i, j;
2487   const char *fmt;
2488   int copied = 0;
2489
2490   if (! current_function_decl)
2491     return x;
2492
2493   switch (code)
2494     {
2495     case CONST_INT:
2496     case CONST_DOUBLE:
2497     case CONST_FIXED:
2498     case CONST_VECTOR:
2499     case CONST:
2500     case SYMBOL_REF:
2501     case CODE_LABEL:
2502     case PC:
2503     case CC0:
2504     case ASM_INPUT:
2505     case ADDR_VEC:
2506     case ADDR_DIFF_VEC:
2507     case RETURN:
2508       return x;
2509
2510     case REG:
2511       regno = REGNO (x);
2512
2513       /* First handle the case where we encounter a bare register that
2514          is eliminable.  Replace it with a PLUS.  */
2515       if (regno < FIRST_PSEUDO_REGISTER)
2516         {
2517           for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS];
2518                ep++)
2519             if (ep->from_rtx == x && ep->can_eliminate)
2520               return plus_constant (ep->to_rtx, ep->previous_offset);
2521
2522         }
2523       else if (reg_renumber && reg_renumber[regno] < 0
2524                && reg_equiv_invariant && reg_equiv_invariant[regno])
2525         {
2526           if (may_use_invariant)
2527             return eliminate_regs_1 (copy_rtx (reg_equiv_invariant[regno]),
2528                                      mem_mode, insn, true);
2529           /* There exists at least one use of REGNO that cannot be
2530              eliminated.  Prevent the defining insn from being deleted.  */
2531           reg_equiv_init[regno] = NULL_RTX;
2532           alter_reg (regno, -1, true);
2533         }
2534       return x;
2535
2536     /* You might think handling MINUS in a manner similar to PLUS is a
2537        good idea.  It is not.  It has been tried multiple times and every
2538        time the change has had to have been reverted.
2539
2540        Other parts of reload know a PLUS is special (gen_reload for example)
2541        and require special code to handle code a reloaded PLUS operand.
2542
2543        Also consider backends where the flags register is clobbered by a
2544        MINUS, but we can emit a PLUS that does not clobber flags (IA-32,
2545        lea instruction comes to mind).  If we try to reload a MINUS, we
2546        may kill the flags register that was holding a useful value.
2547
2548        So, please before trying to handle MINUS, consider reload as a
2549        whole instead of this little section as well as the backend issues.  */
2550     case PLUS:
2551       /* If this is the sum of an eliminable register and a constant, rework
2552          the sum.  */
2553       if (REG_P (XEXP (x, 0))
2554           && REGNO (XEXP (x, 0)) < FIRST_PSEUDO_REGISTER
2555           && CONSTANT_P (XEXP (x, 1)))
2556         {
2557           for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS];
2558                ep++)
2559             if (ep->from_rtx == XEXP (x, 0) && ep->can_eliminate)
2560               {
2561                 /* The only time we want to replace a PLUS with a REG (this
2562                    occurs when the constant operand of the PLUS is the negative
2563                    of the offset) is when we are inside a MEM.  We won't want
2564                    to do so at other times because that would change the
2565                    structure of the insn in a way that reload can't handle.
2566                    We special-case the commonest situation in
2567                    eliminate_regs_in_insn, so just replace a PLUS with a
2568                    PLUS here, unless inside a MEM.  */
2569                 if (mem_mode != 0 && CONST_INT_P (XEXP (x, 1))
2570                     && INTVAL (XEXP (x, 1)) == - ep->previous_offset)
2571                   return ep->to_rtx;
2572                 else
2573                   return gen_rtx_PLUS (Pmode, ep->to_rtx,
2574                                        plus_constant (XEXP (x, 1),
2575                                                       ep->previous_offset));
2576               }
2577
2578           /* If the register is not eliminable, we are done since the other
2579              operand is a constant.  */
2580           return x;
2581         }
2582
2583       /* If this is part of an address, we want to bring any constant to the
2584          outermost PLUS.  We will do this by doing register replacement in
2585          our operands and seeing if a constant shows up in one of them.
2586
2587          Note that there is no risk of modifying the structure of the insn,
2588          since we only get called for its operands, thus we are either
2589          modifying the address inside a MEM, or something like an address
2590          operand of a load-address insn.  */
2591
2592       {
2593         rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true);
2594         rtx new1 = eliminate_regs_1 (XEXP (x, 1), mem_mode, insn, true);
2595
2596         if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1)))
2597           {
2598             /* If one side is a PLUS and the other side is a pseudo that
2599                didn't get a hard register but has a reg_equiv_constant,
2600                we must replace the constant here since it may no longer
2601                be in the position of any operand.  */
2602             if (GET_CODE (new0) == PLUS && REG_P (new1)
2603                 && REGNO (new1) >= FIRST_PSEUDO_REGISTER
2604                 && reg_renumber[REGNO (new1)] < 0
2605                 && reg_equiv_constant != 0
2606                 && reg_equiv_constant[REGNO (new1)] != 0)
2607               new1 = reg_equiv_constant[REGNO (new1)];
2608             else if (GET_CODE (new1) == PLUS && REG_P (new0)
2609                      && REGNO (new0) >= FIRST_PSEUDO_REGISTER
2610                      && reg_renumber[REGNO (new0)] < 0
2611                      && reg_equiv_constant[REGNO (new0)] != 0)
2612               new0 = reg_equiv_constant[REGNO (new0)];
2613
2614             new_rtx = form_sum (new0, new1);
2615
2616             /* As above, if we are not inside a MEM we do not want to
2617                turn a PLUS into something else.  We might try to do so here
2618                for an addition of 0 if we aren't optimizing.  */
2619             if (! mem_mode && GET_CODE (new_rtx) != PLUS)
2620               return gen_rtx_PLUS (GET_MODE (x), new_rtx, const0_rtx);
2621             else
2622               return new_rtx;
2623           }
2624       }
2625       return x;
2626
2627     case MULT:
2628       /* If this is the product of an eliminable register and a
2629          constant, apply the distribute law and move the constant out
2630          so that we have (plus (mult ..) ..).  This is needed in order
2631          to keep load-address insns valid.   This case is pathological.
2632          We ignore the possibility of overflow here.  */
2633       if (REG_P (XEXP (x, 0))
2634           && REGNO (XEXP (x, 0)) < FIRST_PSEUDO_REGISTER
2635           && CONST_INT_P (XEXP (x, 1)))
2636         for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS];
2637              ep++)
2638           if (ep->from_rtx == XEXP (x, 0) && ep->can_eliminate)
2639             {
2640               if (! mem_mode
2641                   /* Refs inside notes don't count for this purpose.  */
2642                   && ! (insn != 0 && (GET_CODE (insn) == EXPR_LIST
2643                                       || GET_CODE (insn) == INSN_LIST)))
2644                 ep->ref_outside_mem = 1;
2645
2646               return
2647                 plus_constant (gen_rtx_MULT (Pmode, ep->to_rtx, XEXP (x, 1)),
2648                                ep->previous_offset * INTVAL (XEXP (x, 1)));
2649             }
2650
2651       /* ... fall through ...  */
2652
2653     case CALL:
2654     case COMPARE:
2655     /* See comments before PLUS about handling MINUS.  */
2656     case MINUS:
2657     case DIV:      case UDIV:
2658     case MOD:      case UMOD:
2659     case AND:      case IOR:      case XOR:
2660     case ROTATERT: case ROTATE:
2661     case ASHIFTRT: case LSHIFTRT: case ASHIFT:
2662     case NE:       case EQ:
2663     case GE:       case GT:       case GEU:    case GTU:
2664     case LE:       case LT:       case LEU:    case LTU:
2665       {
2666         rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false);
2667         rtx new1 = XEXP (x, 1)
2668                    ? eliminate_regs_1 (XEXP (x, 1), mem_mode, insn, false) : 0;
2669
2670         if (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))
2671           return gen_rtx_fmt_ee (code, GET_MODE (x), new0, new1);
2672       }
2673       return x;
2674
2675     case EXPR_LIST:
2676       /* If we have something in XEXP (x, 0), the usual case, eliminate it.  */
2677       if (XEXP (x, 0))
2678         {
2679           new_rtx = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true);
2680           if (new_rtx != XEXP (x, 0))
2681             {
2682               /* If this is a REG_DEAD note, it is not valid anymore.
2683                  Using the eliminated version could result in creating a
2684                  REG_DEAD note for the stack or frame pointer.  */
2685               if (REG_NOTE_KIND (x) == REG_DEAD)
2686                 return (XEXP (x, 1)
2687                         ? eliminate_regs_1 (XEXP (x, 1), mem_mode, insn, true)
2688                         : NULL_RTX);
2689
2690               x = alloc_reg_note (REG_NOTE_KIND (x), new_rtx, XEXP (x, 1));
2691             }
2692         }
2693
2694       /* ... fall through ...  */
2695
2696     case INSN_LIST:
2697       /* Now do eliminations in the rest of the chain.  If this was
2698          an EXPR_LIST, this might result in allocating more memory than is
2699          strictly needed, but it simplifies the code.  */
2700       if (XEXP (x, 1))
2701         {
2702           new_rtx = eliminate_regs_1 (XEXP (x, 1), mem_mode, insn, true);
2703           if (new_rtx != XEXP (x, 1))
2704             return
2705               gen_rtx_fmt_ee (GET_CODE (x), GET_MODE (x), XEXP (x, 0), new_rtx);
2706         }
2707       return x;
2708
2709     case PRE_INC:
2710     case POST_INC:
2711     case PRE_DEC:
2712     case POST_DEC:
2713       /* We do not support elimination of a register that is modified.
2714          elimination_effects has already make sure that this does not
2715          happen.  */
2716       return x;
2717
2718     case PRE_MODIFY:
2719     case POST_MODIFY:
2720       /* We do not support elimination of a register that is modified.
2721          elimination_effects has already make sure that this does not
2722          happen.  The only remaining case we need to consider here is
2723          that the increment value may be an eliminable register.  */
2724       if (GET_CODE (XEXP (x, 1)) == PLUS
2725           && XEXP (XEXP (x, 1), 0) == XEXP (x, 0))
2726         {
2727           rtx new_rtx = eliminate_regs_1 (XEXP (XEXP (x, 1), 1), mem_mode,
2728                                       insn, true);
2729
2730           if (new_rtx != XEXP (XEXP (x, 1), 1))
2731             return gen_rtx_fmt_ee (code, GET_MODE (x), XEXP (x, 0),
2732                                    gen_rtx_PLUS (GET_MODE (x),
2733                                                  XEXP (x, 0), new_rtx));
2734         }
2735       return x;
2736
2737     case STRICT_LOW_PART:
2738     case NEG:          case NOT:
2739     case SIGN_EXTEND:  case ZERO_EXTEND:
2740     case TRUNCATE:     case FLOAT_EXTEND: case FLOAT_TRUNCATE:
2741     case FLOAT:        case FIX:
2742     case UNSIGNED_FIX: case UNSIGNED_FLOAT:
2743     case ABS:
2744     case SQRT:
2745     case FFS:
2746     case CLZ:
2747     case CTZ:
2748     case POPCOUNT:
2749     case PARITY:
2750     case BSWAP:
2751       new_rtx = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false);
2752       if (new_rtx != XEXP (x, 0))
2753         return gen_rtx_fmt_e (code, GET_MODE (x), new_rtx);
2754       return x;
2755
2756     case SUBREG:
2757       /* Similar to above processing, but preserve SUBREG_BYTE.
2758          Convert (subreg (mem)) to (mem) if not paradoxical.
2759          Also, if we have a non-paradoxical (subreg (pseudo)) and the
2760          pseudo didn't get a hard reg, we must replace this with the
2761          eliminated version of the memory location because push_reload
2762          may do the replacement in certain circumstances.  */
2763       if (REG_P (SUBREG_REG (x))
2764           && (GET_MODE_SIZE (GET_MODE (x))
2765               <= GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))))
2766           && reg_equiv_memory_loc != 0
2767           && reg_equiv_memory_loc[REGNO (SUBREG_REG (x))] != 0)
2768         {
2769           new_rtx = SUBREG_REG (x);
2770         }
2771       else
2772         new_rtx = eliminate_regs_1 (SUBREG_REG (x), mem_mode, insn, false);
2773
2774       if (new_rtx != SUBREG_REG (x))
2775         {
2776           int x_size = GET_MODE_SIZE (GET_MODE (x));
2777           int new_size = GET_MODE_SIZE (GET_MODE (new_rtx));
2778
2779           if (MEM_P (new_rtx)
2780               && ((x_size < new_size
2781 #ifdef WORD_REGISTER_OPERATIONS
2782                    /* On these machines, combine can create rtl of the form
2783                       (set (subreg:m1 (reg:m2 R) 0) ...)
2784                       where m1 < m2, and expects something interesting to
2785                       happen to the entire word.  Moreover, it will use the
2786                       (reg:m2 R) later, expecting all bits to be preserved.
2787                       So if the number of words is the same, preserve the
2788                       subreg so that push_reload can see it.  */
2789                    && ! ((x_size - 1) / UNITS_PER_WORD
2790                          == (new_size -1 ) / UNITS_PER_WORD)
2791 #endif
2792                    )
2793                   || x_size == new_size)
2794               )
2795             return adjust_address_nv (new_rtx, GET_MODE (x), SUBREG_BYTE (x));
2796           else
2797             return gen_rtx_SUBREG (GET_MODE (x), new_rtx, SUBREG_BYTE (x));
2798         }
2799
2800       return x;
2801
2802     case MEM:
2803       /* Our only special processing is to pass the mode of the MEM to our
2804          recursive call and copy the flags.  While we are here, handle this
2805          case more efficiently.  */
2806       return
2807         replace_equiv_address_nv (x,
2808                                   eliminate_regs_1 (XEXP (x, 0), GET_MODE (x),
2809                                                     insn, true));
2810
2811     case USE:
2812       /* Handle insn_list USE that a call to a pure function may generate.  */
2813       new_rtx = eliminate_regs_1 (XEXP (x, 0), VOIDmode, insn, false);
2814       if (new_rtx != XEXP (x, 0))
2815         return gen_rtx_USE (GET_MODE (x), new_rtx);
2816       return x;
2817
2818     case CLOBBER:
2819     case ASM_OPERANDS:
2820     case SET:
2821       gcc_unreachable ();
2822
2823     default:
2824       break;
2825     }
2826
2827   /* Process each of our operands recursively.  If any have changed, make a
2828      copy of the rtx.  */
2829   fmt = GET_RTX_FORMAT (code);
2830   for (i = 0; i < GET_RTX_LENGTH (code); i++, fmt++)
2831     {
2832       if (*fmt == 'e')
2833         {
2834           new_rtx = eliminate_regs_1 (XEXP (x, i), mem_mode, insn, false);
2835           if (new_rtx != XEXP (x, i) && ! copied)
2836             {
2837               x = shallow_copy_rtx (x);
2838               copied = 1;
2839             }
2840           XEXP (x, i) = new_rtx;
2841         }
2842       else if (*fmt == 'E')
2843         {
2844           int copied_vec = 0;
2845           for (j = 0; j < XVECLEN (x, i); j++)
2846             {
2847               new_rtx = eliminate_regs_1 (XVECEXP (x, i, j), mem_mode, insn, false);
2848               if (new_rtx != XVECEXP (x, i, j) && ! copied_vec)
2849                 {
2850                   rtvec new_v = gen_rtvec_v (XVECLEN (x, i),
2851                                              XVEC (x, i)->elem);
2852                   if (! copied)
2853                     {
2854                       x = shallow_copy_rtx (x);
2855                       copied = 1;
2856                     }
2857                   XVEC (x, i) = new_v;
2858                   copied_vec = 1;
2859                 }
2860               XVECEXP (x, i, j) = new_rtx;
2861             }
2862         }
2863     }
2864
2865   return x;
2866 }
2867
2868 rtx
2869 eliminate_regs (rtx x, enum machine_mode mem_mode, rtx insn)
2870 {
2871   return eliminate_regs_1 (x, mem_mode, insn, false);
2872 }
2873
2874 /* Scan rtx X for modifications of elimination target registers.  Update
2875    the table of eliminables to reflect the changed state.  MEM_MODE is
2876    the mode of an enclosing MEM rtx, or VOIDmode if not within a MEM.  */
2877
2878 static void
2879 elimination_effects (rtx x, enum machine_mode mem_mode)
2880 {
2881   enum rtx_code code = GET_CODE (x);
2882   struct elim_table *ep;
2883   int regno;
2884   int i, j;
2885   const char *fmt;
2886
2887   switch (code)
2888     {
2889     case CONST_INT:
2890     case CONST_DOUBLE:
2891     case CONST_FIXED:
2892     case CONST_VECTOR:
2893     case CONST:
2894     case SYMBOL_REF:
2895     case CODE_LABEL:
2896     case PC:
2897     case CC0:
2898     case ASM_INPUT:
2899     case ADDR_VEC:
2900     case ADDR_DIFF_VEC:
2901     case RETURN:
2902       return;
2903
2904     case REG:
2905       regno = REGNO (x);
2906
2907       /* First handle the case where we encounter a bare register that
2908          is eliminable.  Replace it with a PLUS.  */
2909       if (regno < FIRST_PSEUDO_REGISTER)
2910         {
2911           for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS];
2912                ep++)
2913             if (ep->from_rtx == x && ep->can_eliminate)
2914               {
2915                 if (! mem_mode)
2916                   ep->ref_outside_mem = 1;
2917                 return;
2918               }
2919
2920         }
2921       else if (reg_renumber[regno] < 0 && reg_equiv_constant
2922                && reg_equiv_constant[regno]
2923                && ! function_invariant_p (reg_equiv_constant[regno]))
2924         elimination_effects (reg_equiv_constant[regno], mem_mode);
2925       return;
2926
2927     case PRE_INC:
2928     case POST_INC:
2929     case PRE_DEC:
2930     case POST_DEC:
2931     case POST_MODIFY:
2932     case PRE_MODIFY:
2933       /* If we modify the source of an elimination rule, disable it.  */
2934       for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
2935         if (ep->from_rtx == XEXP (x, 0))
2936           ep->can_eliminate = 0;
2937
2938       /* If we modify the target of an elimination rule by adding a constant,
2939          update its offset.  If we modify the target in any other way, we'll
2940          have to disable the rule as well.  */
2941       for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
2942         if (ep->to_rtx == XEXP (x, 0))
2943           {
2944             int size = GET_MODE_SIZE (mem_mode);
2945
2946             /* If more bytes than MEM_MODE are pushed, account for them.  */
2947 #ifdef PUSH_ROUNDING
2948             if (ep->to_rtx == stack_pointer_rtx)
2949               size = PUSH_ROUNDING (size);
2950 #endif
2951             if (code == PRE_DEC || code == POST_DEC)
2952               ep->offset += size;
2953             else if (code == PRE_INC || code == POST_INC)
2954               ep->offset -= size;
2955             else if (code == PRE_MODIFY || code == POST_MODIFY)
2956               {
2957                 if (GET_CODE (XEXP (x, 1)) == PLUS
2958                     && XEXP (x, 0) == XEXP (XEXP (x, 1), 0)
2959                     && CONST_INT_P (XEXP (XEXP (x, 1), 1)))
2960                   ep->offset -= INTVAL (XEXP (XEXP (x, 1), 1));
2961                 else
2962                   ep->can_eliminate = 0;
2963               }
2964           }
2965
2966       /* These two aren't unary operators.  */
2967       if (code == POST_MODIFY || code == PRE_MODIFY)
2968         break;
2969
2970       /* Fall through to generic unary operation case.  */
2971     case STRICT_LOW_PART:
2972     case NEG:          case NOT:
2973     case SIGN_EXTEND:  case ZERO_EXTEND:
2974     case TRUNCATE:     case FLOAT_EXTEND: case FLOAT_TRUNCATE:
2975     case FLOAT:        case FIX:
2976     case UNSIGNED_FIX: case UNSIGNED_FLOAT:
2977     case ABS:
2978     case SQRT:
2979     case FFS:
2980     case CLZ:
2981     case CTZ:
2982     case POPCOUNT:
2983     case PARITY:
2984     case BSWAP:
2985       elimination_effects (XEXP (x, 0), mem_mode);
2986       return;
2987
2988     case SUBREG:
2989       if (REG_P (SUBREG_REG (x))
2990           && (GET_MODE_SIZE (GET_MODE (x))
2991               <= GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))))
2992           && reg_equiv_memory_loc != 0
2993           && reg_equiv_memory_loc[REGNO (SUBREG_REG (x))] != 0)
2994         return;
2995
2996       elimination_effects (SUBREG_REG (x), mem_mode);
2997       return;
2998
2999     case USE:
3000       /* If using a register that is the source of an eliminate we still
3001          think can be performed, note it cannot be performed since we don't
3002          know how this register is used.  */
3003       for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3004         if (ep->from_rtx == XEXP (x, 0))
3005           ep->can_eliminate = 0;
3006
3007       elimination_effects (XEXP (x, 0), mem_mode);
3008       return;
3009
3010     case CLOBBER:
3011       /* If clobbering a register that is the replacement register for an
3012          elimination we still think can be performed, note that it cannot
3013          be performed.  Otherwise, we need not be concerned about it.  */
3014       for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3015         if (ep->to_rtx == XEXP (x, 0))
3016           ep->can_eliminate = 0;
3017
3018       elimination_effects (XEXP (x, 0), mem_mode);
3019       return;
3020
3021     case SET:
3022       /* Check for setting a register that we know about.  */
3023       if (REG_P (SET_DEST (x)))
3024         {
3025           /* See if this is setting the replacement register for an
3026              elimination.
3027
3028              If DEST is the hard frame pointer, we do nothing because we
3029              assume that all assignments to the frame pointer are for
3030              non-local gotos and are being done at a time when they are valid
3031              and do not disturb anything else.  Some machines want to
3032              eliminate a fake argument pointer (or even a fake frame pointer)
3033              with either the real frame or the stack pointer.  Assignments to
3034              the hard frame pointer must not prevent this elimination.  */
3035
3036           for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS];
3037                ep++)
3038             if (ep->to_rtx == SET_DEST (x)
3039                 && SET_DEST (x) != hard_frame_pointer_rtx)
3040               {
3041                 /* If it is being incremented, adjust the offset.  Otherwise,
3042                    this elimination can't be done.  */
3043                 rtx src = SET_SRC (x);
3044
3045                 if (GET_CODE (src) == PLUS
3046                     && XEXP (src, 0) == SET_DEST (x)
3047                     && CONST_INT_P (XEXP (src, 1)))
3048                   ep->offset -= INTVAL (XEXP (src, 1));
3049                 else
3050                   ep->can_eliminate = 0;
3051               }
3052         }
3053
3054       elimination_effects (SET_DEST (x), VOIDmode);
3055       elimination_effects (SET_SRC (x), VOIDmode);
3056       return;
3057
3058     case MEM:
3059       /* Our only special processing is to pass the mode of the MEM to our
3060          recursive call.  */
3061       elimination_effects (XEXP (x, 0), GET_MODE (x));
3062       return;
3063
3064     default:
3065       break;
3066     }
3067
3068   fmt = GET_RTX_FORMAT (code);
3069   for (i = 0; i < GET_RTX_LENGTH (code); i++, fmt++)
3070     {
3071       if (*fmt == 'e')
3072         elimination_effects (XEXP (x, i), mem_mode);
3073       else if (*fmt == 'E')
3074         for (j = 0; j < XVECLEN (x, i); j++)
3075           elimination_effects (XVECEXP (x, i, j), mem_mode);
3076     }
3077 }
3078
3079 /* Descend through rtx X and verify that no references to eliminable registers
3080    remain.  If any do remain, mark the involved register as not
3081    eliminable.  */
3082
3083 static void
3084 check_eliminable_occurrences (rtx x)
3085 {
3086   const char *fmt;
3087   int i;
3088   enum rtx_code code;
3089
3090   if (x == 0)
3091     return;
3092
3093   code = GET_CODE (x);
3094
3095   if (code == REG && REGNO (x) < FIRST_PSEUDO_REGISTER)
3096     {
3097       struct elim_table *ep;
3098
3099       for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3100         if (ep->from_rtx == x)
3101           ep->can_eliminate = 0;
3102       return;
3103     }
3104
3105   fmt = GET_RTX_FORMAT (code);
3106   for (i = 0; i < GET_RTX_LENGTH (code); i++, fmt++)
3107     {
3108       if (*fmt == 'e')
3109         check_eliminable_occurrences (XEXP (x, i));
3110       else if (*fmt == 'E')
3111         {
3112           int j;
3113           for (j = 0; j < XVECLEN (x, i); j++)
3114             check_eliminable_occurrences (XVECEXP (x, i, j));
3115         }
3116     }
3117 }
3118 \f
3119 /* Scan INSN and eliminate all eliminable registers in it.
3120
3121    If REPLACE is nonzero, do the replacement destructively.  Also
3122    delete the insn as dead it if it is setting an eliminable register.
3123
3124    If REPLACE is zero, do all our allocations in reload_obstack.
3125
3126    If no eliminations were done and this insn doesn't require any elimination
3127    processing (these are not identical conditions: it might be updating sp,
3128    but not referencing fp; this needs to be seen during reload_as_needed so
3129    that the offset between fp and sp can be taken into consideration), zero
3130    is returned.  Otherwise, 1 is returned.  */
3131
3132 static int
3133 eliminate_regs_in_insn (rtx insn, int replace)
3134 {
3135   int icode = recog_memoized (insn);
3136   rtx old_body = PATTERN (insn);
3137   int insn_is_asm = asm_noperands (old_body) >= 0;
3138   rtx old_set = single_set (insn);
3139   rtx new_body;
3140   int val = 0;
3141   int i;
3142   rtx substed_operand[MAX_RECOG_OPERANDS];
3143   rtx orig_operand[MAX_RECOG_OPERANDS];
3144   struct elim_table *ep;
3145   rtx plus_src, plus_cst_src;
3146
3147   if (! insn_is_asm && icode < 0)
3148     {
3149       gcc_assert (GET_CODE (PATTERN (insn)) == USE
3150                   || GET_CODE (PATTERN (insn)) == CLOBBER
3151                   || GET_CODE (PATTERN (insn)) == ADDR_VEC
3152                   || GET_CODE (PATTERN (insn)) == ADDR_DIFF_VEC
3153                   || GET_CODE (PATTERN (insn)) == ASM_INPUT);
3154       return 0;
3155     }
3156
3157   if (old_set != 0 && REG_P (SET_DEST (old_set))
3158       && REGNO (SET_DEST (old_set)) < FIRST_PSEUDO_REGISTER)
3159     {
3160       /* Check for setting an eliminable register.  */
3161       for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3162         if (ep->from_rtx == SET_DEST (old_set) && ep->can_eliminate)
3163           {
3164 #if HARD_FRAME_POINTER_REGNUM != FRAME_POINTER_REGNUM
3165             /* If this is setting the frame pointer register to the
3166                hardware frame pointer register and this is an elimination
3167                that will be done (tested above), this insn is really
3168                adjusting the frame pointer downward to compensate for
3169                the adjustment done before a nonlocal goto.  */
3170             if (ep->from == FRAME_POINTER_REGNUM
3171                 && ep->to == HARD_FRAME_POINTER_REGNUM)
3172               {
3173                 rtx base = SET_SRC (old_set);
3174                 rtx base_insn = insn;
3175                 HOST_WIDE_INT offset = 0;
3176
3177                 while (base != ep->to_rtx)
3178                   {
3179                     rtx prev_insn, prev_set;
3180
3181                     if (GET_CODE (base) == PLUS
3182                         && CONST_INT_P (XEXP (base, 1)))
3183                       {
3184                         offset += INTVAL (XEXP (base, 1));
3185                         base = XEXP (base, 0);
3186                       }
3187                     else if ((prev_insn = prev_nonnote_insn (base_insn)) != 0
3188                              && (prev_set = single_set (prev_insn)) != 0
3189                              && rtx_equal_p (SET_DEST (prev_set), base))
3190                       {
3191                         base = SET_SRC (prev_set);
3192                         base_insn = prev_insn;
3193                       }
3194                     else
3195                       break;
3196                   }
3197
3198                 if (base == ep->to_rtx)
3199                   {
3200                     rtx src
3201                       = plus_constant (ep->to_rtx, offset - ep->offset);
3202
3203                     new_body = old_body;
3204                     if (! replace)
3205                       {
3206                         new_body = copy_insn (old_body);
3207                         if (REG_NOTES (insn))
3208                           REG_NOTES (insn) = copy_insn_1 (REG_NOTES (insn));
3209                       }
3210                     PATTERN (insn) = new_body;
3211                     old_set = single_set (insn);
3212
3213                     /* First see if this insn remains valid when we
3214                        make the change.  If not, keep the INSN_CODE
3215                        the same and let reload fit it up.  */
3216                     validate_change (insn, &SET_SRC (old_set), src, 1);
3217                     validate_change (insn, &SET_DEST (old_set),
3218                                      ep->to_rtx, 1);
3219                     if (! apply_change_group ())
3220                       {
3221                         SET_SRC (old_set) = src;
3222                         SET_DEST (old_set) = ep->to_rtx;
3223                       }
3224
3225                     val = 1;
3226                     goto done;
3227                   }
3228               }
3229 #endif
3230
3231             /* In this case this insn isn't serving a useful purpose.  We
3232                will delete it in reload_as_needed once we know that this
3233                elimination is, in fact, being done.
3234
3235                If REPLACE isn't set, we can't delete this insn, but needn't
3236                process it since it won't be used unless something changes.  */
3237             if (replace)
3238               {
3239                 delete_dead_insn (insn);
3240                 return 1;
3241               }
3242             val = 1;
3243             goto done;
3244           }
3245     }
3246
3247   /* We allow one special case which happens to work on all machines we
3248      currently support: a single set with the source or a REG_EQUAL
3249      note being a PLUS of an eliminable register and a constant.  */
3250   plus_src = plus_cst_src = 0;
3251   if (old_set && REG_P (SET_DEST (old_set)))
3252     {
3253       if (GET_CODE (SET_SRC (old_set)) == PLUS)
3254         plus_src = SET_SRC (old_set);
3255       /* First see if the source is of the form (plus (...) CST).  */
3256       if (plus_src
3257           && CONST_INT_P (XEXP (plus_src, 1)))
3258         plus_cst_src = plus_src;
3259       else if (REG_P (SET_SRC (old_set))
3260                || plus_src)
3261         {
3262           /* Otherwise, see if we have a REG_EQUAL note of the form
3263              (plus (...) CST).  */
3264           rtx links;
3265           for (links = REG_NOTES (insn); links; links = XEXP (links, 1))
3266             {
3267               if ((REG_NOTE_KIND (links) == REG_EQUAL
3268                    || REG_NOTE_KIND (links) == REG_EQUIV)
3269                   && GET_CODE (XEXP (links, 0)) == PLUS
3270                   && CONST_INT_P (XEXP (XEXP (links, 0), 1)))
3271                 {
3272                   plus_cst_src = XEXP (links, 0);
3273                   break;
3274                 }
3275             }
3276         }
3277
3278       /* Check that the first operand of the PLUS is a hard reg or
3279          the lowpart subreg of one.  */
3280       if (plus_cst_src)
3281         {
3282           rtx reg = XEXP (plus_cst_src, 0);
3283           if (GET_CODE (reg) == SUBREG && subreg_lowpart_p (reg))
3284             reg = SUBREG_REG (reg);
3285
3286           if (!REG_P (reg) || REGNO (reg) >= FIRST_PSEUDO_REGISTER)
3287             plus_cst_src = 0;
3288         }
3289     }
3290   if (plus_cst_src)
3291     {
3292       rtx reg = XEXP (plus_cst_src, 0);
3293       HOST_WIDE_INT offset = INTVAL (XEXP (plus_cst_src, 1));
3294
3295       if (GET_CODE (reg) == SUBREG)
3296         reg = SUBREG_REG (reg);
3297
3298       for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3299         if (ep->from_rtx == reg && ep->can_eliminate)
3300           {
3301             rtx to_rtx = ep->to_rtx;
3302             offset += ep->offset;
3303             offset = trunc_int_for_mode (offset, GET_MODE (plus_cst_src));
3304
3305             if (GET_CODE (XEXP (plus_cst_src, 0)) == SUBREG)
3306               to_rtx = gen_lowpart (GET_MODE (XEXP (plus_cst_src, 0)),
3307                                     to_rtx);
3308             /* If we have a nonzero offset, and the source is already
3309                a simple REG, the following transformation would
3310                increase the cost of the insn by replacing a simple REG
3311                with (plus (reg sp) CST).  So try only when we already
3312                had a PLUS before.  */
3313             if (offset == 0 || plus_src)
3314               {
3315                 rtx new_src = plus_constant (to_rtx, offset);
3316
3317                 new_body = old_body;
3318                 if (! replace)
3319                   {
3320                     new_body = copy_insn (old_body);
3321                     if (REG_NOTES (insn))
3322                       REG_NOTES (insn) = copy_insn_1 (REG_NOTES (insn));
3323                   }
3324                 PATTERN (insn) = new_body;
3325                 old_set = single_set (insn);
3326
3327                 /* First see if this insn remains valid when we make the
3328                    change.  If not, try to replace the whole pattern with
3329                    a simple set (this may help if the original insn was a
3330                    PARALLEL that was only recognized as single_set due to 
3331                    REG_UNUSED notes).  If this isn't valid either, keep
3332                    the INSN_CODE the same and let reload fix it up.  */
3333                 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0))
3334                   {
3335                     rtx new_pat = gen_rtx_SET (VOIDmode,
3336                                                SET_DEST (old_set), new_src);
3337
3338                     if (!validate_change (insn, &PATTERN (insn), new_pat, 0))
3339                       SET_SRC (old_set) = new_src;
3340                   }
3341               }
3342             else
3343               break;
3344
3345             val = 1;
3346             /* This can't have an effect on elimination offsets, so skip right
3347                to the end.  */
3348             goto done;
3349           }
3350     }
3351
3352   /* Determine the effects of this insn on elimination offsets.  */
3353   elimination_effects (old_body, VOIDmode);
3354
3355   /* Eliminate all eliminable registers occurring in operands that
3356      can be handled by reload.  */
3357   extract_insn (insn);
3358   for (i = 0; i < recog_data.n_operands; i++)
3359     {
3360       orig_operand[i] = recog_data.operand[i];
3361       substed_operand[i] = recog_data.operand[i];
3362
3363       /* For an asm statement, every operand is eliminable.  */
3364       if (insn_is_asm || insn_data[icode].operand[i].eliminable)
3365         {
3366           bool is_set_src, in_plus;
3367
3368           /* Check for setting a register that we know about.  */
3369           if (recog_data.operand_type[i] != OP_IN
3370               && REG_P (orig_operand[i]))
3371             {
3372               /* If we are assigning to a register that can be eliminated, it
3373                  must be as part of a PARALLEL, since the code above handles
3374                  single SETs.  We must indicate that we can no longer
3375                  eliminate this reg.  */
3376               for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS];
3377                    ep++)
3378                 if (ep->from_rtx == orig_operand[i])
3379                   ep->can_eliminate = 0;
3380             }
3381
3382           /* Companion to the above plus substitution, we can allow
3383              invariants as the source of a plain move.  */
3384           is_set_src = false;
3385           if (old_set && recog_data.operand_loc[i] == &SET_SRC (old_set))
3386             is_set_src = true;
3387           in_plus = false;
3388           if (plus_src
3389               && (recog_data.operand_loc[i] == &XEXP (plus_src, 0)
3390                   || recog_data.operand_loc[i] == &XEXP (plus_src, 1)))
3391             in_plus = true;
3392
3393           substed_operand[i]
3394             = eliminate_regs_1 (recog_data.operand[i], VOIDmode,
3395                                 replace ? insn : NULL_RTX,
3396                                 is_set_src || in_plus);
3397           if (substed_operand[i] != orig_operand[i])
3398             val = 1;
3399           /* Terminate the search in check_eliminable_occurrences at
3400              this point.  */
3401           *recog_data.operand_loc[i] = 0;
3402
3403           /* If an output operand changed from a REG to a MEM and INSN is an
3404              insn, write a CLOBBER insn.  */
3405           if (recog_data.operand_type[i] != OP_IN
3406               && REG_P (orig_operand[i])
3407               && MEM_P (substed_operand[i])
3408               && replace)
3409             emit_insn_after (gen_clobber (orig_operand[i]), insn);
3410         }
3411     }
3412
3413   for (i = 0; i < recog_data.n_dups; i++)
3414     *recog_data.dup_loc[i]
3415       = *recog_data.operand_loc[(int) recog_data.dup_num[i]];
3416
3417   /* If any eliminable remain, they aren't eliminable anymore.  */
3418   check_eliminable_occurrences (old_body);
3419
3420   /* Substitute the operands; the new values are in the substed_operand
3421      array.  */
3422   for (i = 0; i < recog_data.n_operands; i++)
3423     *recog_data.operand_loc[i] = substed_operand[i];
3424   for (i = 0; i < recog_data.n_dups; i++)
3425     *recog_data.dup_loc[i] = substed_operand[(int) recog_data.dup_num[i]];
3426
3427   /* If we are replacing a body that was a (set X (plus Y Z)), try to
3428      re-recognize the insn.  We do this in case we had a simple addition
3429      but now can do this as a load-address.  This saves an insn in this
3430      common case.
3431      If re-recognition fails, the old insn code number will still be used,
3432      and some register operands may have changed into PLUS expressions.
3433      These will be handled by find_reloads by loading them into a register
3434      again.  */
3435
3436   if (val)
3437     {
3438       /* If we aren't replacing things permanently and we changed something,
3439          make another copy to ensure that all the RTL is new.  Otherwise
3440          things can go wrong if find_reload swaps commutative operands
3441          and one is inside RTL that has been copied while the other is not.  */
3442       new_body = old_body;
3443       if (! replace)
3444         {
3445           new_body = copy_insn (old_body);
3446           if (REG_NOTES (insn))
3447             REG_NOTES (insn) = copy_insn_1 (REG_NOTES (insn));
3448         }
3449       PATTERN (insn) = new_body;
3450
3451       /* If we had a move insn but now we don't, rerecognize it.  This will
3452          cause spurious re-recognition if the old move had a PARALLEL since
3453          the new one still will, but we can't call single_set without
3454          having put NEW_BODY into the insn and the re-recognition won't
3455          hurt in this rare case.  */
3456       /* ??? Why this huge if statement - why don't we just rerecognize the
3457          thing always?  */
3458       if (! insn_is_asm
3459           && old_set != 0
3460           && ((REG_P (SET_SRC (old_set))
3461                && (GET_CODE (new_body) != SET
3462                    || !REG_P (SET_SRC (new_body))))
3463               /* If this was a load from or store to memory, compare
3464                  the MEM in recog_data.operand to the one in the insn.
3465                  If they are not equal, then rerecognize the insn.  */
3466               || (old_set != 0
3467                   && ((MEM_P (SET_SRC (old_set))
3468                        && SET_SRC (old_set) != recog_data.operand[1])
3469                       || (MEM_P (SET_DEST (old_set))
3470                           && SET_DEST (old_set) != recog_data.operand[0])))
3471               /* If this was an add insn before, rerecognize.  */
3472               || GET_CODE (SET_SRC (old_set)) == PLUS))
3473         {
3474           int new_icode = recog (PATTERN (insn), insn, 0);
3475           if (new_icode >= 0)
3476             INSN_CODE (insn) = new_icode;
3477         }
3478     }
3479
3480   /* Restore the old body.  If there were any changes to it, we made a copy
3481      of it while the changes were still in place, so we'll correctly return
3482      a modified insn below.  */
3483   if (! replace)
3484     {
3485       /* Restore the old body.  */
3486       for (i = 0; i < recog_data.n_operands; i++)
3487         *recog_data.operand_loc[i] = orig_operand[i];
3488       for (i = 0; i < recog_data.n_dups; i++)
3489         *recog_data.dup_loc[i] = orig_operand[(int) recog_data.dup_num[i]];
3490     }
3491
3492   /* Update all elimination pairs to reflect the status after the current
3493      insn.  The changes we make were determined by the earlier call to
3494      elimination_effects.
3495
3496      We also detect cases where register elimination cannot be done,
3497      namely, if a register would be both changed and referenced outside a MEM
3498      in the resulting insn since such an insn is often undefined and, even if
3499      not, we cannot know what meaning will be given to it.  Note that it is
3500      valid to have a register used in an address in an insn that changes it
3501      (presumably with a pre- or post-increment or decrement).
3502
3503      If anything changes, return nonzero.  */
3504
3505   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3506     {
3507       if (ep->previous_offset != ep->offset && ep->ref_outside_mem)
3508         ep->can_eliminate = 0;
3509
3510       ep->ref_outside_mem = 0;
3511
3512       if (ep->previous_offset != ep->offset)
3513         val = 1;
3514     }
3515
3516  done:
3517   /* If we changed something, perform elimination in REG_NOTES.  This is
3518      needed even when REPLACE is zero because a REG_DEAD note might refer
3519      to a register that we eliminate and could cause a different number
3520      of spill registers to be needed in the final reload pass than in
3521      the pre-passes.  */
3522   if (val && REG_NOTES (insn) != 0)
3523     REG_NOTES (insn)
3524       = eliminate_regs_1 (REG_NOTES (insn), VOIDmode, REG_NOTES (insn), true);
3525
3526   return val;
3527 }
3528
3529 /* Loop through all elimination pairs.
3530    Recalculate the number not at initial offset.
3531
3532    Compute the maximum offset (minimum offset if the stack does not
3533    grow downward) for each elimination pair.  */
3534
3535 static void
3536 update_eliminable_offsets (void)
3537 {
3538   struct elim_table *ep;
3539
3540   num_not_at_initial_offset = 0;
3541   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3542     {
3543       ep->previous_offset = ep->offset;
3544       if (ep->can_eliminate && ep->offset != ep->initial_offset)
3545         num_not_at_initial_offset++;
3546     }
3547 }
3548
3549 /* Given X, a SET or CLOBBER of DEST, if DEST is the target of a register
3550    replacement we currently believe is valid, mark it as not eliminable if X
3551    modifies DEST in any way other than by adding a constant integer to it.
3552
3553    If DEST is the frame pointer, we do nothing because we assume that
3554    all assignments to the hard frame pointer are nonlocal gotos and are being
3555    done at a time when they are valid and do not disturb anything else.
3556    Some machines want to eliminate a fake argument pointer with either the
3557    frame or stack pointer.  Assignments to the hard frame pointer must not
3558    prevent this elimination.
3559
3560    Called via note_stores from reload before starting its passes to scan
3561    the insns of the function.  */
3562
3563 static void
3564 mark_not_eliminable (rtx dest, const_rtx x, void *data ATTRIBUTE_UNUSED)
3565 {
3566   unsigned int i;
3567
3568   /* A SUBREG of a hard register here is just changing its mode.  We should
3569      not see a SUBREG of an eliminable hard register, but check just in
3570      case.  */
3571   if (GET_CODE (dest) == SUBREG)
3572     dest = SUBREG_REG (dest);
3573
3574   if (dest == hard_frame_pointer_rtx)
3575     return;
3576
3577   for (i = 0; i < NUM_ELIMINABLE_REGS; i++)
3578     if (reg_eliminate[i].can_eliminate && dest == reg_eliminate[i].to_rtx
3579         && (GET_CODE (x) != SET
3580             || GET_CODE (SET_SRC (x)) != PLUS
3581             || XEXP (SET_SRC (x), 0) != dest
3582             || !CONST_INT_P (XEXP (SET_SRC (x), 1))))
3583       {
3584         reg_eliminate[i].can_eliminate_previous
3585           = reg_eliminate[i].can_eliminate = 0;
3586         num_eliminable--;
3587       }
3588 }
3589
3590 /* Verify that the initial elimination offsets did not change since the
3591    last call to set_initial_elim_offsets.  This is used to catch cases
3592    where something illegal happened during reload_as_needed that could
3593    cause incorrect code to be generated if we did not check for it.  */
3594
3595 static bool
3596 verify_initial_elim_offsets (void)
3597 {
3598   HOST_WIDE_INT t;
3599
3600   if (!num_eliminable)
3601     return true;
3602
3603 #ifdef ELIMINABLE_REGS
3604   {
3605    struct elim_table *ep;
3606
3607    for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3608      {
3609        INITIAL_ELIMINATION_OFFSET (ep->from, ep->to, t);
3610        if (t != ep->initial_offset)
3611          return false;
3612      }
3613   }
3614 #else
3615   INITIAL_FRAME_POINTER_OFFSET (t);
3616   if (t != reg_eliminate[0].initial_offset)
3617     return false;
3618 #endif
3619
3620   return true;
3621 }
3622
3623 /* Reset all offsets on eliminable registers to their initial values.  */
3624
3625 static void
3626 set_initial_elim_offsets (void)
3627 {
3628   struct elim_table *ep = reg_eliminate;
3629
3630 #ifdef ELIMINABLE_REGS
3631   for (; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3632     {
3633       INITIAL_ELIMINATION_OFFSET (ep->from, ep->to, ep->initial_offset);
3634       ep->previous_offset = ep->offset = ep->initial_offset;
3635     }
3636 #else
3637   INITIAL_FRAME_POINTER_OFFSET (ep->initial_offset);
3638   ep->previous_offset = ep->offset = ep->initial_offset;
3639 #endif
3640
3641   num_not_at_initial_offset = 0;
3642 }
3643
3644 /* Subroutine of set_initial_label_offsets called via for_each_eh_label.  */
3645
3646 static void
3647 set_initial_eh_label_offset (rtx label)
3648 {
3649   set_label_offsets (label, NULL_RTX, 1);
3650 }
3651
3652 /* Initialize the known label offsets.
3653    Set a known offset for each forced label to be at the initial offset
3654    of each elimination.  We do this because we assume that all
3655    computed jumps occur from a location where each elimination is
3656    at its initial offset.
3657    For all other labels, show that we don't know the offsets.  */
3658
3659 static void
3660 set_initial_label_offsets (void)
3661 {
3662   rtx x;
3663   memset (offsets_known_at, 0, num_labels);
3664
3665   for (x = forced_labels; x; x = XEXP (x, 1))
3666     if (XEXP (x, 0))
3667       set_label_offsets (XEXP (x, 0), NULL_RTX, 1);
3668
3669   for_each_eh_label (set_initial_eh_label_offset);
3670 }
3671
3672 /* Set all elimination offsets to the known values for the code label given
3673    by INSN.  */
3674
3675 static void
3676 set_offsets_for_label (rtx insn)
3677 {
3678   unsigned int i;
3679   int label_nr = CODE_LABEL_NUMBER (insn);
3680   struct elim_table *ep;
3681
3682   num_not_at_initial_offset = 0;
3683   for (i = 0, ep = reg_eliminate; i < NUM_ELIMINABLE_REGS; ep++, i++)
3684     {
3685       ep->offset = ep->previous_offset
3686                  = offsets_at[label_nr - first_label_num][i];
3687       if (ep->can_eliminate && ep->offset != ep->initial_offset)
3688         num_not_at_initial_offset++;
3689     }
3690 }
3691
3692 /* See if anything that happened changes which eliminations are valid.
3693    For example, on the SPARC, whether or not the frame pointer can
3694    be eliminated can depend on what registers have been used.  We need
3695    not check some conditions again (such as flag_omit_frame_pointer)
3696    since they can't have changed.  */
3697
3698 static void
3699 update_eliminables (HARD_REG_SET *pset)
3700 {
3701   int previous_frame_pointer_needed = frame_pointer_needed;
3702   struct elim_table *ep;
3703
3704   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3705     if ((ep->from == HARD_FRAME_POINTER_REGNUM 
3706          && targetm.frame_pointer_required ())
3707 #ifdef ELIMINABLE_REGS
3708         || ! CAN_ELIMINATE (ep->from, ep->to)
3709 #endif
3710         )
3711       ep->can_eliminate = 0;
3712
3713   /* Look for the case where we have discovered that we can't replace
3714      register A with register B and that means that we will now be
3715      trying to replace register A with register C.  This means we can
3716      no longer replace register C with register B and we need to disable
3717      such an elimination, if it exists.  This occurs often with A == ap,
3718      B == sp, and C == fp.  */
3719
3720   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3721     {
3722       struct elim_table *op;
3723       int new_to = -1;
3724
3725       if (! ep->can_eliminate && ep->can_eliminate_previous)
3726         {
3727           /* Find the current elimination for ep->from, if there is a
3728              new one.  */
3729           for (op = reg_eliminate;
3730                op < &reg_eliminate[NUM_ELIMINABLE_REGS]; op++)
3731             if (op->from == ep->from && op->can_eliminate)
3732               {
3733                 new_to = op->to;
3734                 break;
3735               }
3736
3737           /* See if there is an elimination of NEW_TO -> EP->TO.  If so,
3738              disable it.  */
3739           for (op = reg_eliminate;
3740                op < &reg_eliminate[NUM_ELIMINABLE_REGS]; op++)
3741             if (op->from == new_to && op->to == ep->to)
3742               op->can_eliminate = 0;
3743         }
3744     }
3745
3746   /* See if any registers that we thought we could eliminate the previous
3747      time are no longer eliminable.  If so, something has changed and we
3748      must spill the register.  Also, recompute the number of eliminable
3749      registers and see if the frame pointer is needed; it is if there is
3750      no elimination of the frame pointer that we can perform.  */
3751
3752   frame_pointer_needed = 1;
3753   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3754     {
3755       if (ep->can_eliminate
3756           && ep->from == FRAME_POINTER_REGNUM
3757           && ep->to != HARD_FRAME_POINTER_REGNUM
3758           && (! SUPPORTS_STACK_ALIGNMENT
3759               || ! crtl->stack_realign_needed))
3760         frame_pointer_needed = 0;
3761
3762       if (! ep->can_eliminate && ep->can_eliminate_previous)
3763         {
3764           ep->can_eliminate_previous = 0;
3765           SET_HARD_REG_BIT (*pset, ep->from);
3766           num_eliminable--;
3767         }
3768     }
3769
3770   /* If we didn't need a frame pointer last time, but we do now, spill
3771      the hard frame pointer.  */
3772   if (frame_pointer_needed && ! previous_frame_pointer_needed)
3773     SET_HARD_REG_BIT (*pset, HARD_FRAME_POINTER_REGNUM);
3774 }
3775
3776 /* Return true if X is used as the target register of an elimination.  */
3777
3778 bool
3779 elimination_target_reg_p (rtx x)
3780 {
3781   struct elim_table *ep;
3782
3783   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3784     if (ep->to_rtx == x && ep->can_eliminate)
3785       return true;
3786
3787   return false;
3788 }
3789
3790 /* Initialize the table of registers to eliminate.
3791    Pre-condition: global flag frame_pointer_needed has been set before
3792    calling this function.  */
3793
3794 static void
3795 init_elim_table (void)
3796 {
3797   struct elim_table *ep;
3798 #ifdef ELIMINABLE_REGS
3799   const struct elim_table_1 *ep1;
3800 #endif
3801
3802   if (!reg_eliminate)
3803     reg_eliminate = XCNEWVEC (struct elim_table, NUM_ELIMINABLE_REGS);
3804
3805   num_eliminable = 0;
3806
3807 #ifdef ELIMINABLE_REGS
3808   for (ep = reg_eliminate, ep1 = reg_eliminate_1;
3809        ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++, ep1++)
3810     {
3811       ep->from = ep1->from;
3812       ep->to = ep1->to;
3813       ep->can_eliminate = ep->can_eliminate_previous
3814         = (CAN_ELIMINATE (ep->from, ep->to)
3815            && ! (ep->to == STACK_POINTER_REGNUM
3816                  && frame_pointer_needed 
3817                  && (! SUPPORTS_STACK_ALIGNMENT
3818                      || ! stack_realign_fp)));
3819     }
3820 #else
3821   reg_eliminate[0].from = reg_eliminate_1[0].from;
3822   reg_eliminate[0].to = reg_eliminate_1[0].to;
3823   reg_eliminate[0].can_eliminate = reg_eliminate[0].can_eliminate_previous
3824     = ! frame_pointer_needed;
3825 #endif
3826
3827   /* Count the number of eliminable registers and build the FROM and TO
3828      REG rtx's.  Note that code in gen_rtx_REG will cause, e.g.,
3829      gen_rtx_REG (Pmode, STACK_POINTER_REGNUM) to equal stack_pointer_rtx.
3830      We depend on this.  */
3831   for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
3832     {
3833       num_eliminable += ep->can_eliminate;
3834       ep->from_rtx = gen_rtx_REG (Pmode, ep->from);
3835       ep->to_rtx = gen_rtx_REG (Pmode, ep->to);
3836     }
3837 }
3838 \f
3839 /* Kick all pseudos out of hard register REGNO.
3840
3841    If CANT_ELIMINATE is nonzero, it means that we are doing this spill
3842    because we found we can't eliminate some register.  In the case, no pseudos
3843    are allowed to be in the register, even if they are only in a block that
3844    doesn't require spill registers, unlike the case when we are spilling this
3845    hard reg to produce another spill register.
3846
3847    Return nonzero if any pseudos needed to be kicked out.  */
3848
3849 static void
3850 spill_hard_reg (unsigned int regno, int cant_eliminate)
3851 {
3852   int i;
3853
3854   if (cant_eliminate)
3855     {
3856       SET_HARD_REG_BIT (bad_spill_regs_global, regno);
3857       df_set_regs_ever_live (regno, true);
3858     }
3859
3860   /* Spill every pseudo reg that was allocated to this reg
3861      or to something that overlaps this reg.  */
3862
3863   for (i = FIRST_PSEUDO_REGISTER; i < max_regno; i++)
3864     if (reg_renumber[i] >= 0
3865         && (unsigned int) reg_renumber[i] <= regno
3866         && end_hard_regno (PSEUDO_REGNO_MODE (i), reg_renumber[i]) > regno)
3867       SET_REGNO_REG_SET (&spilled_pseudos, i);
3868 }
3869
3870 /* After find_reload_regs has been run for all insn that need reloads,
3871    and/or spill_hard_regs was called, this function is used to actually
3872    spill pseudo registers and try to reallocate them.  It also sets up the
3873    spill_regs array for use by choose_reload_regs.  */
3874
3875 static int
3876 finish_spills (int global)
3877 {
3878   struct insn_chain *chain;
3879   int something_changed = 0;
3880   unsigned i;
3881   reg_set_iterator rsi;
3882
3883   /* Build the spill_regs array for the function.  */
3884   /* If there are some registers still to eliminate and one of the spill regs
3885      wasn't ever used before, additional stack space may have to be
3886      allocated to store this register.  Thus, we may have changed the offset
3887      between the stack and frame pointers, so mark that something has changed.
3888
3889      One might think that we need only set VAL to 1 if this is a call-used
3890      register.  However, the set of registers that must be saved by the
3891      prologue is not identical to the call-used set.  For example, the
3892      register used by the call insn for the return PC is a call-used register,
3893      but must be saved by the prologue.  */
3894
3895   n_spills = 0;
3896   for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
3897     if (TEST_HARD_REG_BIT (used_spill_regs, i))
3898       {
3899         spill_reg_order[i] = n_spills;
3900         spill_regs[n_spills++] = i;
3901         if (num_eliminable && ! df_regs_ever_live_p (i))
3902           something_changed = 1;
3903         df_set_regs_ever_live (i, true);
3904       }
3905     else
3906       spill_reg_order[i] = -1;
3907
3908   EXECUTE_IF_SET_IN_REG_SET (&spilled_pseudos, FIRST_PSEUDO_REGISTER, i, rsi)
3909     if (! ira_conflicts_p || reg_renumber[i] >= 0)
3910       {
3911         /* Record the current hard register the pseudo is allocated to
3912            in pseudo_previous_regs so we avoid reallocating it to the
3913            same hard reg in a later pass.  */
3914         gcc_assert (reg_renumber[i] >= 0);
3915         
3916         SET_HARD_REG_BIT (pseudo_previous_regs[i], reg_renumber[i]);
3917         /* Mark it as no longer having a hard register home.  */
3918         reg_renumber[i] = -1;
3919         if (ira_conflicts_p)
3920           /* Inform IRA about the change.  */
3921           ira_mark_allocation_change (i);
3922         /* We will need to scan everything again.  */
3923         something_changed = 1;
3924       }
3925
3926   /* Retry global register allocation if possible.  */
3927   if (global && ira_conflicts_p)
3928     {
3929       unsigned int n;
3930
3931       memset (pseudo_forbidden_regs, 0, max_regno * sizeof (HARD_REG_SET));
3932       /* For every insn that needs reloads, set the registers used as spill
3933          regs in pseudo_forbidden_regs for every pseudo live across the
3934          insn.  */
3935       for (chain = insns_need_reload; chain; chain = chain->next_need_reload)
3936         {
3937           EXECUTE_IF_SET_IN_REG_SET
3938             (&chain->live_throughout, FIRST_PSEUDO_REGISTER, i, rsi)
3939             {
3940               IOR_HARD_REG_SET (pseudo_forbidden_regs[i],
3941                                 chain->used_spill_regs);
3942             }
3943           EXECUTE_IF_SET_IN_REG_SET
3944             (&chain->dead_or_set, FIRST_PSEUDO_REGISTER, i, rsi)
3945             {
3946               IOR_HARD_REG_SET (pseudo_forbidden_regs[i],
3947                                 chain->used_spill_regs);
3948             }
3949         }
3950
3951       /* Retry allocating the pseudos spilled in IRA and the
3952          reload.  For each reg, merge the various reg sets that
3953          indicate which hard regs can't be used, and call
3954          ira_reassign_pseudos.  */
3955       for (n = 0, i = FIRST_PSEUDO_REGISTER; i < (unsigned) max_regno; i++)
3956         if (reg_old_renumber[i] != reg_renumber[i])
3957           {
3958             if (reg_renumber[i] < 0)
3959               temp_pseudo_reg_arr[n++] = i;
3960             else
3961               CLEAR_REGNO_REG_SET (&spilled_pseudos, i);
3962           }
3963       if (ira_reassign_pseudos (temp_pseudo_reg_arr, n,
3964                                 bad_spill_regs_global,
3965                                 pseudo_forbidden_regs, pseudo_previous_regs,
3966                                 &spilled_pseudos))
3967         something_changed = 1;
3968     }
3969   /* Fix up the register information in the insn chain.
3970      This involves deleting those of the spilled pseudos which did not get
3971      a new hard register home from the live_{before,after} sets.  */
3972   for (chain = reload_insn_chain; chain; chain = chain->next)
3973     {
3974       HARD_REG_SET used_by_pseudos;
3975       HARD_REG_SET used_by_pseudos2;
3976
3977       if (! ira_conflicts_p)
3978         {
3979           /* Don't do it for IRA because IRA and the reload still can
3980              assign hard registers to the spilled pseudos on next
3981              reload iterations.  */
3982           AND_COMPL_REG_SET (&chain->live_throughout, &spilled_pseudos);
3983           AND_COMPL_REG_SET (&chain->dead_or_set, &spilled_pseudos);
3984         }
3985       /* Mark any unallocated hard regs as available for spills.  That
3986          makes inheritance work somewhat better.  */
3987       if (chain->need_reload)
3988         {
3989           REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout);
3990           REG_SET_TO_HARD_REG_SET (used_by_pseudos2, &chain->dead_or_set);
3991           IOR_HARD_REG_SET (used_by_pseudos, used_by_pseudos2);
3992
3993           compute_use_by_pseudos (&used_by_pseudos, &chain->live_throughout);
3994           compute_use_by_pseudos (&used_by_pseudos, &chain->dead_or_set);
3995           /* Value of chain->used_spill_regs from previous iteration
3996              may be not included in the value calculated here because
3997              of possible removing caller-saves insns (see function
3998              delete_caller_save_insns.  */
3999           COMPL_HARD_REG_SET (chain->used_spill_regs, used_by_pseudos);
4000           AND_HARD_REG_SET (chain->used_spill_regs, used_spill_regs);
4001         }
4002     }
4003
4004   CLEAR_REG_SET (&changed_allocation_pseudos);
4005   /* Let alter_reg modify the reg rtx's for the modified pseudos.  */
4006   for (i = FIRST_PSEUDO_REGISTER; i < (unsigned)max_regno; i++)
4007     {
4008       int regno = reg_renumber[i];
4009       if (reg_old_renumber[i] == regno)
4010         continue;
4011
4012       SET_REGNO_REG_SET (&changed_allocation_pseudos, i);
4013
4014       alter_reg (i, reg_old_renumber[i], false);
4015       reg_old_renumber[i] = regno;
4016       if (dump_file)
4017         {
4018           if (regno == -1)
4019             fprintf (dump_file, " Register %d now on stack.\n\n", i);
4020           else
4021             fprintf (dump_file, " Register %d now in %d.\n\n",
4022                      i, reg_renumber[i]);
4023         }
4024     }
4025
4026   return something_changed;
4027 }
4028 \f
4029 /* Find all paradoxical subregs within X and update reg_max_ref_width.  */
4030
4031 static void
4032 scan_paradoxical_subregs (rtx x)
4033 {
4034   int i;
4035   const char *fmt;
4036   enum rtx_code code = GET_CODE (x);
4037
4038   switch (code)
4039     {
4040     case REG:
4041     case CONST_INT:
4042     case CONST:
4043     case SYMBOL_REF:
4044     case LABEL_REF:
4045     case CONST_DOUBLE:
4046     case CONST_FIXED:
4047     case CONST_VECTOR: /* shouldn't happen, but just in case.  */
4048     case CC0:
4049     case PC:
4050     case USE:
4051     case CLOBBER:
4052       return;
4053
4054     case SUBREG:
4055       if (REG_P (SUBREG_REG (x))
4056           && (GET_MODE_SIZE (GET_MODE (x))
4057               > reg_max_ref_width[REGNO (SUBREG_REG (x))]))
4058         {
4059           reg_max_ref_width[REGNO (SUBREG_REG (x))]
4060             = GET_MODE_SIZE (GET_MODE (x));
4061           mark_home_live_1 (REGNO (SUBREG_REG (x)), GET_MODE (x));
4062         }
4063       return;
4064
4065     default:
4066       break;
4067     }
4068
4069   fmt = GET_RTX_FORMAT (code);
4070   for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)
4071     {
4072       if (fmt[i] == 'e')
4073         scan_paradoxical_subregs (XEXP (x, i));
4074       else if (fmt[i] == 'E')
4075         {
4076           int j;
4077           for (j = XVECLEN (x, i) - 1; j >= 0; j--)
4078             scan_paradoxical_subregs (XVECEXP (x, i, j));
4079         }
4080     }
4081 }
4082 \f
4083 /* A subroutine of reload_as_needed.  If INSN has a REG_EH_REGION note,
4084    examine all of the reload insns between PREV and NEXT exclusive, and
4085    annotate all that may trap.  */
4086
4087 static void
4088 fixup_eh_region_note (rtx insn, rtx prev, rtx next)
4089 {
4090   rtx note = find_reg_note (insn, REG_EH_REGION, NULL_RTX);
4091   rtx i;
4092
4093   if (note == NULL)
4094     return;
4095
4096   if (! may_trap_p (PATTERN (insn)))
4097     remove_note (insn, note);
4098
4099   for (i = NEXT_INSN (prev); i != next; i = NEXT_INSN (i))
4100     if (INSN_P (i) && i != insn && may_trap_p (PATTERN (i)))
4101       add_reg_note (i, REG_EH_REGION, XEXP (note, 0));
4102 }
4103
4104 /* Reload pseudo-registers into hard regs around each insn as needed.
4105    Additional register load insns are output before the insn that needs it
4106    and perhaps store insns after insns that modify the reloaded pseudo reg.
4107
4108    reg_last_reload_reg and reg_reloaded_contents keep track of
4109    which registers are already available in reload registers.
4110    We update these for the reloads that we perform,
4111    as the insns are scanned.  */
4112
4113 static void
4114 reload_as_needed (int live_known)
4115 {
4116   struct insn_chain *chain;
4117 #if defined (AUTO_INC_DEC)
4118   int i;
4119 #endif
4120   rtx x;
4121
4122   memset (spill_reg_rtx, 0, sizeof spill_reg_rtx);
4123   memset (spill_reg_store, 0, sizeof spill_reg_store);
4124   reg_last_reload_reg = XCNEWVEC (rtx, max_regno);
4125   INIT_REG_SET (&reg_has_output_reload);
4126   CLEAR_HARD_REG_SET (reg_reloaded_valid);
4127   CLEAR_HARD_REG_SET (reg_reloaded_call_part_clobbered);
4128
4129   set_initial_elim_offsets ();
4130
4131   for (chain = reload_insn_chain; chain; chain = chain->next)
4132     {
4133       rtx prev = 0;
4134       rtx insn = chain->insn;
4135       rtx old_next = NEXT_INSN (insn);
4136 #ifdef AUTO_INC_DEC
4137       rtx old_prev = PREV_INSN (insn);
4138 #endif
4139
4140       /* If we pass a label, copy the offsets from the label information
4141          into the current offsets of each elimination.  */
4142       if (LABEL_P (insn))
4143         set_offsets_for_label (insn);
4144
4145       else if (INSN_P (insn))
4146         {
4147           regset_head regs_to_forget;
4148           INIT_REG_SET (&regs_to_forget);
4149           note_stores (PATTERN (insn), forget_old_reloads_1, &regs_to_forget);
4150
4151           /* If this is a USE and CLOBBER of a MEM, ensure that any
4152              references to eliminable registers have been removed.  */
4153
4154           if ((GET_CODE (PATTERN (insn)) == USE
4155                || GET_CODE (PATTERN (insn)) == CLOBBER)
4156               && MEM_P (XEXP (PATTERN (insn), 0)))
4157             XEXP (XEXP (PATTERN (insn), 0), 0)
4158               = eliminate_regs (XEXP (XEXP (PATTERN (insn), 0), 0),
4159                                 GET_MODE (XEXP (PATTERN (insn), 0)),
4160                                 NULL_RTX);
4161
4162           /* If we need to do register elimination processing, do so.
4163              This might delete the insn, in which case we are done.  */
4164           if ((num_eliminable || num_eliminable_invariants) && chain->need_elim)
4165             {
4166               eliminate_regs_in_insn (insn, 1);
4167               if (NOTE_P (insn))
4168                 {
4169                   update_eliminable_offsets ();
4170                   CLEAR_REG_SET (&regs_to_forget);
4171                   continue;
4172                 }
4173             }
4174
4175           /* If need_elim is nonzero but need_reload is zero, one might think
4176              that we could simply set n_reloads to 0.  However, find_reloads
4177              could have done some manipulation of the insn (such as swapping
4178              commutative operands), and these manipulations are lost during
4179              the first pass for every insn that needs register elimination.
4180              So the actions of find_reloads must be redone here.  */
4181
4182           if (! chain->need_elim && ! chain->need_reload
4183               && ! chain->need_operand_change)
4184             n_reloads = 0;
4185           /* First find the pseudo regs that must be reloaded for this insn.
4186              This info is returned in the tables reload_... (see reload.h).
4187              Also modify the body of INSN by substituting RELOAD
4188              rtx's for those pseudo regs.  */
4189           else
4190             {
4191               CLEAR_REG_SET (&reg_has_output_reload);
4192               CLEAR_HARD_REG_SET (reg_is_output_reload);
4193
4194               find_reloads (insn, 1, spill_indirect_levels, live_known,
4195                             spill_reg_order);
4196             }
4197
4198           if (n_reloads > 0)
4199             {
4200               rtx next = NEXT_INSN (insn);
4201               rtx p;
4202
4203               prev = PREV_INSN (insn);
4204
4205               /* Now compute which reload regs to reload them into.  Perhaps
4206                  reusing reload regs from previous insns, or else output
4207                  load insns to reload them.  Maybe output store insns too.
4208                  Record the choices of reload reg in reload_reg_rtx.  */
4209               choose_reload_regs (chain);
4210
4211               /* Merge any reloads that we didn't combine for fear of
4212                  increasing the number of spill registers needed but now
4213                  discover can be safely merged.  */
4214               if (SMALL_REGISTER_CLASSES)
4215                 merge_assigned_reloads (insn);
4216
4217               /* Generate the insns to reload operands into or out of
4218                  their reload regs.  */
4219               emit_reload_insns (chain);
4220
4221               /* Substitute the chosen reload regs from reload_reg_rtx
4222                  into the insn's body (or perhaps into the bodies of other
4223                  load and store insn that we just made for reloading
4224                  and that we moved the structure into).  */
4225               subst_reloads (insn);
4226
4227               /* Adjust the exception region notes for loads and stores.  */
4228               if (flag_non_call_exceptions && !CALL_P (insn))
4229                 fixup_eh_region_note (insn, prev, next);
4230
4231               /* If this was an ASM, make sure that all the reload insns
4232                  we have generated are valid.  If not, give an error
4233                  and delete them.  */
4234               if (asm_noperands (PATTERN (insn)) >= 0)
4235                 for (p = NEXT_INSN (prev); p != next; p = NEXT_INSN (p))
4236                   if (p != insn && INSN_P (p)
4237                       && GET_CODE (PATTERN (p)) != USE
4238                       && (recog_memoized (p) < 0
4239                           || (extract_insn (p), ! constrain_operands (1))))
4240                     {
4241                       error_for_asm (insn,
4242                                      "%<asm%> operand requires "
4243                                      "impossible reload");
4244                       delete_insn (p);
4245                     }
4246             }
4247
4248           if (num_eliminable && chain->need_elim)
4249             update_eliminable_offsets ();
4250
4251           /* Any previously reloaded spilled pseudo reg, stored in this insn,
4252              is no longer validly lying around to save a future reload.
4253              Note that this does not detect pseudos that were reloaded
4254              for this insn in order to be stored in
4255              (obeying register constraints).  That is correct; such reload
4256              registers ARE still valid.  */
4257           forget_marked_reloads (&regs_to_forget);
4258           CLEAR_REG_SET (&regs_to_forget);
4259
4260           /* There may have been CLOBBER insns placed after INSN.  So scan
4261              between INSN and NEXT and use them to forget old reloads.  */
4262           for (x = NEXT_INSN (insn); x != old_next; x = NEXT_INSN (x))
4263             if (NONJUMP_INSN_P (x) && GET_CODE (PATTERN (x)) == CLOBBER)
4264               note_stores (PATTERN (x), forget_old_reloads_1, NULL);
4265
4266 #ifdef AUTO_INC_DEC
4267           /* Likewise for regs altered by auto-increment in this insn.
4268              REG_INC notes have been changed by reloading:
4269              find_reloads_address_1 records substitutions for them,
4270              which have been performed by subst_reloads above.  */
4271           for (i = n_reloads - 1; i >= 0; i--)
4272             {
4273               rtx in_reg = rld[i].in_reg;
4274               if (in_reg)
4275                 {
4276                   enum rtx_code code = GET_CODE (in_reg);
4277                   /* PRE_INC / PRE_DEC will have the reload register ending up
4278                      with the same value as the stack slot, but that doesn't
4279                      hold true for POST_INC / POST_DEC.  Either we have to
4280                      convert the memory access to a true POST_INC / POST_DEC,
4281                      or we can't use the reload register for inheritance.  */
4282                   if ((code == POST_INC || code == POST_DEC)
4283                       && TEST_HARD_REG_BIT (reg_reloaded_valid,
4284                                             REGNO (rld[i].reg_rtx))
4285                       /* Make sure it is the inc/dec pseudo, and not
4286                          some other (e.g. output operand) pseudo.  */
4287                       && ((unsigned) reg_reloaded_contents[REGNO (rld[i].reg_rtx)]
4288                           == REGNO (XEXP (in_reg, 0))))
4289
4290                     {
4291                       rtx reload_reg = rld[i].reg_rtx;
4292                       enum machine_mode mode = GET_MODE (reload_reg);
4293                       int n = 0;
4294                       rtx p;
4295
4296                       for (p = PREV_INSN (old_next); p != prev; p = PREV_INSN (p))
4297                         {
4298                           /* We really want to ignore REG_INC notes here, so
4299                              use PATTERN (p) as argument to reg_set_p .  */
4300                           if (reg_set_p (reload_reg, PATTERN (p)))
4301                             break;
4302                           n = count_occurrences (PATTERN (p), reload_reg, 0);
4303                           if (! n)
4304                             continue;
4305                           if (n == 1)
4306                             {
4307                               rtx replace_reg
4308                                 = gen_rtx_fmt_e (code, mode, reload_reg);
4309
4310                               validate_replace_rtx_group (reload_reg,
4311                                                           replace_reg, p);
4312                               n = verify_changes (0);
4313
4314                               /* We must also verify that the constraints
4315                                  are met after the replacement.  */
4316                               extract_insn (p);
4317                               if (n)
4318                                 n = constrain_operands (1);
4319
4320                               /* If the constraints were not met, then
4321                                  undo the replacement, else confirm it.  */
4322                               if (!n)
4323                                 cancel_changes (0);
4324                               else
4325                                 confirm_change_group ();
4326                             }
4327                           break;
4328                         }
4329                       if (n == 1)
4330                         {
4331                           add_reg_note (p, REG_INC, reload_reg);
4332                           /* Mark this as having an output reload so that the
4333                              REG_INC processing code below won't invalidate
4334                              the reload for inheritance.  */
4335                           SET_HARD_REG_BIT (reg_is_output_reload,
4336                                             REGNO (reload_reg));
4337                           SET_REGNO_REG_SET (&reg_has_output_reload,
4338                                              REGNO (XEXP (in_reg, 0)));
4339                         }
4340                       else
4341                         forget_old_reloads_1 (XEXP (in_reg, 0), NULL_RTX,
4342                                               NULL);
4343                     }
4344                   else if ((code == PRE_INC || code == PRE_DEC)
4345                            && TEST_HARD_REG_BIT (reg_reloaded_valid,
4346                                                  REGNO (rld[i].reg_rtx))
4347                            /* Make sure it is the inc/dec pseudo, and not
4348                               some other (e.g. output operand) pseudo.  */
4349                            && ((unsigned) reg_reloaded_contents[REGNO (rld[i].reg_rtx)]
4350                                == REGNO (XEXP (in_reg, 0))))
4351                     {
4352                       SET_HARD_REG_BIT (reg_is_output_reload,
4353                                         REGNO (rld[i].reg_rtx));
4354                       SET_REGNO_REG_SET (&reg_has_output_reload,
4355                                          REGNO (XEXP (in_reg, 0)));
4356                     }
4357                   else if (code == PRE_INC || code == PRE_DEC
4358                            || code == POST_INC || code == POST_DEC)
4359                     {
4360                       int in_regno = REGNO (XEXP (in_reg, 0));
4361
4362                       if (reg_last_reload_reg[in_regno] != NULL_RTX)
4363                         {
4364                           int in_hard_regno;
4365                           bool forget_p = true;
4366
4367                           in_hard_regno = REGNO (reg_last_reload_reg[in_regno]);
4368                           if (TEST_HARD_REG_BIT (reg_reloaded_valid,
4369                                                  in_hard_regno))
4370                             {
4371                               for (x = old_prev ? NEXT_INSN (old_prev) : insn;
4372                                    x != old_next;
4373                                    x = NEXT_INSN (x))
4374                                 if (x == reg_reloaded_insn[in_hard_regno])
4375                                   {
4376                                     forget_p = false;
4377                                     break;
4378                                   }
4379                             }
4380                           /* If for some reasons, we didn't set up
4381                              reg_last_reload_reg in this insn,
4382                              invalidate inheritance from previous
4383                              insns for the incremented/decremented
4384                              register.  Such registers will be not in
4385                              reg_has_output_reload.  Invalidate it
4386                              also if the corresponding element in
4387                              reg_reloaded_insn is also
4388                              invalidated.  */
4389                           if (forget_p)
4390                             forget_old_reloads_1 (XEXP (in_reg, 0),
4391                                                   NULL_RTX, NULL);
4392                         }
4393                     }
4394                 }
4395             }
4396           /* If a pseudo that got a hard register is auto-incremented,
4397              we must purge records of copying it into pseudos without
4398              hard registers.  */
4399           for (x = REG_NOTES (insn); x; x = XEXP (x, 1))
4400             if (REG_NOTE_KIND (x) == REG_INC)
4401               {
4402                 /* See if this pseudo reg was reloaded in this insn.
4403                    If so, its last-reload info is still valid
4404                    because it is based on this insn's reload.  */
4405                 for (i = 0; i < n_reloads; i++)
4406                   if (rld[i].out == XEXP (x, 0))
4407                     break;
4408
4409                 if (i == n_reloads)
4410                   forget_old_reloads_1 (XEXP (x, 0), NULL_RTX, NULL);
4411               }
4412 #endif
4413         }
4414       /* A reload reg's contents are unknown after a label.  */
4415       if (LABEL_P (insn))
4416         CLEAR_HARD_REG_SET (reg_reloaded_valid);
4417
4418       /* Don't assume a reload reg is still good after a call insn
4419          if it is a call-used reg, or if it contains a value that will
4420          be partially clobbered by the call.  */
4421       else if (CALL_P (insn))
4422         {
4423           AND_COMPL_HARD_REG_SET (reg_reloaded_valid, call_used_reg_set);
4424           AND_COMPL_HARD_REG_SET (reg_reloaded_valid, reg_reloaded_call_part_clobbered);
4425         }
4426     }
4427
4428   /* Clean up.  */
4429   free (reg_last_reload_reg);
4430   CLEAR_REG_SET (&reg_has_output_reload);
4431 }
4432
4433 /* Discard all record of any value reloaded from X,
4434    or reloaded in X from someplace else;
4435    unless X is an output reload reg of the current insn.
4436
4437    X may be a hard reg (the reload reg)
4438    or it may be a pseudo reg that was reloaded from.  
4439
4440    When DATA is non-NULL just mark the registers in regset
4441    to be forgotten later.  */
4442
4443 static void
4444 forget_old_reloads_1 (rtx x, const_rtx ignored ATTRIBUTE_UNUSED,
4445                       void *data)
4446 {
4447   unsigned int regno;
4448   unsigned int nr;
4449   regset regs = (regset) data;
4450
4451   /* note_stores does give us subregs of hard regs,
4452      subreg_regno_offset requires a hard reg.  */
4453   while (GET_CODE (x) == SUBREG)
4454     {
4455       /* We ignore the subreg offset when calculating the regno,
4456          because we are using the entire underlying hard register
4457          below.  */
4458       x = SUBREG_REG (x);
4459     }
4460
4461   if (!REG_P (x))
4462     return;
4463
4464   regno = REGNO (x);
4465
4466   if (regno >= FIRST_PSEUDO_REGISTER)
4467     nr = 1;
4468   else
4469     {
4470       unsigned int i;
4471
4472       nr = hard_regno_nregs[regno][GET_MODE (x)];
4473       /* Storing into a spilled-reg invalidates its contents.
4474          This can happen if a block-local pseudo is allocated to that reg
4475          and it wasn't spilled because this block's total need is 0.
4476          Then some insn might have an optional reload and use this reg.  */
4477       if (!regs)
4478         for (i = 0; i < nr; i++)
4479           /* But don't do this if the reg actually serves as an output
4480              reload reg in the current instruction.  */
4481           if (n_reloads == 0
4482               || ! TEST_HARD_REG_BIT (reg_is_output_reload, regno + i))
4483             {
4484               CLEAR_HARD_REG_BIT (reg_reloaded_valid, regno + i);
4485               spill_reg_store[regno + i] = 0;
4486             }
4487     }
4488
4489   if (regs)
4490     while (nr-- > 0)
4491       SET_REGNO_REG_SET (regs, regno + nr);
4492   else
4493     {
4494       /* Since value of X has changed,
4495          forget any value previously copied from it.  */
4496
4497       while (nr-- > 0)
4498         /* But don't forget a copy if this is the output reload
4499            that establishes the copy's validity.  */
4500         if (n_reloads == 0
4501             || !REGNO_REG_SET_P (&reg_has_output_reload, regno + nr))
4502           reg_last_reload_reg[regno + nr] = 0;
4503      }
4504 }
4505
4506 /* Forget the reloads marked in regset by previous function.  */
4507 static void
4508 forget_marked_reloads (regset regs)
4509 {
4510   unsigned int reg;
4511   reg_set_iterator rsi;
4512   EXECUTE_IF_SET_IN_REG_SET (regs, 0, reg, rsi)
4513     {
4514       if (reg < FIRST_PSEUDO_REGISTER
4515           /* But don't do this if the reg actually serves as an output
4516              reload reg in the current instruction.  */
4517           && (n_reloads == 0
4518               || ! TEST_HARD_REG_BIT (reg_is_output_reload, reg)))
4519           {
4520             CLEAR_HARD_REG_BIT (reg_reloaded_valid, reg);
4521             spill_reg_store[reg] = 0;
4522           }
4523       if (n_reloads == 0
4524           || !REGNO_REG_SET_P (&reg_has_output_reload, reg))
4525         reg_last_reload_reg[reg] = 0;
4526     }
4527 }
4528 \f
4529 /* The following HARD_REG_SETs indicate when each hard register is
4530    used for a reload of various parts of the current insn.  */
4531
4532 /* If reg is unavailable for all reloads.  */
4533 static HARD_REG_SET reload_reg_unavailable;
4534 /* If reg is in use as a reload reg for a RELOAD_OTHER reload.  */
4535 static HARD_REG_SET reload_reg_used;
4536 /* If reg is in use for a RELOAD_FOR_INPUT_ADDRESS reload for operand I.  */
4537 static HARD_REG_SET reload_reg_used_in_input_addr[MAX_RECOG_OPERANDS];
4538 /* If reg is in use for a RELOAD_FOR_INPADDR_ADDRESS reload for operand I.  */
4539 static HARD_REG_SET reload_reg_used_in_inpaddr_addr[MAX_RECOG_OPERANDS];
4540 /* If reg is in use for a RELOAD_FOR_OUTPUT_ADDRESS reload for operand I.  */
4541 static HARD_REG_SET reload_reg_used_in_output_addr[MAX_RECOG_OPERANDS];
4542 /* If reg is in use for a RELOAD_FOR_OUTADDR_ADDRESS reload for operand I.  */
4543 static HARD_REG_SET reload_reg_used_in_outaddr_addr[MAX_RECOG_OPERANDS];
4544 /* If reg is in use for a RELOAD_FOR_INPUT reload for operand I.  */
4545 static HARD_REG_SET reload_reg_used_in_input[MAX_RECOG_OPERANDS];
4546 /* If reg is in use for a RELOAD_FOR_OUTPUT reload for operand I.  */
4547 static HARD_REG_SET reload_reg_used_in_output[MAX_RECOG_OPERANDS];
4548 /* If reg is in use for a RELOAD_FOR_OPERAND_ADDRESS reload.  */
4549 static HARD_REG_SET reload_reg_used_in_op_addr;
4550 /* If reg is in use for a RELOAD_FOR_OPADDR_ADDR reload.  */
4551 static HARD_REG_SET reload_reg_used_in_op_addr_reload;
4552 /* If reg is in use for a RELOAD_FOR_INSN reload.  */
4553 static HARD_REG_SET reload_reg_used_in_insn;
4554 /* If reg is in use for a RELOAD_FOR_OTHER_ADDRESS reload.  */
4555 static HARD_REG_SET reload_reg_used_in_other_addr;
4556
4557 /* If reg is in use as a reload reg for any sort of reload.  */
4558 static HARD_REG_SET reload_reg_used_at_all;
4559
4560 /* If reg is use as an inherited reload.  We just mark the first register
4561    in the group.  */
4562 static HARD_REG_SET reload_reg_used_for_inherit;
4563
4564 /* Records which hard regs are used in any way, either as explicit use or
4565    by being allocated to a pseudo during any point of the current insn.  */
4566 static HARD_REG_SET reg_used_in_insn;
4567
4568 /* Mark reg REGNO as in use for a reload of the sort spec'd by OPNUM and
4569    TYPE. MODE is used to indicate how many consecutive regs are
4570    actually used.  */
4571
4572 static void
4573 mark_reload_reg_in_use (unsigned int regno, int opnum, enum reload_type type,
4574                         enum machine_mode mode)
4575 {
4576   unsigned int nregs = hard_regno_nregs[regno][mode];
4577   unsigned int i;
4578
4579   for (i = regno; i < nregs + regno; i++)
4580     {
4581       switch (type)
4582         {
4583         case RELOAD_OTHER:
4584           SET_HARD_REG_BIT (reload_reg_used, i);
4585           break;
4586
4587         case RELOAD_FOR_INPUT_ADDRESS:
4588           SET_HARD_REG_BIT (reload_reg_used_in_input_addr[opnum], i);
4589           break;
4590
4591         case RELOAD_FOR_INPADDR_ADDRESS:
4592           SET_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[opnum], i);
4593           break;
4594
4595         case RELOAD_FOR_OUTPUT_ADDRESS:
4596           SET_HARD_REG_BIT (reload_reg_used_in_output_addr[opnum], i);
4597           break;
4598
4599         case RELOAD_FOR_OUTADDR_ADDRESS:
4600           SET_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[opnum], i);
4601           break;
4602
4603         case RELOAD_FOR_OPERAND_ADDRESS:
4604           SET_HARD_REG_BIT (reload_reg_used_in_op_addr, i);
4605           break;
4606
4607         case RELOAD_FOR_OPADDR_ADDR:
4608           SET_HARD_REG_BIT (reload_reg_used_in_op_addr_reload, i);
4609           break;
4610
4611         case RELOAD_FOR_OTHER_ADDRESS:
4612           SET_HARD_REG_BIT (reload_reg_used_in_other_addr, i);
4613           break;
4614
4615         case RELOAD_FOR_INPUT:
4616           SET_HARD_REG_BIT (reload_reg_used_in_input[opnum], i);
4617           break;
4618
4619         case RELOAD_FOR_OUTPUT:
4620           SET_HARD_REG_BIT (reload_reg_used_in_output[opnum], i);
4621           break;
4622
4623         case RELOAD_FOR_INSN:
4624           SET_HARD_REG_BIT (reload_reg_used_in_insn, i);
4625           break;
4626         }
4627
4628       SET_HARD_REG_BIT (reload_reg_used_at_all, i);
4629     }
4630 }
4631
4632 /* Similarly, but show REGNO is no longer in use for a reload.  */
4633
4634 static void
4635 clear_reload_reg_in_use (unsigned int regno, int opnum,
4636                          enum reload_type type, enum machine_mode mode)
4637 {
4638   unsigned int nregs = hard_regno_nregs[regno][mode];
4639   unsigned int start_regno, end_regno, r;
4640   int i;
4641   /* A complication is that for some reload types, inheritance might
4642      allow multiple reloads of the same types to share a reload register.
4643      We set check_opnum if we have to check only reloads with the same
4644      operand number, and check_any if we have to check all reloads.  */
4645   int check_opnum = 0;
4646   int check_any = 0;
4647   HARD_REG_SET *used_in_set;
4648
4649   switch (type)
4650     {
4651     case RELOAD_OTHER:
4652       used_in_set = &reload_reg_used;
4653       break;
4654
4655     case RELOAD_FOR_INPUT_ADDRESS:
4656       used_in_set = &reload_reg_used_in_input_addr[opnum];
4657       break;
4658
4659     case RELOAD_FOR_INPADDR_ADDRESS:
4660       check_opnum = 1;
4661       used_in_set = &reload_reg_used_in_inpaddr_addr[opnum];
4662       break;
4663
4664     case RELOAD_FOR_OUTPUT_ADDRESS:
4665       used_in_set = &reload_reg_used_in_output_addr[opnum];
4666       break;
4667
4668     case RELOAD_FOR_OUTADDR_ADDRESS:
4669       check_opnum = 1;
4670       used_in_set = &reload_reg_used_in_outaddr_addr[opnum];
4671       break;
4672
4673     case RELOAD_FOR_OPERAND_ADDRESS:
4674       used_in_set = &reload_reg_used_in_op_addr;
4675       break;
4676
4677     case RELOAD_FOR_OPADDR_ADDR:
4678       check_any = 1;
4679       used_in_set = &reload_reg_used_in_op_addr_reload;
4680       break;
4681
4682     case RELOAD_FOR_OTHER_ADDRESS:
4683       used_in_set = &reload_reg_used_in_other_addr;
4684       check_any = 1;
4685       break;
4686
4687     case RELOAD_FOR_INPUT:
4688       used_in_set = &reload_reg_used_in_input[opnum];
4689       break;
4690
4691     case RELOAD_FOR_OUTPUT:
4692       used_in_set = &reload_reg_used_in_output[opnum];
4693       break;
4694
4695     case RELOAD_FOR_INSN:
4696       used_in_set = &reload_reg_used_in_insn;
4697       break;
4698     default:
4699       gcc_unreachable ();
4700     }
4701   /* We resolve conflicts with remaining reloads of the same type by
4702      excluding the intervals of reload registers by them from the
4703      interval of freed reload registers.  Since we only keep track of
4704      one set of interval bounds, we might have to exclude somewhat
4705      more than what would be necessary if we used a HARD_REG_SET here.
4706      But this should only happen very infrequently, so there should
4707      be no reason to worry about it.  */
4708
4709   start_regno = regno;
4710   end_regno = regno + nregs;
4711   if (check_opnum || check_any)
4712     {
4713       for (i = n_reloads - 1; i >= 0; i--)
4714         {
4715           if (rld[i].when_needed == type
4716               && (check_any || rld[i].opnum == opnum)
4717               && rld[i].reg_rtx)
4718             {
4719               unsigned int conflict_start = true_regnum (rld[i].reg_rtx);
4720               unsigned int conflict_end
4721                 = end_hard_regno (rld[i].mode, conflict_start);
4722
4723               /* If there is an overlap with the first to-be-freed register,
4724                  adjust the interval start.  */
4725               if (conflict_start <= start_regno && conflict_end > start_regno)
4726                 start_regno = conflict_end;
4727               /* Otherwise, if there is a conflict with one of the other
4728                  to-be-freed registers, adjust the interval end.  */
4729               if (conflict_start > start_regno && conflict_start < end_regno)
4730                 end_regno = conflict_start;
4731             }
4732         }
4733     }
4734
4735   for (r = start_regno; r < end_regno; r++)
4736     CLEAR_HARD_REG_BIT (*used_in_set, r);
4737 }
4738
4739 /* 1 if reg REGNO is free as a reload reg for a reload of the sort
4740    specified by OPNUM and TYPE.  */
4741
4742 static int
4743 reload_reg_free_p (unsigned int regno, int opnum, enum reload_type type)
4744 {
4745   int i;
4746
4747   /* In use for a RELOAD_OTHER means it's not available for anything.  */
4748   if (TEST_HARD_REG_BIT (reload_reg_used, regno)
4749       || TEST_HARD_REG_BIT (reload_reg_unavailable, regno))
4750     return 0;
4751
4752   switch (type)
4753     {
4754     case RELOAD_OTHER:
4755       /* In use for anything means we can't use it for RELOAD_OTHER.  */
4756       if (TEST_HARD_REG_BIT (reload_reg_used_in_other_addr, regno)
4757           || TEST_HARD_REG_BIT (reload_reg_used_in_op_addr, regno)
4758           || TEST_HARD_REG_BIT (reload_reg_used_in_op_addr_reload, regno)
4759           || TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno))
4760         return 0;
4761
4762       for (i = 0; i < reload_n_operands; i++)
4763         if (TEST_HARD_REG_BIT (reload_reg_used_in_input_addr[i], regno)
4764             || TEST_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[i], regno)
4765             || TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[i], regno)
4766             || TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[i], regno)
4767             || TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno)
4768             || TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
4769           return 0;
4770
4771       return 1;
4772
4773     case RELOAD_FOR_INPUT:
4774       if (TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno)
4775           || TEST_HARD_REG_BIT (reload_reg_used_in_op_addr, regno))
4776         return 0;
4777
4778       if (TEST_HARD_REG_BIT (reload_reg_used_in_op_addr_reload, regno))
4779         return 0;
4780
4781       /* If it is used for some other input, can't use it.  */
4782       for (i = 0; i < reload_n_operands; i++)
4783         if (TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4784           return 0;
4785
4786       /* If it is used in a later operand's address, can't use it.  */
4787       for (i = opnum + 1; i < reload_n_operands; i++)
4788         if (TEST_HARD_REG_BIT (reload_reg_used_in_input_addr[i], regno)
4789             || TEST_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[i], regno))
4790           return 0;
4791
4792       return 1;
4793
4794     case RELOAD_FOR_INPUT_ADDRESS:
4795       /* Can't use a register if it is used for an input address for this
4796          operand or used as an input in an earlier one.  */
4797       if (TEST_HARD_REG_BIT (reload_reg_used_in_input_addr[opnum], regno)
4798           || TEST_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[opnum], regno))
4799         return 0;
4800
4801       for (i = 0; i < opnum; i++)
4802         if (TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4803           return 0;
4804
4805       return 1;
4806
4807     case RELOAD_FOR_INPADDR_ADDRESS:
4808       /* Can't use a register if it is used for an input address
4809          for this operand or used as an input in an earlier
4810          one.  */
4811       if (TEST_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[opnum], regno))
4812         return 0;
4813
4814       for (i = 0; i < opnum; i++)
4815         if (TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4816           return 0;
4817
4818       return 1;
4819
4820     case RELOAD_FOR_OUTPUT_ADDRESS:
4821       /* Can't use a register if it is used for an output address for this
4822          operand or used as an output in this or a later operand.  Note
4823          that multiple output operands are emitted in reverse order, so
4824          the conflicting ones are those with lower indices.  */
4825       if (TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[opnum], regno))
4826         return 0;
4827
4828       for (i = 0; i <= opnum; i++)
4829         if (TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
4830           return 0;
4831
4832       return 1;
4833
4834     case RELOAD_FOR_OUTADDR_ADDRESS:
4835       /* Can't use a register if it is used for an output address
4836          for this operand or used as an output in this or a
4837          later operand.  Note that multiple output operands are
4838          emitted in reverse order, so the conflicting ones are
4839          those with lower indices.  */
4840       if (TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[opnum], regno))
4841         return 0;
4842
4843       for (i = 0; i <= opnum; i++)
4844         if (TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
4845           return 0;
4846
4847       return 1;
4848
4849     case RELOAD_FOR_OPERAND_ADDRESS:
4850       for (i = 0; i < reload_n_operands; i++)
4851         if (TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4852           return 0;
4853
4854       return (! TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno)
4855               && ! TEST_HARD_REG_BIT (reload_reg_used_in_op_addr, regno));
4856
4857     case RELOAD_FOR_OPADDR_ADDR:
4858       for (i = 0; i < reload_n_operands; i++)
4859         if (TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4860           return 0;
4861
4862       return (!TEST_HARD_REG_BIT (reload_reg_used_in_op_addr_reload, regno));
4863
4864     case RELOAD_FOR_OUTPUT:
4865       /* This cannot share a register with RELOAD_FOR_INSN reloads, other
4866          outputs, or an operand address for this or an earlier output.
4867          Note that multiple output operands are emitted in reverse order,
4868          so the conflicting ones are those with higher indices.  */
4869       if (TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno))
4870         return 0;
4871
4872       for (i = 0; i < reload_n_operands; i++)
4873         if (TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
4874           return 0;
4875
4876       for (i = opnum; i < reload_n_operands; i++)
4877         if (TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[i], regno)
4878             || TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[i], regno))
4879           return 0;
4880
4881       return 1;
4882
4883     case RELOAD_FOR_INSN:
4884       for (i = 0; i < reload_n_operands; i++)
4885         if (TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno)
4886             || TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
4887           return 0;
4888
4889       return (! TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno)
4890               && ! TEST_HARD_REG_BIT (reload_reg_used_in_op_addr, regno));
4891
4892     case RELOAD_FOR_OTHER_ADDRESS:
4893       return ! TEST_HARD_REG_BIT (reload_reg_used_in_other_addr, regno);
4894
4895     default:
4896       gcc_unreachable ();
4897     }
4898 }
4899
4900 /* Return 1 if the value in reload reg REGNO, as used by a reload
4901    needed for the part of the insn specified by OPNUM and TYPE,
4902    is still available in REGNO at the end of the insn.
4903
4904    We can assume that the reload reg was already tested for availability
4905    at the time it is needed, and we should not check this again,
4906    in case the reg has already been marked in use.  */
4907
4908 static int
4909 reload_reg_reaches_end_p (unsigned int regno, int opnum, enum reload_type type)
4910 {
4911   int i;
4912
4913   switch (type)
4914     {
4915     case RELOAD_OTHER:
4916       /* Since a RELOAD_OTHER reload claims the reg for the entire insn,
4917          its value must reach the end.  */
4918       return 1;
4919
4920       /* If this use is for part of the insn,
4921          its value reaches if no subsequent part uses the same register.
4922          Just like the above function, don't try to do this with lots
4923          of fallthroughs.  */
4924
4925     case RELOAD_FOR_OTHER_ADDRESS:
4926       /* Here we check for everything else, since these don't conflict
4927          with anything else and everything comes later.  */
4928
4929       for (i = 0; i < reload_n_operands; i++)
4930         if (TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[i], regno)
4931             || TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[i], regno)
4932             || TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno)
4933             || TEST_HARD_REG_BIT (reload_reg_used_in_input_addr[i], regno)
4934             || TEST_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[i], regno)
4935             || TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4936           return 0;
4937
4938       return (! TEST_HARD_REG_BIT (reload_reg_used_in_op_addr, regno)
4939               && ! TEST_HARD_REG_BIT (reload_reg_used_in_op_addr_reload, regno)
4940               && ! TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno)
4941               && ! TEST_HARD_REG_BIT (reload_reg_used, regno));
4942
4943     case RELOAD_FOR_INPUT_ADDRESS:
4944     case RELOAD_FOR_INPADDR_ADDRESS:
4945       /* Similar, except that we check only for this and subsequent inputs
4946          and the address of only subsequent inputs and we do not need
4947          to check for RELOAD_OTHER objects since they are known not to
4948          conflict.  */
4949
4950       for (i = opnum; i < reload_n_operands; i++)
4951         if (TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4952           return 0;
4953
4954       for (i = opnum + 1; i < reload_n_operands; i++)
4955         if (TEST_HARD_REG_BIT (reload_reg_used_in_input_addr[i], regno)
4956             || TEST_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[i], regno))
4957           return 0;
4958
4959       for (i = 0; i < reload_n_operands; i++)
4960         if (TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[i], regno)
4961             || TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[i], regno)
4962             || TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
4963           return 0;
4964
4965       if (TEST_HARD_REG_BIT (reload_reg_used_in_op_addr_reload, regno))
4966         return 0;
4967
4968       return (!TEST_HARD_REG_BIT (reload_reg_used_in_op_addr, regno)
4969               && !TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno)
4970               && !TEST_HARD_REG_BIT (reload_reg_used, regno));
4971
4972     case RELOAD_FOR_INPUT:
4973       /* Similar to input address, except we start at the next operand for
4974          both input and input address and we do not check for
4975          RELOAD_FOR_OPERAND_ADDRESS and RELOAD_FOR_INSN since these
4976          would conflict.  */
4977
4978       for (i = opnum + 1; i < reload_n_operands; i++)
4979         if (TEST_HARD_REG_BIT (reload_reg_used_in_input_addr[i], regno)
4980             || TEST_HARD_REG_BIT (reload_reg_used_in_inpaddr_addr[i], regno)
4981             || TEST_HARD_REG_BIT (reload_reg_used_in_input[i], regno))
4982           return 0;
4983
4984       /* ... fall through ...  */
4985
4986     case RELOAD_FOR_OPERAND_ADDRESS:
4987       /* Check outputs and their addresses.  */
4988
4989       for (i = 0; i < reload_n_operands; i++)
4990         if (TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[i], regno)
4991             || TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[i], regno)
4992             || TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
4993           return 0;
4994
4995       return (!TEST_HARD_REG_BIT (reload_reg_used, regno));
4996
4997     case RELOAD_FOR_OPADDR_ADDR:
4998       for (i = 0; i < reload_n_operands; i++)
4999         if (TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[i], regno)
5000             || TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[i], regno)
5001             || TEST_HARD_REG_BIT (reload_reg_used_in_output[i], regno))
5002           return 0;
5003
5004       return (!TEST_HARD_REG_BIT (reload_reg_used_in_op_addr, regno)
5005               && !TEST_HARD_REG_BIT (reload_reg_used_in_insn, regno)
5006               && !TEST_HARD_REG_BIT (reload_reg_used, regno));
5007
5008     case RELOAD_FOR_INSN:
5009       /* These conflict with other outputs with RELOAD_OTHER.  So
5010          we need only check for output addresses.  */
5011
5012       opnum = reload_n_operands;
5013
5014       /* ... fall through ...  */
5015
5016     case RELOAD_FOR_OUTPUT:
5017     case RELOAD_FOR_OUTPUT_ADDRESS:
5018     case RELOAD_FOR_OUTADDR_ADDRESS:
5019       /* We already know these can't conflict with a later output.  So the
5020          only thing to check are later output addresses.
5021          Note that multiple output operands are emitted in reverse order,
5022          so the conflicting ones are those with lower indices.  */
5023       for (i = 0; i < opnum; i++)
5024         if (TEST_HARD_REG_BIT (reload_reg_used_in_output_addr[i], regno)
5025             || TEST_HARD_REG_BIT (reload_reg_used_in_outaddr_addr[i], regno))
5026           return 0;
5027
5028       return 1;
5029
5030     default:
5031       gcc_unreachable ();
5032     }
5033 }
5034
5035 /* Like reload_reg_reaches_end_p, but check that the condition holds for
5036    every register in the range [REGNO, REGNO + NREGS).  */
5037
5038 static bool
5039 reload_regs_reach_end_p (unsigned int regno, int nregs,
5040                          int opnum, enum reload_type type)
5041 {
5042   int i;
5043
5044   for (i = 0; i < nregs; i++)
5045     if (!reload_reg_reaches_end_p (regno + i, opnum, type))
5046       return false;
5047   return true;
5048 }
5049 \f
5050
5051 /*  Returns whether R1 and R2 are uniquely chained: the value of one
5052     is used by the other, and that value is not used by any other
5053     reload for this insn.  This is used to partially undo the decision
5054     made in find_reloads when in the case of multiple
5055     RELOAD_FOR_OPERAND_ADDRESS reloads it converts all
5056     RELOAD_FOR_OPADDR_ADDR reloads into RELOAD_FOR_OPERAND_ADDRESS
5057     reloads.  This code tries to avoid the conflict created by that
5058     change.  It might be cleaner to explicitly keep track of which
5059     RELOAD_FOR_OPADDR_ADDR reload is associated with which
5060     RELOAD_FOR_OPERAND_ADDRESS reload, rather than to try to detect
5061     this after the fact. */
5062 static bool
5063 reloads_unique_chain_p (int r1, int r2)
5064 {
5065   int i;
5066
5067   /* We only check input reloads.  */
5068   if (! rld[r1].in || ! rld[r2].in)
5069     return false;
5070
5071   /* Avoid anything with output reloads.  */
5072   if (rld[r1].out || rld[r2].out)
5073     return false;
5074
5075   /* "chained" means one reload is a component of the other reload,
5076      not the same as the other reload.  */
5077   if (rld[r1].opnum != rld[r2].opnum
5078       || rtx_equal_p (rld[r1].in, rld[r2].in)
5079       || rld[r1].optional || rld[r2].optional
5080       || ! (reg_mentioned_p (rld[r1].in, rld[r2].in)
5081             || reg_mentioned_p (rld[r2].in, rld[r1].in)))
5082     return false;
5083
5084   for (i = 0; i < n_reloads; i ++)
5085     /* Look for input reloads that aren't our two */
5086     if (i != r1 && i != r2 && rld[i].in)
5087       {
5088         /* If our reload is mentioned at all, it isn't a simple chain.  */
5089         if (reg_mentioned_p (rld[r1].in, rld[i].in))
5090           return false;
5091       }
5092   return true;
5093 }
5094
5095
5096 /* The recursive function change all occurrences of WHAT in *WHERE
5097    onto REPL.  */
5098 static void
5099 substitute (rtx *where, const_rtx what, rtx repl)
5100 {
5101   const char *fmt;
5102   int i;
5103   enum rtx_code code;
5104
5105   if (*where == 0)
5106     return;
5107
5108   if (*where == what || rtx_equal_p (*where, what))
5109     {
5110       *where = repl;
5111       return;
5112     }
5113
5114   code = GET_CODE (*where);
5115   fmt = GET_RTX_FORMAT (code);
5116   for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)
5117     {
5118       if (fmt[i] == 'E')
5119         {
5120           int j;
5121
5122           for (j = XVECLEN (*where, i) - 1; j >= 0; j--)
5123             substitute (&XVECEXP (*where, i, j), what, repl);
5124         }
5125       else if (fmt[i] == 'e')
5126         substitute (&XEXP (*where, i), what, repl);
5127     }
5128 }
5129
5130 /* The function returns TRUE if chain of reload R1 and R2 (in any
5131    order) can be evaluated without usage of intermediate register for
5132    the reload containing another reload.  It is important to see
5133    gen_reload to understand what the function is trying to do.  As an
5134    example, let us have reload chain
5135
5136       r2: const
5137       r1: <something> + const
5138
5139    and reload R2 got reload reg HR.  The function returns true if
5140    there is a correct insn HR = HR + <something>.  Otherwise,
5141    gen_reload will use intermediate register (and this is the reload
5142    reg for R1) to reload <something>.
5143
5144    We need this function to find a conflict for chain reloads.  In our
5145    example, if HR = HR + <something> is incorrect insn, then we cannot
5146    use HR as a reload register for R2.  If we do use it then we get a
5147    wrong code:
5148
5149       HR = const
5150       HR = <something>
5151       HR = HR + HR
5152
5153 */
5154 static bool
5155 gen_reload_chain_without_interm_reg_p (int r1, int r2)
5156 {
5157   bool result;
5158   int regno, n, code;
5159   rtx out, in, tem, insn;
5160   rtx last = get_last_insn ();
5161
5162   /* Make r2 a component of r1.  */
5163   if (reg_mentioned_p (rld[r1].in, rld[r2].in))
5164     {
5165       n = r1;
5166       r1 = r2;
5167       r2 = n;
5168     }
5169   gcc_assert (reg_mentioned_p (rld[r2].in, rld[r1].in));
5170   regno = rld[r1].regno >= 0 ? rld[r1].regno : rld[r2].regno;
5171   gcc_assert (regno >= 0);
5172   out = gen_rtx_REG (rld[r1].mode, regno);
5173   in = copy_rtx (rld[r1].in);
5174   substitute (&in, rld[r2].in, gen_rtx_REG (rld[r2].mode, regno));
5175
5176   /* If IN is a paradoxical SUBREG, remove it and try to put the
5177      opposite SUBREG on OUT.  Likewise for a paradoxical SUBREG on OUT.  */
5178   if (GET_CODE (in) == SUBREG
5179       && (GET_MODE_SIZE (GET_MODE (in))
5180           > GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))))
5181       && (tem = gen_lowpart_common (GET_MODE (SUBREG_REG (in)), out)) != 0)
5182     in = SUBREG_REG (in), out = tem;
5183
5184   if (GET_CODE (in) == PLUS
5185       && (REG_P (XEXP (in, 0))
5186           || GET_CODE (XEXP (in, 0)) == SUBREG
5187           || MEM_P (XEXP (in, 0)))
5188       && (REG_P (XEXP (in, 1))
5189           || GET_CODE (XEXP (in, 1)) == SUBREG
5190           || CONSTANT_P (XEXP (in, 1))
5191           || MEM_P (XEXP (in, 1))))
5192     {
5193       insn = emit_insn (gen_rtx_SET (VOIDmode, out, in));
5194       code = recog_memoized (insn);
5195       result = false;
5196
5197       if (code >= 0)
5198         {
5199           extract_insn (insn);
5200           /* We want constrain operands to treat this insn strictly in
5201              its validity determination, i.e., the way it would after
5202              reload has completed.  */
5203           result = constrain_operands (1);
5204         }
5205       
5206       delete_insns_since (last);
5207       return result;
5208     }
5209   
5210   /* It looks like other cases in gen_reload are not possible for
5211      chain reloads or do need an intermediate hard registers.  */
5212   return true;
5213 }
5214
5215 /* Return 1 if the reloads denoted by R1 and R2 cannot share a register.
5216    Return 0 otherwise.
5217
5218    This function uses the same algorithm as reload_reg_free_p above.  */
5219
5220 static int
5221 reloads_conflict (int r1, int r2)
5222 {
5223   enum reload_type r1_type = rld[r1].when_needed;
5224   enum reload_type r2_type = rld[r2].when_needed;
5225   int r1_opnum = rld[r1].opnum;
5226   int r2_opnum = rld[r2].opnum;
5227
5228   /* RELOAD_OTHER conflicts with everything.  */
5229   if (r2_type == RELOAD_OTHER)
5230     return 1;
5231
5232   /* Otherwise, check conflicts differently for each type.  */
5233
5234   switch (r1_type)
5235     {
5236     case RELOAD_FOR_INPUT:
5237       return (r2_type == RELOAD_FOR_INSN
5238               || r2_type == RELOAD_FOR_OPERAND_ADDRESS
5239               || r2_type == RELOAD_FOR_OPADDR_ADDR
5240               || r2_type == RELOAD_FOR_INPUT
5241               || ((r2_type == RELOAD_FOR_INPUT_ADDRESS
5242                    || r2_type == RELOAD_FOR_INPADDR_ADDRESS)
5243                   && r2_opnum > r1_opnum));
5244
5245     case RELOAD_FOR_INPUT_ADDRESS:
5246       return ((r2_type == RELOAD_FOR_INPUT_ADDRESS && r1_opnum == r2_opnum)
5247               || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
5248
5249     case RELOAD_FOR_INPADDR_ADDRESS:
5250       return ((r2_type == RELOAD_FOR_INPADDR_ADDRESS && r1_opnum == r2_opnum)
5251               || (r2_type == RELOAD_FOR_INPUT && r2_opnum < r1_opnum));
5252
5253     case RELOAD_FOR_OUTPUT_ADDRESS:
5254       return ((r2_type == RELOAD_FOR_OUTPUT_ADDRESS && r2_opnum == r1_opnum)
5255               || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum));
5256
5257     case RELOAD_FOR_OUTADDR_ADDRESS:
5258       return ((r2_type == RELOAD_FOR_OUTADDR_ADDRESS && r2_opnum == r1_opnum)
5259               || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum));
5260
5261     case RELOAD_FOR_OPERAND_ADDRESS:
5262       return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_INSN
5263               || (r2_type == RELOAD_FOR_OPERAND_ADDRESS
5264                   && (!reloads_unique_chain_p (r1, r2)
5265                       || !gen_reload_chain_without_interm_reg_p (r1, r2))));
5266
5267     case RELOAD_FOR_OPADDR_ADDR:
5268       return (r2_type == RELOAD_FOR_INPUT
5269               || r2_type == RELOAD_FOR_OPADDR_ADDR);
5270
5271     case RELOAD_FOR_OUTPUT:
5272       return (r2_type == RELOAD_FOR_INSN || r2_type == RELOAD_FOR_OUTPUT
5273               || ((r2_type == RELOAD_FOR_OUTPUT_ADDRESS
5274                    || r2_type == RELOAD_FOR_OUTADDR_ADDRESS)
5275                   && r2_opnum >= r1_opnum));
5276
5277     case RELOAD_FOR_INSN:
5278       return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_OUTPUT
5279               || r2_type == RELOAD_FOR_INSN
5280               || r2_type == RELOAD_FOR_OPERAND_ADDRESS);
5281
5282     case RELOAD_FOR_OTHER_ADDRESS:
5283       return r2_type == RELOAD_FOR_OTHER_ADDRESS;
5284
5285     case RELOAD_OTHER:
5286       return 1;
5287
5288     default:
5289       gcc_unreachable ();
5290     }
5291 }
5292 \f
5293 /* Indexed by reload number, 1 if incoming value
5294    inherited from previous insns.  */
5295 static char reload_inherited[MAX_RELOADS];
5296
5297 /* For an inherited reload, this is the insn the reload was inherited from,
5298    if we know it.  Otherwise, this is 0.  */
5299 static rtx reload_inheritance_insn[MAX_RELOADS];
5300
5301 /* If nonzero, this is a place to get the value of the reload,
5302    rather than using reload_in.  */
5303 static rtx reload_override_in[MAX_RELOADS];
5304
5305 /* For each reload, the hard register number of the register used,
5306    or -1 if we did not need a register for this reload.  */
5307 static int reload_spill_index[MAX_RELOADS];
5308
5309 /* Index X is the value of rld[X].reg_rtx, adjusted for the input mode.  */
5310 static rtx reload_reg_rtx_for_input[MAX_RELOADS];
5311
5312 /* Index X is the value of rld[X].reg_rtx, adjusted for the output mode.  */
5313 static rtx reload_reg_rtx_for_output[MAX_RELOADS];
5314
5315 /* Subroutine of free_for_value_p, used to check a single register.
5316    START_REGNO is the starting regno of the full reload register
5317    (possibly comprising multiple hard registers) that we are considering.  */
5318
5319 static int
5320 reload_reg_free_for_value_p (int start_regno, int regno, int opnum,
5321                              enum reload_type type, rtx value, rtx out,
5322                              int reloadnum, int ignore_address_reloads)
5323 {
5324   int time1;
5325   /* Set if we see an input reload that must not share its reload register
5326      with any new earlyclobber, but might otherwise share the reload
5327      register with an output or input-output reload.  */
5328   int check_earlyclobber = 0;
5329   int i;
5330   int copy = 0;
5331
5332   if (TEST_HARD_REG_BIT (reload_reg_unavailable, regno))
5333     return 0;
5334
5335   if (out == const0_rtx)
5336     {
5337       copy = 1;
5338       out = NULL_RTX;
5339     }
5340
5341   /* We use some pseudo 'time' value to check if the lifetimes of the
5342      new register use would overlap with the one of a previous reload
5343      that is not read-only or uses a different value.
5344      The 'time' used doesn't have to be linear in any shape or form, just
5345      monotonic.
5346      Some reload types use different 'buckets' for each operand.
5347      So there are MAX_RECOG_OPERANDS different time values for each
5348      such reload type.
5349      We compute TIME1 as the time when the register for the prospective
5350      new reload ceases to be live, and TIME2 for each existing
5351      reload as the time when that the reload register of that reload
5352      becomes live.
5353      Where there is little to be gained by exact lifetime calculations,
5354      we just make conservative assumptions, i.e. a longer lifetime;
5355      this is done in the 'default:' cases.  */
5356   switch (type)
5357     {
5358     case RELOAD_FOR_OTHER_ADDRESS:
5359       /* RELOAD_FOR_OTHER_ADDRESS conflicts with RELOAD_OTHER reloads.  */
5360       time1 = copy ? 0 : 1;
5361       break;
5362     case RELOAD_OTHER:
5363       time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5;
5364       break;
5365       /* For each input, we may have a sequence of RELOAD_FOR_INPADDR_ADDRESS,
5366          RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_INPUT.  By adding 0 / 1 / 2 ,
5367          respectively, to the time values for these, we get distinct time
5368          values.  To get distinct time values for each operand, we have to
5369          multiply opnum by at least three.  We round that up to four because
5370          multiply by four is often cheaper.  */
5371     case RELOAD_FOR_INPADDR_ADDRESS:
5372       time1 = opnum * 4 + 2;
5373       break;
5374     case RELOAD_FOR_INPUT_ADDRESS:
5375       time1 = opnum * 4 + 3;
5376       break;
5377     case RELOAD_FOR_INPUT:
5378       /* All RELOAD_FOR_INPUT reloads remain live till the instruction
5379          executes (inclusive).  */
5380       time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3;
5381       break;
5382     case RELOAD_FOR_OPADDR_ADDR:
5383       /* opnum * 4 + 4
5384          <= (MAX_RECOG_OPERANDS - 1) * 4 + 4 == MAX_RECOG_OPERANDS * 4 */
5385       time1 = MAX_RECOG_OPERANDS * 4 + 1;
5386       break;
5387     case RELOAD_FOR_OPERAND_ADDRESS:
5388       /* RELOAD_FOR_OPERAND_ADDRESS reloads are live even while the insn
5389          is executed.  */
5390       time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3;
5391       break;
5392     case RELOAD_FOR_OUTADDR_ADDRESS:
5393       time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum;
5394       break;
5395     case RELOAD_FOR_OUTPUT_ADDRESS:
5396       time1 = MAX_RECOG_OPERANDS * 4 + 5 + opnum;
5397       break;
5398     default:
5399       time1 = MAX_RECOG_OPERANDS * 5 + 5;
5400     }
5401
5402   for (i = 0; i < n_reloads; i++)
5403     {
5404       rtx reg = rld[i].reg_rtx;
5405       if (reg && REG_P (reg)
5406           && ((unsigned) regno - true_regnum (reg)
5407               <= hard_regno_nregs[REGNO (reg)][GET_MODE (reg)] - (unsigned) 1)
5408           && i != reloadnum)
5409         {
5410           rtx other_input = rld[i].in;
5411
5412           /* If the other reload loads the same input value, that
5413              will not cause a conflict only if it's loading it into
5414              the same register.  */
5415           if (true_regnum (reg) != start_regno)
5416             other_input = NULL_RTX;
5417           if (! other_input || ! rtx_equal_p (other_input, value)
5418               || rld[i].out || out)
5419             {
5420               int time2;
5421               switch (rld[i].when_needed)
5422                 {
5423                 case RELOAD_FOR_OTHER_ADDRESS:
5424                   time2 = 0;
5425                   break;
5426                 case RELOAD_FOR_INPADDR_ADDRESS:
5427                   /* find_reloads makes sure that a
5428                      RELOAD_FOR_{INP,OP,OUT}ADDR_ADDRESS reload is only used
5429                      by at most one - the first -
5430                      RELOAD_FOR_{INPUT,OPERAND,OUTPUT}_ADDRESS .  If the
5431                      address reload is inherited, the address address reload
5432                      goes away, so we can ignore this conflict.  */
5433                   if (type == RELOAD_FOR_INPUT_ADDRESS && reloadnum == i + 1
5434                       && ignore_address_reloads
5435                       /* Unless the RELOAD_FOR_INPUT is an auto_inc expression.
5436                          Then the address address is still needed to store
5437                          back the new address.  */
5438                       && ! rld[reloadnum].out)
5439                     continue;
5440                   /* Likewise, if a RELOAD_FOR_INPUT can inherit a value, its
5441                      RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
5442                      reloads go away.  */
5443                   if (type == RELOAD_FOR_INPUT && opnum == rld[i].opnum
5444                       && ignore_address_reloads
5445                       /* Unless we are reloading an auto_inc expression.  */
5446                       && ! rld[reloadnum].out)
5447                     continue;
5448                   time2 = rld[i].opnum * 4 + 2;
5449                   break;
5450                 case RELOAD_FOR_INPUT_ADDRESS:
5451                   if (type == RELOAD_FOR_INPUT && opnum == rld[i].opnum
5452                       && ignore_address_reloads
5453                       && ! rld[reloadnum].out)
5454                     continue;
5455                   time2 = rld[i].opnum * 4 + 3;
5456                   break;
5457                 case RELOAD_FOR_INPUT:
5458                   time2 = rld[i].opnum * 4 + 4;
5459                   check_earlyclobber = 1;
5460                   break;
5461                   /* rld[i].opnum * 4 + 4 <= (MAX_RECOG_OPERAND - 1) * 4 + 4
5462                      == MAX_RECOG_OPERAND * 4  */
5463                 case RELOAD_FOR_OPADDR_ADDR:
5464                   if (type == RELOAD_FOR_OPERAND_ADDRESS && reloadnum == i + 1
5465                       && ignore_address_reloads
5466                       && ! rld[reloadnum].out)
5467                     continue;
5468                   time2 = MAX_RECOG_OPERANDS * 4 + 1;
5469                   break;
5470                 case RELOAD_FOR_OPERAND_ADDRESS:
5471                   time2 = MAX_RECOG_OPERANDS * 4 + 2;
5472                   check_earlyclobber = 1;
5473                   break;
5474                 case RELOAD_FOR_INSN:
5475                   time2 = MAX_RECOG_OPERANDS * 4 + 3;
5476                   break;
5477                 case RELOAD_FOR_OUTPUT:
5478                   /* All RELOAD_FOR_OUTPUT reloads become live just after the
5479                      instruction is executed.  */
5480                   time2 = MAX_RECOG_OPERANDS * 4 + 4;
5481                   break;
5482                   /* The first RELOAD_FOR_OUTADDR_ADDRESS reload conflicts with
5483                      the RELOAD_FOR_OUTPUT reloads, so assign it the same time
5484                      value.  */
5485                 case RELOAD_FOR_OUTADDR_ADDRESS:
5486                   if (type == RELOAD_FOR_OUTPUT_ADDRESS && reloadnum == i + 1
5487                       && ignore_address_reloads
5488                       && ! rld[reloadnum].out)
5489                     continue;
5490                   time2 = MAX_RECOG_OPERANDS * 4 + 4 + rld[i].opnum;
5491                   break;
5492                 case RELOAD_FOR_OUTPUT_ADDRESS:
5493                   time2 = MAX_RECOG_OPERANDS * 4 + 5 + rld[i].opnum;
5494                   break;
5495                 case RELOAD_OTHER:
5496                   /* If there is no conflict in the input part, handle this
5497                      like an output reload.  */
5498                   if (! rld[i].in || rtx_equal_p (other_input, value))
5499                     {
5500                       time2 = MAX_RECOG_OPERANDS * 4 + 4;
5501                       /* Earlyclobbered outputs must conflict with inputs.  */
5502                       if (earlyclobber_operand_p (rld[i].out))
5503                         time2 = MAX_RECOG_OPERANDS * 4 + 3;
5504
5505                       break;
5506                     }
5507                   time2 = 1;
5508                   /* RELOAD_OTHER might be live beyond instruction execution,
5509                      but this is not obvious when we set time2 = 1.  So check
5510                      here if there might be a problem with the new reload
5511                      clobbering the register used by the RELOAD_OTHER.  */
5512                   if (out)
5513                     return 0;
5514                   break;
5515                 default:
5516                   return 0;
5517                 }
5518               if ((time1 >= time2
5519                    && (! rld[i].in || rld[i].out
5520                        || ! rtx_equal_p (other_input, value)))
5521                   || (out && rld[reloadnum].out_reg
5522                       && time2 >= MAX_RECOG_OPERANDS * 4 + 3))
5523                 return 0;
5524             }
5525         }
5526     }
5527
5528   /* Earlyclobbered outputs must conflict with inputs.  */
5529   if (check_earlyclobber && out && earlyclobber_operand_p (out))
5530     return 0;
5531
5532   return 1;
5533 }
5534
5535 /* Return 1 if the value in reload reg REGNO, as used by a reload
5536    needed for the part of the insn specified by OPNUM and TYPE,
5537    may be used to load VALUE into it.
5538
5539    MODE is the mode in which the register is used, this is needed to
5540    determine how many hard regs to test.
5541
5542    Other read-only reloads with the same value do not conflict
5543    unless OUT is nonzero and these other reloads have to live while
5544    output reloads live.
5545    If OUT is CONST0_RTX, this is a special case: it means that the
5546    test should not be for using register REGNO as reload register, but
5547    for copying from register REGNO into the reload register.
5548
5549    RELOADNUM is the number of the reload we want to load this value for;
5550    a reload does not conflict with itself.
5551
5552    When IGNORE_ADDRESS_RELOADS is set, we can not have conflicts with
5553    reloads that load an address for the very reload we are considering.
5554
5555    The caller has to make sure that there is no conflict with the return
5556    register.  */
5557
5558 static int
5559 free_for_value_p (int regno, enum machine_mode mode, int opnum,
5560                   enum reload_type type, rtx value, rtx out, int reloadnum,
5561                   int ignore_address_reloads)
5562 {
5563   int nregs = hard_regno_nregs[regno][mode];
5564   while (nregs-- > 0)
5565     if (! reload_reg_free_for_value_p (regno, regno + nregs, opnum, type,
5566                                        value, out, reloadnum,
5567                                        ignore_address_reloads))
5568       return 0;
5569   return 1;
5570 }
5571
5572 /* Return nonzero if the rtx X is invariant over the current function.  */
5573 /* ??? Actually, the places where we use this expect exactly what is
5574    tested here, and not everything that is function invariant.  In
5575    particular, the frame pointer and arg pointer are special cased;
5576    pic_offset_table_rtx is not, and we must not spill these things to
5577    memory.  */
5578
5579 int
5580 function_invariant_p (const_rtx x)
5581 {
5582   if (CONSTANT_P (x))
5583     return 1;
5584   if (x == frame_pointer_rtx || x == arg_pointer_rtx)
5585     return 1;
5586   if (GET_CODE (x) == PLUS
5587       && (XEXP (x, 0) == frame_pointer_rtx || XEXP (x, 0) == arg_pointer_rtx)
5588       && CONSTANT_P (XEXP (x, 1)))
5589     return 1;
5590   return 0;
5591 }
5592
5593 /* Determine whether the reload reg X overlaps any rtx'es used for
5594    overriding inheritance.  Return nonzero if so.  */
5595
5596 static int
5597 conflicts_with_override (rtx x)
5598 {
5599   int i;
5600   for (i = 0; i < n_reloads; i++)
5601     if (reload_override_in[i]
5602         && reg_overlap_mentioned_p (x, reload_override_in[i]))
5603       return 1;
5604   return 0;
5605 }
5606 \f
5607 /* Give an error message saying we failed to find a reload for INSN,
5608    and clear out reload R.  */
5609 static void
5610 failed_reload (rtx insn, int r)
5611 {
5612   if (asm_noperands (PATTERN (insn)) < 0)
5613     /* It's the compiler's fault.  */
5614     fatal_insn ("could not find a spill register", insn);
5615
5616   /* It's the user's fault; the operand's mode and constraint
5617      don't match.  Disable this reload so we don't crash in final.  */
5618   error_for_asm (insn,
5619                  "%<asm%> operand constraint incompatible with operand size");
5620   rld[r].in = 0;
5621   rld[r].out = 0;
5622   rld[r].reg_rtx = 0;
5623   rld[r].optional = 1;
5624   rld[r].secondary_p = 1;
5625 }
5626
5627 /* I is the index in SPILL_REG_RTX of the reload register we are to allocate
5628    for reload R.  If it's valid, get an rtx for it.  Return nonzero if
5629    successful.  */
5630 static int
5631 set_reload_reg (int i, int r)
5632 {
5633   int regno;
5634   rtx reg = spill_reg_rtx[i];
5635
5636   if (reg == 0 || GET_MODE (reg) != rld[r].mode)
5637     spill_reg_rtx[i] = reg
5638       = gen_rtx_REG (rld[r].mode, spill_regs[i]);
5639
5640   regno = true_regnum (reg);
5641
5642   /* Detect when the reload reg can't hold the reload mode.
5643      This used to be one `if', but Sequent compiler can't handle that.  */
5644   if (HARD_REGNO_MODE_OK (regno, rld[r].mode))
5645     {
5646       enum machine_mode test_mode = VOIDmode;
5647       if (rld[r].in)
5648         test_mode = GET_MODE (rld[r].in);
5649       /* If rld[r].in has VOIDmode, it means we will load it
5650          in whatever mode the reload reg has: to wit, rld[r].mode.
5651          We have already tested that for validity.  */
5652       /* Aside from that, we need to test that the expressions
5653          to reload from or into have modes which are valid for this
5654          reload register.  Otherwise the reload insns would be invalid.  */
5655       if (! (rld[r].in != 0 && test_mode != VOIDmode
5656              && ! HARD_REGNO_MODE_OK (regno, test_mode)))
5657         if (! (rld[r].out != 0
5658                && ! HARD_REGNO_MODE_OK (regno, GET_MODE (rld[r].out))))
5659           {
5660             /* The reg is OK.  */
5661             last_spill_reg = i;
5662
5663             /* Mark as in use for this insn the reload regs we use
5664                for this.  */
5665             mark_reload_reg_in_use (spill_regs[i], rld[r].opnum,
5666                                     rld[r].when_needed, rld[r].mode);
5667
5668             rld[r].reg_rtx = reg;
5669             reload_spill_index[r] = spill_regs[i];
5670             return 1;
5671           }
5672     }
5673   return 0;
5674 }
5675
5676 /* Find a spill register to use as a reload register for reload R.
5677    LAST_RELOAD is nonzero if this is the last reload for the insn being
5678    processed.
5679
5680    Set rld[R].reg_rtx to the register allocated.
5681
5682    We return 1 if successful, or 0 if we couldn't find a spill reg and
5683    we didn't change anything.  */
5684
5685 static int
5686 allocate_reload_reg (struct insn_chain *chain ATTRIBUTE_UNUSED, int r,
5687                      int last_reload)
5688 {
5689   int i, pass, count;
5690
5691   /* If we put this reload ahead, thinking it is a group,
5692      then insist on finding a group.  Otherwise we can grab a
5693      reg that some other reload needs.
5694      (That can happen when we have a 68000 DATA_OR_FP_REG
5695      which is a group of data regs or one fp reg.)
5696      We need not be so restrictive if there are no more reloads
5697      for this insn.
5698
5699      ??? Really it would be nicer to have smarter handling
5700      for that kind of reg class, where a problem like this is normal.
5701      Perhaps those classes should be avoided for reloading
5702      by use of more alternatives.  */
5703
5704   int force_group = rld[r].nregs > 1 && ! last_reload;
5705
5706   /* If we want a single register and haven't yet found one,
5707      take any reg in the right class and not in use.
5708      If we want a consecutive group, here is where we look for it.
5709
5710      We use two passes so we can first look for reload regs to
5711      reuse, which are already in use for other reloads in this insn,
5712      and only then use additional registers.
5713      I think that maximizing reuse is needed to make sure we don't
5714      run out of reload regs.  Suppose we have three reloads, and
5715      reloads A and B can share regs.  These need two regs.
5716      Suppose A and B are given different regs.
5717      That leaves none for C.  */
5718   for (pass = 0; pass < 2; pass++)
5719     {
5720       /* I is the index in spill_regs.
5721          We advance it round-robin between insns to use all spill regs
5722          equally, so that inherited reloads have a chance
5723          of leapfrogging each other.  */
5724
5725       i = last_spill_reg;
5726
5727       for (count = 0; count < n_spills; count++)
5728         {
5729           int rclass = (int) rld[r].rclass;
5730           int regnum;
5731
5732           i++;
5733           if (i >= n_spills)
5734             i -= n_spills;
5735           regnum = spill_regs[i];
5736
5737           if ((reload_reg_free_p (regnum, rld[r].opnum,
5738                                   rld[r].when_needed)
5739                || (rld[r].in
5740                    /* We check reload_reg_used to make sure we
5741                       don't clobber the return register.  */
5742                    && ! TEST_HARD_REG_BIT (reload_reg_used, regnum)
5743                    && free_for_value_p (regnum, rld[r].mode, rld[r].opnum,
5744                                         rld[r].when_needed, rld[r].in,
5745                                         rld[r].out, r, 1)))
5746               && TEST_HARD_REG_BIT (reg_class_contents[rclass], regnum)
5747               && HARD_REGNO_MODE_OK (regnum, rld[r].mode)
5748               /* Look first for regs to share, then for unshared.  But
5749                  don't share regs used for inherited reloads; they are
5750                  the ones we want to preserve.  */
5751               && (pass
5752                   || (TEST_HARD_REG_BIT (reload_reg_used_at_all,
5753                                          regnum)
5754                       && ! TEST_HARD_REG_BIT (reload_reg_used_for_inherit,
5755                                               regnum))))
5756             {
5757               int nr = hard_regno_nregs[regnum][rld[r].mode];
5758               /* Avoid the problem where spilling a GENERAL_OR_FP_REG
5759                  (on 68000) got us two FP regs.  If NR is 1,
5760                  we would reject both of them.  */
5761               if (force_group)
5762                 nr = rld[r].nregs;
5763               /* If we need only one reg, we have already won.  */
5764               if (nr == 1)
5765                 {
5766                   /* But reject a single reg if we demand a group.  */
5767                   if (force_group)
5768                     continue;
5769                   break;
5770                 }
5771               /* Otherwise check that as many consecutive regs as we need
5772                  are available here.  */
5773               while (nr > 1)
5774                 {
5775                   int regno = regnum + nr - 1;
5776                   if (!(TEST_HARD_REG_BIT (reg_class_contents[rclass], regno)
5777                         && spill_reg_order[regno] >= 0
5778                         && reload_reg_free_p (regno, rld[r].opnum,
5779                                               rld[r].when_needed)))
5780                     break;
5781                   nr--;
5782                 }
5783               if (nr == 1)
5784                 break;
5785             }
5786         }
5787
5788       /* If we found something on pass 1, omit pass 2.  */
5789       if (count < n_spills)
5790         break;
5791     }
5792
5793   /* We should have found a spill register by now.  */
5794   if (count >= n_spills)
5795     return 0;
5796
5797   /* I is the index in SPILL_REG_RTX of the reload register we are to
5798      allocate.  Get an rtx for it and find its register number.  */
5799
5800   return set_reload_reg (i, r);
5801 }
5802 \f
5803 /* Initialize all the tables needed to allocate reload registers.
5804    CHAIN is the insn currently being processed; SAVE_RELOAD_REG_RTX
5805    is the array we use to restore the reg_rtx field for every reload.  */
5806
5807 static void
5808 choose_reload_regs_init (struct insn_chain *chain, rtx *save_reload_reg_rtx)
5809 {
5810   int i;
5811
5812   for (i = 0; i < n_reloads; i++)
5813     rld[i].reg_rtx = save_reload_reg_rtx[i];
5814
5815   memset (reload_inherited, 0, MAX_RELOADS);
5816   memset (reload_inheritance_insn, 0, MAX_RELOADS * sizeof (rtx));
5817   memset (reload_override_in, 0, MAX_RELOADS * sizeof (rtx));
5818
5819   CLEAR_HARD_REG_SET (reload_reg_used);
5820   CLEAR_HARD_REG_SET (reload_reg_used_at_all);
5821   CLEAR_HARD_REG_SET (reload_reg_used_in_op_addr);
5822   CLEAR_HARD_REG_SET (reload_reg_used_in_op_addr_reload);
5823   CLEAR_HARD_REG_SET (reload_reg_used_in_insn);
5824   CLEAR_HARD_REG_SET (reload_reg_used_in_other_addr);
5825
5826   CLEAR_HARD_REG_SET (reg_used_in_insn);
5827   {
5828     HARD_REG_SET tmp;
5829     REG_SET_TO_HARD_REG_SET (tmp, &chain->live_throughout);
5830     IOR_HARD_REG_SET (reg_used_in_insn, tmp);
5831     REG_SET_TO_HARD_REG_SET (tmp, &chain->dead_or_set);
5832     IOR_HARD_REG_SET (reg_used_in_insn, tmp);
5833     compute_use_by_pseudos (&reg_used_in_insn, &chain->live_throughout);
5834     compute_use_by_pseudos (&reg_used_in_insn, &chain->dead_or_set);
5835   }
5836
5837   for (i = 0; i < reload_n_operands; i++)
5838     {
5839       CLEAR_HARD_REG_SET (reload_reg_used_in_output[i]);
5840       CLEAR_HARD_REG_SET (reload_reg_used_in_input[i]);
5841       CLEAR_HARD_REG_SET (reload_reg_used_in_input_addr[i]);
5842       CLEAR_HARD_REG_SET (reload_reg_used_in_inpaddr_addr[i]);
5843       CLEAR_HARD_REG_SET (reload_reg_used_in_output_addr[i]);
5844       CLEAR_HARD_REG_SET (reload_reg_used_in_outaddr_addr[i]);
5845     }
5846
5847   COMPL_HARD_REG_SET (reload_reg_unavailable, chain->used_spill_regs);
5848
5849   CLEAR_HARD_REG_SET (reload_reg_used_for_inherit);
5850
5851   for (i = 0; i < n_reloads; i++)
5852     /* If we have already decided to use a certain register,
5853        don't use it in another way.  */
5854     if (rld[i].reg_rtx)
5855       mark_reload_reg_in_use (REGNO (rld[i].reg_rtx), rld[i].opnum,
5856                               rld[i].when_needed, rld[i].mode);
5857 }
5858
5859 /* Assign hard reg targets for the pseudo-registers we must reload
5860    into hard regs for this insn.
5861    Also output the instructions to copy them in and out of the hard regs.
5862
5863    For machines with register classes, we are responsible for
5864    finding a reload reg in the proper class.  */
5865
5866 static void
5867 choose_reload_regs (struct insn_chain *chain)
5868 {
5869   rtx insn = chain->insn;
5870   int i, j;
5871   unsigned int max_group_size = 1;
5872   enum reg_class group_class = NO_REGS;
5873   int pass, win, inheritance;
5874
5875   rtx save_reload_reg_rtx[MAX_RELOADS];
5876
5877   /* In order to be certain of getting the registers we need,
5878      we must sort the reloads into order of increasing register class.
5879      Then our grabbing of reload registers will parallel the process
5880      that provided the reload registers.
5881
5882      Also note whether any of the reloads wants a consecutive group of regs.
5883      If so, record the maximum size of the group desired and what
5884      register class contains all the groups needed by this insn.  */
5885
5886   for (j = 0; j < n_reloads; j++)
5887     {
5888       reload_order[j] = j;
5889       if (rld[j].reg_rtx != NULL_RTX)
5890         {
5891           gcc_assert (REG_P (rld[j].reg_rtx)
5892                       && HARD_REGISTER_P (rld[j].reg_rtx));
5893           reload_spill_index[j] = REGNO (rld[j].reg_rtx);
5894         }
5895       else
5896         reload_spill_index[j] = -1;
5897
5898       if (rld[j].nregs > 1)
5899         {
5900           max_group_size = MAX (rld[j].nregs, max_group_size);
5901           group_class
5902             = reg_class_superunion[(int) rld[j].rclass][(int) group_class];
5903         }
5904
5905       save_reload_reg_rtx[j] = rld[j].reg_rtx;
5906     }
5907
5908   if (n_reloads > 1)
5909     qsort (reload_order, n_reloads, sizeof (short), reload_reg_class_lower);
5910
5911   /* If -O, try first with inheritance, then turning it off.
5912      If not -O, don't do inheritance.
5913      Using inheritance when not optimizing leads to paradoxes
5914      with fp on the 68k: fp numbers (not NaNs) fail to be equal to themselves
5915      because one side of the comparison might be inherited.  */
5916   win = 0;
5917   for (inheritance = optimize > 0; inheritance >= 0; inheritance--)
5918     {
5919       choose_reload_regs_init (chain, save_reload_reg_rtx);
5920
5921       /* Process the reloads in order of preference just found.
5922          Beyond this point, subregs can be found in reload_reg_rtx.
5923
5924          This used to look for an existing reloaded home for all of the
5925          reloads, and only then perform any new reloads.  But that could lose
5926          if the reloads were done out of reg-class order because a later
5927          reload with a looser constraint might have an old home in a register
5928          needed by an earlier reload with a tighter constraint.
5929
5930          To solve this, we make two passes over the reloads, in the order
5931          described above.  In the first pass we try to inherit a reload
5932          from a previous insn.  If there is a later reload that needs a
5933          class that is a proper subset of the class being processed, we must
5934          also allocate a spill register during the first pass.
5935
5936          Then make a second pass over the reloads to allocate any reloads
5937          that haven't been given registers yet.  */
5938
5939       for (j = 0; j < n_reloads; j++)
5940         {
5941           int r = reload_order[j];
5942           rtx search_equiv = NULL_RTX;
5943
5944           /* Ignore reloads that got marked inoperative.  */
5945           if (rld[r].out == 0 && rld[r].in == 0
5946               && ! rld[r].secondary_p)
5947             continue;
5948
5949           /* If find_reloads chose to use reload_in or reload_out as a reload
5950              register, we don't need to chose one.  Otherwise, try even if it
5951              found one since we might save an insn if we find the value lying
5952              around.
5953              Try also when reload_in is a pseudo without a hard reg.  */
5954           if (rld[r].in != 0 && rld[r].reg_rtx != 0
5955               && (rtx_equal_p (rld[r].in, rld[r].reg_rtx)
5956                   || (rtx_equal_p (rld[r].out, rld[r].reg_rtx)
5957                       && !MEM_P (rld[r].in)
5958                       && true_regnum (rld[r].in) < FIRST_PSEUDO_REGISTER)))
5959             continue;
5960
5961 #if 0 /* No longer needed for correct operation.
5962          It might give better code, or might not; worth an experiment?  */
5963           /* If this is an optional reload, we can't inherit from earlier insns
5964              until we are sure that any non-optional reloads have been allocated.
5965              The following code takes advantage of the fact that optional reloads
5966              are at the end of reload_order.  */
5967           if (rld[r].optional != 0)
5968             for (i = 0; i < j; i++)
5969               if ((rld[reload_order[i]].out != 0
5970                    || rld[reload_order[i]].in != 0
5971                    || rld[reload_order[i]].secondary_p)
5972                   && ! rld[reload_order[i]].optional
5973                   && rld[reload_order[i]].reg_rtx == 0)
5974                 allocate_reload_reg (chain, reload_order[i], 0);
5975 #endif
5976
5977           /* First see if this pseudo is already available as reloaded
5978              for a previous insn.  We cannot try to inherit for reloads
5979              that are smaller than the maximum number of registers needed
5980              for groups unless the register we would allocate cannot be used
5981              for the groups.
5982
5983              We could check here to see if this is a secondary reload for
5984              an object that is already in a register of the desired class.
5985              This would avoid the need for the secondary reload register.
5986              But this is complex because we can't easily determine what
5987              objects might want to be loaded via this reload.  So let a
5988              register be allocated here.  In `emit_reload_insns' we suppress
5989              one of the loads in the case described above.  */
5990
5991           if (inheritance)
5992             {
5993               int byte = 0;
5994               int regno = -1;
5995               enum machine_mode mode = VOIDmode;
5996
5997               if (rld[r].in == 0)
5998                 ;
5999               else if (REG_P (rld[r].in))
6000                 {
6001                   regno = REGNO (rld[r].in);
6002                   mode = GET_MODE (rld[r].in);
6003                 }
6004               else if (REG_P (rld[r].in_reg))
6005                 {
6006                   regno = REGNO (rld[r].in_reg);
6007                   mode = GET_MODE (rld[r].in_reg);
6008                 }
6009               else if (GET_CODE (rld[r].in_reg) == SUBREG
6010                        && REG_P (SUBREG_REG (rld[r].in_reg)))
6011                 {
6012                   regno = REGNO (SUBREG_REG (rld[r].in_reg));
6013                   if (regno < FIRST_PSEUDO_REGISTER)
6014                     regno = subreg_regno (rld[r].in_reg);
6015                   else
6016                     byte = SUBREG_BYTE (rld[r].in_reg);
6017                   mode = GET_MODE (rld[r].in_reg);
6018                 }
6019 #ifdef AUTO_INC_DEC
6020               else if (GET_RTX_CLASS (GET_CODE (rld[r].in_reg)) == RTX_AUTOINC
6021                        && REG_P (XEXP (rld[r].in_reg, 0)))
6022                 {
6023                   regno = REGNO (XEXP (rld[r].in_reg, 0));
6024                   mode = GET_MODE (XEXP (rld[r].in_reg, 0));
6025                   rld[r].out = rld[r].in;
6026                 }
6027 #endif
6028 #if 0
6029               /* This won't work, since REGNO can be a pseudo reg number.
6030                  Also, it takes much more hair to keep track of all the things
6031                  that can invalidate an inherited reload of part of a pseudoreg.  */
6032               else if (GET_CODE (rld[r].in) == SUBREG
6033                        && REG_P (SUBREG_REG (rld[r].in)))
6034                 regno = subreg_regno (rld[r].in);
6035 #endif
6036
6037               if (regno >= 0
6038                   && reg_last_reload_reg[regno] != 0
6039 #ifdef CANNOT_CHANGE_MODE_CLASS
6040                   /* Verify that the register it's in can be used in
6041                      mode MODE.  */
6042                   && !REG_CANNOT_CHANGE_MODE_P (REGNO (reg_last_reload_reg[regno]),
6043                                                 GET_MODE (reg_last_reload_reg[regno]),
6044                                                 mode)
6045 #endif
6046                   )
6047                 {
6048                   enum reg_class rclass = rld[r].rclass, last_class;
6049                   rtx last_reg = reg_last_reload_reg[regno];
6050                   enum machine_mode need_mode;
6051
6052                   i = REGNO (last_reg);
6053                   i += subreg_regno_offset (i, GET_MODE (last_reg), byte, mode);
6054                   last_class = REGNO_REG_CLASS (i);
6055
6056                   if (byte == 0)
6057                     need_mode = mode;
6058                   else
6059                     need_mode
6060                       = smallest_mode_for_size
6061                         (GET_MODE_BITSIZE (mode) + byte * BITS_PER_UNIT,
6062                          GET_MODE_CLASS (mode) == MODE_PARTIAL_INT
6063                          ? MODE_INT : GET_MODE_CLASS (mode));
6064
6065                   if ((GET_MODE_SIZE (GET_MODE (last_reg))
6066                        >= GET_MODE_SIZE (need_mode))
6067                       && reg_reloaded_contents[i] == regno
6068                       && TEST_HARD_REG_BIT (reg_reloaded_valid, i)
6069                       && HARD_REGNO_MODE_OK (i, rld[r].mode)
6070                       && (TEST_HARD_REG_BIT (reg_class_contents[(int) rclass], i)
6071                           /* Even if we can't use this register as a reload
6072                              register, we might use it for reload_override_in,
6073                              if copying it to the desired class is cheap
6074                              enough.  */
6075                           || ((REGISTER_MOVE_COST (mode, last_class, rclass)
6076                                < MEMORY_MOVE_COST (mode, rclass, 1))
6077                               && (secondary_reload_class (1, rclass, mode,
6078                                                           last_reg)
6079                                   == NO_REGS)
6080 #ifdef SECONDARY_MEMORY_NEEDED
6081                               && ! SECONDARY_MEMORY_NEEDED (last_class, rclass,
6082                                                             mode)
6083 #endif
6084                               ))
6085
6086                       && (rld[r].nregs == max_group_size
6087                           || ! TEST_HARD_REG_BIT (reg_class_contents[(int) group_class],
6088                                                   i))
6089                       && free_for_value_p (i, rld[r].mode, rld[r].opnum,
6090                                            rld[r].when_needed, rld[r].in,
6091                                            const0_rtx, r, 1))
6092                     {
6093                       /* If a group is needed, verify that all the subsequent
6094                          registers still have their values intact.  */
6095                       int nr = hard_regno_nregs[i][rld[r].mode];
6096                       int k;
6097
6098                       for (k = 1; k < nr; k++)
6099                         if (reg_reloaded_contents[i + k] != regno
6100                             || ! TEST_HARD_REG_BIT (reg_reloaded_valid, i + k))
6101                           break;
6102
6103                       if (k == nr)
6104                         {
6105                           int i1;
6106                           int bad_for_class;
6107
6108                           last_reg = (GET_MODE (last_reg) == mode
6109                                       ? last_reg : gen_rtx_REG (mode, i));
6110
6111                           bad_for_class = 0;
6112                           for (k = 0; k < nr; k++)
6113                             bad_for_class |= ! TEST_HARD_REG_BIT (reg_class_contents[(int) rld[r].rclass],
6114                                                                   i+k);
6115
6116                           /* We found a register that contains the
6117                              value we need.  If this register is the
6118                              same as an `earlyclobber' operand of the
6119                              current insn, just mark it as a place to
6120                              reload from since we can't use it as the
6121                              reload register itself.  */
6122
6123                           for (i1 = 0; i1 < n_earlyclobbers; i1++)
6124                             if (reg_overlap_mentioned_for_reload_p
6125                                 (reg_last_reload_reg[regno],
6126                                  reload_earlyclobbers[i1]))
6127                               break;
6128
6129                           if (i1 != n_earlyclobbers
6130                               || ! (free_for_value_p (i, rld[r].mode,
6131                                                       rld[r].opnum,
6132                                                       rld[r].when_needed, rld[r].in,
6133                                                       rld[r].out, r, 1))
6134                               /* Don't use it if we'd clobber a pseudo reg.  */
6135                               || (TEST_HARD_REG_BIT (reg_used_in_insn, i)
6136                                   && rld[r].out
6137                                   && ! TEST_HARD_REG_BIT (reg_reloaded_dead, i))
6138                               /* Don't clobber the frame pointer.  */
6139                               || (i == HARD_FRAME_POINTER_REGNUM
6140                                   && frame_pointer_needed
6141                                   && rld[r].out)
6142                               /* Don't really use the inherited spill reg
6143                                  if we need it wider than we've got it.  */
6144                               || (GET_MODE_SIZE (rld[r].mode)
6145                                   > GET_MODE_SIZE (mode))
6146                               || bad_for_class
6147
6148                               /* If find_reloads chose reload_out as reload
6149                                  register, stay with it - that leaves the
6150                                  inherited register for subsequent reloads.  */
6151                               || (rld[r].out && rld[r].reg_rtx
6152                                   && rtx_equal_p (rld[r].out, rld[r].reg_rtx)))
6153                             {
6154                               if (! rld[r].optional)
6155                                 {
6156                                   reload_override_in[r] = last_reg;
6157                                   reload_inheritance_insn[r]
6158                                     = reg_reloaded_insn[i];
6159                                 }
6160                             }
6161                           else
6162                             {
6163                               int k;
6164                               /* We can use this as a reload reg.  */
6165                               /* Mark the register as in use for this part of
6166                                  the insn.  */
6167                               mark_reload_reg_in_use (i,
6168                                                       rld[r].opnum,
6169                                                       rld[r].when_needed,
6170                                                       rld[r].mode);
6171                               rld[r].reg_rtx = last_reg;
6172                               reload_inherited[r] = 1;
6173                               reload_inheritance_insn[r]
6174                                 = reg_reloaded_insn[i];
6175                               reload_spill_index[r] = i;
6176                               for (k = 0; k < nr; k++)
6177                                 SET_HARD_REG_BIT (reload_reg_used_for_inherit,
6178                                                   i + k);
6179                             }
6180                         }
6181                     }
6182                 }
6183             }
6184
6185           /* Here's another way to see if the value is already lying around.  */
6186           if (inheritance
6187               && rld[r].in != 0
6188               && ! reload_inherited[r]
6189               && rld[r].out == 0
6190               && (CONSTANT_P (rld[r].in)
6191                   || GET_CODE (rld[r].in) == PLUS
6192                   || REG_P (rld[r].in)
6193                   || MEM_P (rld[r].in))
6194               && (rld[r].nregs == max_group_size
6195                   || ! reg_classes_intersect_p (rld[r].rclass, group_class)))
6196             search_equiv = rld[r].in;
6197           /* If this is an output reload from a simple move insn, look
6198              if an equivalence for the input is available.  */
6199           else if (inheritance && rld[r].in == 0 && rld[r].out != 0)
6200             {
6201               rtx set = single_set (insn);
6202
6203               if (set
6204                   && rtx_equal_p (rld[r].out, SET_DEST (set))
6205                   && CONSTANT_P (SET_SRC (set)))
6206                 search_equiv = SET_SRC (set);
6207             }
6208
6209           if (search_equiv)
6210             {
6211               rtx equiv
6212                 = find_equiv_reg (search_equiv, insn, rld[r].rclass,
6213                                   -1, NULL, 0, rld[r].mode);
6214               int regno = 0;
6215
6216               if (equiv != 0)
6217                 {
6218                   if (REG_P (equiv))
6219                     regno = REGNO (equiv);
6220                   else
6221                     {
6222                       /* This must be a SUBREG of a hard register.
6223                          Make a new REG since this might be used in an
6224                          address and not all machines support SUBREGs
6225                          there.  */
6226                       gcc_assert (GET_CODE (equiv) == SUBREG);
6227                       regno = subreg_regno (equiv);
6228                       equiv = gen_rtx_REG (rld[r].mode, regno);
6229                       /* If we choose EQUIV as the reload register, but the
6230                          loop below decides to cancel the inheritance, we'll
6231                          end up reloading EQUIV in rld[r].mode, not the mode
6232                          it had originally.  That isn't safe when EQUIV isn't
6233                          available as a spill register since its value might
6234                          still be live at this point.  */
6235                       for (i = regno; i < regno + (int) rld[r].nregs; i++)
6236                         if (TEST_HARD_REG_BIT (reload_reg_unavailable, i))
6237                           equiv = 0;
6238                     }
6239                 }
6240
6241               /* If we found a spill reg, reject it unless it is free
6242                  and of the desired class.  */
6243               if (equiv != 0)
6244                 {
6245                   int regs_used = 0;
6246                   int bad_for_class = 0;
6247                   int max_regno = regno + rld[r].nregs;
6248
6249                   for (i = regno; i < max_regno; i++)
6250                     {
6251                       regs_used |= TEST_HARD_REG_BIT (reload_reg_used_at_all,
6252                                                       i);
6253                       bad_for_class |= ! TEST_HARD_REG_BIT (reg_class_contents[(int) rld[r].rclass],
6254                                                            i);
6255                     }
6256
6257                   if ((regs_used
6258                        && ! free_for_value_p (regno, rld[r].mode,
6259                                               rld[r].opnum, rld[r].when_needed,
6260                                               rld[r].in, rld[r].out, r, 1))
6261                       || bad_for_class)
6262                     equiv = 0;
6263                 }
6264
6265               if (equiv != 0 && ! HARD_REGNO_MODE_OK (regno, rld[r].mode))
6266                 equiv = 0;
6267
6268               /* We found a register that contains the value we need.
6269                  If this register is the same as an `earlyclobber' operand
6270                  of the current insn, just mark it as a place to reload from
6271                  since we can't use it as the reload register itself.  */
6272
6273               if (equiv != 0)
6274                 for (i = 0; i < n_earlyclobbers; i++)
6275                   if (reg_overlap_mentioned_for_reload_p (equiv,
6276                                                           reload_earlyclobbers[i]))
6277                     {
6278                       if (! rld[r].optional)
6279                         reload_override_in[r] = equiv;
6280                       equiv = 0;
6281                       break;
6282                     }
6283
6284               /* If the equiv register we have found is explicitly clobbered
6285                  in the current insn, it depends on the reload type if we
6286                  can use it, use it for reload_override_in, or not at all.
6287                  In particular, we then can't use EQUIV for a
6288                  RELOAD_FOR_OUTPUT_ADDRESS reload.  */
6289
6290               if (equiv != 0)
6291                 {
6292                   if (regno_clobbered_p (regno, insn, rld[r].mode, 2))
6293                     switch (rld[r].when_needed)
6294                       {
6295                       case RELOAD_FOR_OTHER_ADDRESS:
6296                       case RELOAD_FOR_INPADDR_ADDRESS:
6297                       case RELOAD_FOR_INPUT_ADDRESS:
6298                       case RELOAD_FOR_OPADDR_ADDR:
6299                         break;
6300                       case RELOAD_OTHER:
6301                       case RELOAD_FOR_INPUT:
6302                       case RELOAD_FOR_OPERAND_ADDRESS:
6303                         if (! rld[r].optional)
6304                           reload_override_in[r] = equiv;
6305                         /* Fall through.  */
6306                       default:
6307                         equiv = 0;
6308                         break;
6309                       }
6310                   else if (regno_clobbered_p (regno, insn, rld[r].mode, 1))
6311                     switch (rld[r].when_needed)
6312                       {
6313                       case RELOAD_FOR_OTHER_ADDRESS:
6314                       case RELOAD_FOR_INPADDR_ADDRESS:
6315                       case RELOAD_FOR_INPUT_ADDRESS:
6316                       case RELOAD_FOR_OPADDR_ADDR:
6317                       case RELOAD_FOR_OPERAND_ADDRESS:
6318                       case RELOAD_FOR_INPUT:
6319                         break;
6320                       case RELOAD_OTHER:
6321                         if (! rld[r].optional)
6322                           reload_override_in[r] = equiv;
6323                         /* Fall through.  */
6324                       default:
6325                         equiv = 0;
6326                         break;
6327                       }
6328                 }
6329
6330               /* If we found an equivalent reg, say no code need be generated
6331                  to load it, and use it as our reload reg.  */
6332               if (equiv != 0
6333                   && (regno != HARD_FRAME_POINTER_REGNUM
6334                       || !frame_pointer_needed))
6335                 {
6336                   int nr = hard_regno_nregs[regno][rld[r].mode];
6337                   int k;
6338                   rld[r].reg_rtx = equiv;
6339                   reload_spill_index[r] = regno;
6340                   reload_inherited[r] = 1;
6341
6342                   /* If reg_reloaded_valid is not set for this register,
6343                      there might be a stale spill_reg_store lying around.
6344                      We must clear it, since otherwise emit_reload_insns
6345                      might delete the store.  */
6346                   if (! TEST_HARD_REG_BIT (reg_reloaded_valid, regno))
6347                     spill_reg_store[regno] = NULL_RTX;
6348                   /* If any of the hard registers in EQUIV are spill
6349                      registers, mark them as in use for this insn.  */
6350                   for (k = 0; k < nr; k++)
6351                     {
6352                       i = spill_reg_order[regno + k];
6353                       if (i >= 0)
6354                         {
6355                           mark_reload_reg_in_use (regno, rld[r].opnum,
6356                                                   rld[r].when_needed,
6357                                                   rld[r].mode);
6358                           SET_HARD_REG_BIT (reload_reg_used_for_inherit,
6359                                             regno + k);
6360                         }
6361                     }
6362                 }
6363             }
6364
6365           /* If we found a register to use already, or if this is an optional
6366              reload, we are done.  */
6367           if (rld[r].reg_rtx != 0 || rld[r].optional != 0)
6368             continue;
6369
6370 #if 0
6371           /* No longer needed for correct operation.  Might or might
6372              not give better code on the average.  Want to experiment?  */
6373
6374           /* See if there is a later reload that has a class different from our
6375              class that intersects our class or that requires less register
6376              than our reload.  If so, we must allocate a register to this
6377              reload now, since that reload might inherit a previous reload
6378              and take the only available register in our class.  Don't do this
6379              for optional reloads since they will force all previous reloads
6380              to be allocated.  Also don't do this for reloads that have been
6381              turned off.  */
6382
6383           for (i = j + 1; i < n_reloads; i++)
6384             {
6385               int s = reload_order[i];
6386
6387               if ((rld[s].in == 0 && rld[s].out == 0
6388                    && ! rld[s].secondary_p)
6389                   || rld[s].optional)
6390                 continue;
6391
6392               if ((rld[s].rclass != rld[r].rclass
6393                    && reg_classes_intersect_p (rld[r].rclass,
6394                                                rld[s].rclass))
6395                   || rld[s].nregs < rld[r].nregs)
6396                 break;
6397             }
6398
6399           if (i == n_reloads)
6400             continue;
6401
6402           allocate_reload_reg (chain, r, j == n_reloads - 1);
6403 #endif
6404         }
6405
6406       /* Now allocate reload registers for anything non-optional that
6407          didn't get one yet.  */
6408       for (j = 0; j < n_reloads; j++)
6409         {
6410           int r = reload_order[j];
6411
6412           /* Ignore reloads that got marked inoperative.  */
6413           if (rld[r].out == 0 && rld[r].in == 0 && ! rld[r].secondary_p)
6414             continue;
6415
6416           /* Skip reloads that already have a register allocated or are
6417              optional.  */
6418           if (rld[r].reg_rtx != 0 || rld[r].optional)
6419             continue;
6420
6421           if (! allocate_reload_reg (chain, r, j == n_reloads - 1))
6422             break;
6423         }
6424
6425       /* If that loop got all the way, we have won.  */
6426       if (j == n_reloads)
6427         {
6428           win = 1;
6429           break;
6430         }
6431
6432       /* Loop around and try without any inheritance.  */
6433     }
6434
6435   if (! win)
6436     {
6437       /* First undo everything done by the failed attempt
6438          to allocate with inheritance.  */
6439       choose_reload_regs_init (chain, save_reload_reg_rtx);
6440
6441       /* Some sanity tests to verify that the reloads found in the first
6442          pass are identical to the ones we have now.  */
6443       gcc_assert (chain->n_reloads == n_reloads);
6444
6445       for (i = 0; i < n_reloads; i++)
6446         {
6447           if (chain->rld[i].regno < 0 || chain->rld[i].reg_rtx != 0)
6448             continue;
6449           gcc_assert (chain->rld[i].when_needed == rld[i].when_needed);
6450           for (j = 0; j < n_spills; j++)
6451             if (spill_regs[j] == chain->rld[i].regno)
6452               if (! set_reload_reg (j, i))
6453                 failed_reload (chain->insn, i);
6454         }
6455     }
6456
6457   /* If we thought we could inherit a reload, because it seemed that
6458      nothing else wanted the same reload register earlier in the insn,
6459      verify that assumption, now that all reloads have been assigned.
6460      Likewise for reloads where reload_override_in has been set.  */
6461
6462   /* If doing expensive optimizations, do one preliminary pass that doesn't
6463      cancel any inheritance, but removes reloads that have been needed only
6464      for reloads that we know can be inherited.  */
6465   for (pass = flag_expensive_optimizations; pass >= 0; pass--)
6466     {
6467       for (j = 0; j < n_reloads; j++)
6468         {
6469           int r = reload_order[j];
6470           rtx check_reg;
6471           if (reload_inherited[r] && rld[r].reg_rtx)
6472             check_reg = rld[r].reg_rtx;
6473           else if (reload_override_in[r]
6474                    && (REG_P (reload_override_in[r])
6475                        || GET_CODE (reload_override_in[r]) == SUBREG))
6476             check_reg = reload_override_in[r];
6477           else
6478             continue;
6479           if (! free_for_value_p (true_regnum (check_reg), rld[r].mode,
6480                                   rld[r].opnum, rld[r].when_needed, rld[r].in,
6481                                   (reload_inherited[r]
6482                                    ? rld[r].out : const0_rtx),
6483                                   r, 1))
6484             {
6485               if (pass)
6486                 continue;
6487               reload_inherited[r] = 0;
6488               reload_override_in[r] = 0;
6489             }
6490           /* If we can inherit a RELOAD_FOR_INPUT, or can use a
6491              reload_override_in, then we do not need its related
6492              RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS reloads;
6493              likewise for other reload types.
6494              We handle this by removing a reload when its only replacement
6495              is mentioned in reload_in of the reload we are going to inherit.
6496              A special case are auto_inc expressions; even if the input is
6497              inherited, we still need the address for the output.  We can
6498              recognize them because they have RELOAD_OUT set to RELOAD_IN.
6499              If we succeeded removing some reload and we are doing a preliminary
6500              pass just to remove such reloads, make another pass, since the
6501              removal of one reload might allow us to inherit another one.  */
6502           else if (rld[r].in
6503                    && rld[r].out != rld[r].in
6504                    && remove_address_replacements (rld[r].in) && pass)
6505             pass = 2;
6506         }
6507     }
6508
6509   /* Now that reload_override_in is known valid,
6510      actually override reload_in.  */
6511   for (j = 0; j < n_reloads; j++)
6512     if (reload_override_in[j])
6513       rld[j].in = reload_override_in[j];
6514
6515   /* If this reload won't be done because it has been canceled or is
6516      optional and not inherited, clear reload_reg_rtx so other
6517      routines (such as subst_reloads) don't get confused.  */
6518   for (j = 0; j < n_reloads; j++)
6519     if (rld[j].reg_rtx != 0
6520         && ((rld[j].optional && ! reload_inherited[j])
6521             || (rld[j].in == 0 && rld[j].out == 0
6522                 && ! rld[j].secondary_p)))
6523       {
6524         int regno = true_regnum (rld[j].reg_rtx);
6525
6526         if (spill_reg_order[regno] >= 0)
6527           clear_reload_reg_in_use (regno, rld[j].opnum,
6528                                    rld[j].when_needed, rld[j].mode);
6529         rld[j].reg_rtx = 0;
6530         reload_spill_index[j] = -1;
6531       }
6532
6533   /* Record which pseudos and which spill regs have output reloads.  */
6534   for (j = 0; j < n_reloads; j++)
6535     {
6536       int r = reload_order[j];
6537
6538       i = reload_spill_index[r];
6539
6540       /* I is nonneg if this reload uses a register.
6541          If rld[r].reg_rtx is 0, this is an optional reload
6542          that we opted to ignore.  */
6543       if (rld[r].out_reg != 0 && REG_P (rld[r].out_reg)
6544           && rld[r].reg_rtx != 0)
6545         {
6546           int nregno = REGNO (rld[r].out_reg);
6547           int nr = 1;
6548
6549           if (nregno < FIRST_PSEUDO_REGISTER)
6550             nr = hard_regno_nregs[nregno][rld[r].mode];
6551
6552           while (--nr >= 0)
6553             SET_REGNO_REG_SET (&reg_has_output_reload,
6554                                nregno + nr);
6555
6556           if (i >= 0)
6557             {
6558               nr = hard_regno_nregs[i][rld[r].mode];
6559               while (--nr >= 0)
6560                 SET_HARD_REG_BIT (reg_is_output_reload, i + nr);
6561             }
6562
6563           gcc_assert (rld[r].when_needed == RELOAD_OTHER
6564                       || rld[r].when_needed == RELOAD_FOR_OUTPUT
6565                       || rld[r].when_needed == RELOAD_FOR_INSN);
6566         }
6567     }
6568 }
6569
6570 /* Deallocate the reload register for reload R.  This is called from
6571    remove_address_replacements.  */
6572
6573 void
6574 deallocate_reload_reg (int r)
6575 {
6576   int regno;
6577
6578   if (! rld[r].reg_rtx)
6579     return;
6580   regno = true_regnum (rld[r].reg_rtx);
6581   rld[r].reg_rtx = 0;
6582   if (spill_reg_order[regno] >= 0)
6583     clear_reload_reg_in_use (regno, rld[r].opnum, rld[r].when_needed,
6584                              rld[r].mode);
6585   reload_spill_index[r] = -1;
6586 }
6587 \f
6588 /* If SMALL_REGISTER_CLASSES is nonzero, we may not have merged two
6589    reloads of the same item for fear that we might not have enough reload
6590    registers. However, normally they will get the same reload register
6591    and hence actually need not be loaded twice.
6592
6593    Here we check for the most common case of this phenomenon: when we have
6594    a number of reloads for the same object, each of which were allocated
6595    the same reload_reg_rtx, that reload_reg_rtx is not used for any other
6596    reload, and is not modified in the insn itself.  If we find such,
6597    merge all the reloads and set the resulting reload to RELOAD_OTHER.
6598    This will not increase the number of spill registers needed and will
6599    prevent redundant code.  */
6600
6601 static void
6602 merge_assigned_reloads (rtx insn)
6603 {
6604   int i, j;
6605
6606   /* Scan all the reloads looking for ones that only load values and
6607      are not already RELOAD_OTHER and ones whose reload_reg_rtx are
6608      assigned and not modified by INSN.  */
6609
6610   for (i = 0; i < n_reloads; i++)
6611     {
6612       int conflicting_input = 0;
6613       int max_input_address_opnum = -1;
6614       int min_conflicting_input_opnum = MAX_RECOG_OPERANDS;
6615
6616       if (rld[i].in == 0 || rld[i].when_needed == RELOAD_OTHER
6617           || rld[i].out != 0 || rld[i].reg_rtx == 0
6618           || reg_set_p (rld[i].reg_rtx, insn))
6619         continue;
6620
6621       /* Look at all other reloads.  Ensure that the only use of this
6622          reload_reg_rtx is in a reload that just loads the same value
6623          as we do.  Note that any secondary reloads must be of the identical
6624          class since the values, modes, and result registers are the
6625          same, so we need not do anything with any secondary reloads.  */
6626
6627       for (j = 0; j < n_reloads; j++)
6628         {
6629           if (i == j || rld[j].reg_rtx == 0
6630               || ! reg_overlap_mentioned_p (rld[j].reg_rtx,
6631                                             rld[i].reg_rtx))
6632             continue;
6633
6634           if (rld[j].when_needed == RELOAD_FOR_INPUT_ADDRESS
6635               && rld[j].opnum > max_input_address_opnum)
6636             max_input_address_opnum = rld[j].opnum;
6637
6638           /* If the reload regs aren't exactly the same (e.g, different modes)
6639              or if the values are different, we can't merge this reload.
6640              But if it is an input reload, we might still merge
6641              RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS reloads.  */
6642
6643           if (! rtx_equal_p (rld[i].reg_rtx, rld[j].reg_rtx)
6644               || rld[j].out != 0 || rld[j].in == 0
6645               || ! rtx_equal_p (rld[i].in, rld[j].in))
6646             {
6647               if (rld[j].when_needed != RELOAD_FOR_INPUT
6648                   || ((rld[i].when_needed != RELOAD_FOR_INPUT_ADDRESS
6649                        || rld[i].opnum > rld[j].opnum)
6650                       && rld[i].when_needed != RELOAD_FOR_OTHER_ADDRESS))
6651                 break;
6652               conflicting_input = 1;
6653               if (min_conflicting_input_opnum > rld[j].opnum)
6654                 min_conflicting_input_opnum = rld[j].opnum;
6655             }
6656         }
6657
6658       /* If all is OK, merge the reloads.  Only set this to RELOAD_OTHER if
6659          we, in fact, found any matching reloads.  */
6660
6661       if (j == n_reloads
6662           && max_input_address_opnum <= min_conflicting_input_opnum)
6663         {
6664           gcc_assert (rld[i].when_needed != RELOAD_FOR_OUTPUT);
6665
6666           for (j = 0; j < n_reloads; j++)
6667             if (i != j && rld[j].reg_rtx != 0
6668                 && rtx_equal_p (rld[i].reg_rtx, rld[j].reg_rtx)
6669                 && (! conflicting_input
6670                     || rld[j].when_needed == RELOAD_FOR_INPUT_ADDRESS
6671                     || rld[j].when_needed == RELOAD_FOR_OTHER_ADDRESS))
6672               {
6673                 rld[i].when_needed = RELOAD_OTHER;
6674                 rld[j].in = 0;
6675                 reload_spill_index[j] = -1;
6676                 transfer_replacements (i, j);
6677               }
6678
6679           /* If this is now RELOAD_OTHER, look for any reloads that
6680              load parts of this operand and set them to
6681              RELOAD_FOR_OTHER_ADDRESS if they were for inputs,
6682              RELOAD_OTHER for outputs.  Note that this test is
6683              equivalent to looking for reloads for this operand
6684              number.
6685
6686              We must take special care with RELOAD_FOR_OUTPUT_ADDRESS;
6687              it may share registers with a RELOAD_FOR_INPUT, so we can
6688              not change it to RELOAD_FOR_OTHER_ADDRESS.  We should
6689              never need to, since we do not modify RELOAD_FOR_OUTPUT.
6690
6691              It is possible that the RELOAD_FOR_OPERAND_ADDRESS
6692              instruction is assigned the same register as the earlier
6693              RELOAD_FOR_OTHER_ADDRESS instruction.  Merging these two
6694              instructions will cause the RELOAD_FOR_OTHER_ADDRESS
6695              instruction to be deleted later on.  */
6696
6697           if (rld[i].when_needed == RELOAD_OTHER)
6698             for (j = 0; j < n_reloads; j++)
6699               if (rld[j].in != 0
6700                   && rld[j].when_needed != RELOAD_OTHER
6701                   && rld[j].when_needed != RELOAD_FOR_OTHER_ADDRESS
6702                   && rld[j].when_needed != RELOAD_FOR_OUTPUT_ADDRESS
6703                   && rld[j].when_needed != RELOAD_FOR_OPERAND_ADDRESS
6704                   && (! conflicting_input
6705                       || rld[j].when_needed == RELOAD_FOR_INPUT_ADDRESS
6706                       || rld[j].when_needed == RELOAD_FOR_INPADDR_ADDRESS)
6707                   && reg_overlap_mentioned_for_reload_p (rld[j].in,
6708                                                          rld[i].in))
6709                 {
6710                   int k;
6711
6712                   rld[j].when_needed
6713                     = ((rld[j].when_needed == RELOAD_FOR_INPUT_ADDRESS
6714                         || rld[j].when_needed == RELOAD_FOR_INPADDR_ADDRESS)
6715                        ? RELOAD_FOR_OTHER_ADDRESS : RELOAD_OTHER);
6716
6717                   /* Check to see if we accidentally converted two
6718                      reloads that use the same reload register with
6719                      different inputs to the same type.  If so, the
6720                      resulting code won't work.  */
6721                   if (rld[j].reg_rtx)
6722                     for (k = 0; k < j; k++)
6723                       gcc_assert (rld[k].in == 0 || rld[k].reg_rtx == 0
6724                                   || rld[k].when_needed != rld[j].when_needed
6725                                   || !rtx_equal_p (rld[k].reg_rtx,
6726                                                    rld[j].reg_rtx)
6727                                   || rtx_equal_p (rld[k].in,
6728                                                   rld[j].in));
6729                 }
6730         }
6731     }
6732 }
6733 \f
6734 /* These arrays are filled by emit_reload_insns and its subroutines.  */
6735 static rtx input_reload_insns[MAX_RECOG_OPERANDS];
6736 static rtx other_input_address_reload_insns = 0;
6737 static rtx other_input_reload_insns = 0;
6738 static rtx input_address_reload_insns[MAX_RECOG_OPERANDS];
6739 static rtx inpaddr_address_reload_insns[MAX_RECOG_OPERANDS];
6740 static rtx output_reload_insns[MAX_RECOG_OPERANDS];
6741 static rtx output_address_reload_insns[MAX_RECOG_OPERANDS];
6742 static rtx outaddr_address_reload_insns[MAX_RECOG_OPERANDS];
6743 static rtx operand_reload_insns = 0;
6744 static rtx other_operand_reload_insns = 0;
6745 static rtx other_output_reload_insns[MAX_RECOG_OPERANDS];
6746
6747 /* Values to be put in spill_reg_store are put here first.  */
6748 static rtx new_spill_reg_store[FIRST_PSEUDO_REGISTER];
6749 static HARD_REG_SET reg_reloaded_died;
6750
6751 /* Check if *RELOAD_REG is suitable as an intermediate or scratch register
6752    of class NEW_CLASS with mode NEW_MODE.  Or alternatively, if alt_reload_reg
6753    is nonzero, if that is suitable.  On success, change *RELOAD_REG to the
6754    adjusted register, and return true.  Otherwise, return false.  */
6755 static bool
6756 reload_adjust_reg_for_temp (rtx *reload_reg, rtx alt_reload_reg,
6757                             enum reg_class new_class,
6758                             enum machine_mode new_mode)
6759
6760 {
6761   rtx reg;
6762
6763   for (reg = *reload_reg; reg; reg = alt_reload_reg, alt_reload_reg = 0)
6764     {
6765       unsigned regno = REGNO (reg);
6766
6767       if (!TEST_HARD_REG_BIT (reg_class_contents[(int) new_class], regno))
6768         continue;
6769       if (GET_MODE (reg) != new_mode)
6770         {
6771           if (!HARD_REGNO_MODE_OK (regno, new_mode))
6772             continue;
6773           if (hard_regno_nregs[regno][new_mode]
6774               > hard_regno_nregs[regno][GET_MODE (reg)])
6775             continue;
6776           reg = reload_adjust_reg_for_mode (reg, new_mode);
6777         }
6778       *reload_reg = reg;
6779       return true;
6780     }
6781   return false;
6782 }
6783
6784 /* Check if *RELOAD_REG is suitable as a scratch register for the reload
6785    pattern with insn_code ICODE, or alternatively, if alt_reload_reg is
6786    nonzero, if that is suitable.  On success, change *RELOAD_REG to the
6787    adjusted register, and return true.  Otherwise, return false.  */
6788 static bool
6789 reload_adjust_reg_for_icode (rtx *reload_reg, rtx alt_reload_reg,
6790                              enum insn_code icode)
6791
6792 {
6793   enum reg_class new_class = scratch_reload_class (icode);
6794   enum machine_mode new_mode = insn_data[(int) icode].operand[2].mode;
6795
6796   return reload_adjust_reg_for_temp (reload_reg, alt_reload_reg,
6797                                      new_class, new_mode);
6798 }
6799
6800 /* Generate insns to perform reload RL, which is for the insn in CHAIN and
6801    has the number J.  OLD contains the value to be used as input.  */
6802
6803 static void
6804 emit_input_reload_insns (struct insn_chain *chain, struct reload *rl,
6805                          rtx old, int j)
6806 {
6807   rtx insn = chain->insn;
6808   rtx reloadreg;
6809   rtx oldequiv_reg = 0;
6810   rtx oldequiv = 0;
6811   int special = 0;
6812   enum machine_mode mode;
6813   rtx *where;
6814
6815   /* delete_output_reload is only invoked properly if old contains
6816      the original pseudo register.  Since this is replaced with a
6817      hard reg when RELOAD_OVERRIDE_IN is set, see if we can
6818      find the pseudo in RELOAD_IN_REG.  */
6819   if (reload_override_in[j]
6820       && REG_P (rl->in_reg))
6821     {
6822       oldequiv = old;
6823       old = rl->in_reg;
6824     }
6825   if (oldequiv == 0)
6826     oldequiv = old;
6827   else if (REG_P (oldequiv))
6828     oldequiv_reg = oldequiv;
6829   else if (GET_CODE (oldequiv) == SUBREG)
6830     oldequiv_reg = SUBREG_REG (oldequiv);
6831
6832   reloadreg = reload_reg_rtx_for_input[j];
6833   mode = GET_MODE (reloadreg);
6834
6835   /* If we are reloading from a register that was recently stored in
6836      with an output-reload, see if we can prove there was
6837      actually no need to store the old value in it.  */
6838
6839   if (optimize && REG_P (oldequiv)
6840       && REGNO (oldequiv) < FIRST_PSEUDO_REGISTER
6841       && spill_reg_store[REGNO (oldequiv)]
6842       && REG_P (old)
6843       && (dead_or_set_p (insn, spill_reg_stored_to[REGNO (oldequiv)])
6844           || rtx_equal_p (spill_reg_stored_to[REGNO (oldequiv)],
6845                           rl->out_reg)))
6846     delete_output_reload (insn, j, REGNO (oldequiv), reloadreg);
6847
6848   /* Encapsulate OLDEQUIV into the reload mode, then load RELOADREG from
6849      OLDEQUIV.  */
6850
6851   while (GET_CODE (oldequiv) == SUBREG && GET_MODE (oldequiv) != mode)
6852     oldequiv = SUBREG_REG (oldequiv);
6853   if (GET_MODE (oldequiv) != VOIDmode
6854       && mode != GET_MODE (oldequiv))
6855     oldequiv = gen_lowpart_SUBREG (mode, oldequiv);
6856
6857   /* Switch to the right place to emit the reload insns.  */
6858   switch (rl->when_needed)
6859     {
6860     case RELOAD_OTHER:
6861       where = &other_input_reload_insns;
6862       break;
6863     case RELOAD_FOR_INPUT:
6864       where = &input_reload_insns[rl->opnum];
6865       break;
6866     case RELOAD_FOR_INPUT_ADDRESS:
6867       where = &input_address_reload_insns[rl->opnum];
6868       break;
6869     case RELOAD_FOR_INPADDR_ADDRESS:
6870       where = &inpaddr_address_reload_insns[rl->opnum];
6871       break;
6872     case RELOAD_FOR_OUTPUT_ADDRESS:
6873       where = &output_address_reload_insns[rl->opnum];
6874       break;
6875     case RELOAD_FOR_OUTADDR_ADDRESS:
6876       where = &outaddr_address_reload_insns[rl->opnum];
6877       break;
6878     case RELOAD_FOR_OPERAND_ADDRESS:
6879       where = &operand_reload_insns;
6880       break;
6881     case RELOAD_FOR_OPADDR_ADDR:
6882       where = &other_operand_reload_insns;
6883       break;
6884     case RELOAD_FOR_OTHER_ADDRESS:
6885       where = &other_input_address_reload_insns;
6886       break;
6887     default:
6888       gcc_unreachable ();
6889     }
6890
6891   push_to_sequence (*where);
6892
6893   /* Auto-increment addresses must be reloaded in a special way.  */
6894   if (rl->out && ! rl->out_reg)
6895     {
6896       /* We are not going to bother supporting the case where a
6897          incremented register can't be copied directly from
6898          OLDEQUIV since this seems highly unlikely.  */
6899       gcc_assert (rl->secondary_in_reload < 0);
6900
6901       if (reload_inherited[j])
6902         oldequiv = reloadreg;
6903
6904       old = XEXP (rl->in_reg, 0);
6905
6906       if (optimize && REG_P (oldequiv)
6907           && REGNO (oldequiv) < FIRST_PSEUDO_REGISTER
6908           && spill_reg_store[REGNO (oldequiv)]
6909           && REG_P (old)
6910           && (dead_or_set_p (insn,
6911                              spill_reg_stored_to[REGNO (oldequiv)])
6912               || rtx_equal_p (spill_reg_stored_to[REGNO (oldequiv)],
6913                               old)))
6914         delete_output_reload (insn, j, REGNO (oldequiv), reloadreg);
6915
6916       /* Prevent normal processing of this reload.  */
6917       special = 1;
6918       /* Output a special code sequence for this case.  */
6919       new_spill_reg_store[REGNO (reloadreg)]
6920         = inc_for_reload (reloadreg, oldequiv, rl->out,
6921                           rl->inc);
6922     }
6923
6924   /* If we are reloading a pseudo-register that was set by the previous
6925      insn, see if we can get rid of that pseudo-register entirely
6926      by redirecting the previous insn into our reload register.  */
6927
6928   else if (optimize && REG_P (old)
6929            && REGNO (old) >= FIRST_PSEUDO_REGISTER
6930            && dead_or_set_p (insn, old)
6931            /* This is unsafe if some other reload
6932               uses the same reg first.  */
6933            && ! conflicts_with_override (reloadreg)
6934            && free_for_value_p (REGNO (reloadreg), rl->mode, rl->opnum,
6935                                 rl->when_needed, old, rl->out, j, 0))
6936     {
6937       rtx temp = PREV_INSN (insn);
6938       while (temp && NOTE_P (temp))
6939         temp = PREV_INSN (temp);
6940       if (temp
6941           && NONJUMP_INSN_P (temp)
6942           && GET_CODE (PATTERN (temp)) == SET
6943           && SET_DEST (PATTERN (temp)) == old
6944           /* Make sure we can access insn_operand_constraint.  */
6945           && asm_noperands (PATTERN (temp)) < 0
6946           /* This is unsafe if operand occurs more than once in current
6947              insn.  Perhaps some occurrences aren't reloaded.  */
6948           && count_occurrences (PATTERN (insn), old, 0) == 1)
6949         {
6950           rtx old = SET_DEST (PATTERN (temp));
6951           /* Store into the reload register instead of the pseudo.  */
6952           SET_DEST (PATTERN (temp)) = reloadreg;
6953
6954           /* Verify that resulting insn is valid.  */
6955           extract_insn (temp);
6956           if (constrain_operands (1))
6957             {
6958               /* If the previous insn is an output reload, the source is
6959                  a reload register, and its spill_reg_store entry will
6960                  contain the previous destination.  This is now
6961                  invalid.  */
6962               if (REG_P (SET_SRC (PATTERN (temp)))
6963                   && REGNO (SET_SRC (PATTERN (temp))) < FIRST_PSEUDO_REGISTER)
6964                 {
6965                   spill_reg_store[REGNO (SET_SRC (PATTERN (temp)))] = 0;
6966                   spill_reg_stored_to[REGNO (SET_SRC (PATTERN (temp)))] = 0;
6967                 }
6968
6969               /* If these are the only uses of the pseudo reg,
6970                  pretend for GDB it lives in the reload reg we used.  */
6971               if (REG_N_DEATHS (REGNO (old)) == 1
6972                   && REG_N_SETS (REGNO (old)) == 1)
6973                 {
6974                   reg_renumber[REGNO (old)] = REGNO (reloadreg);
6975                   if (ira_conflicts_p)
6976                     /* Inform IRA about the change.  */
6977                     ira_mark_allocation_change (REGNO (old));
6978                   alter_reg (REGNO (old), -1, false);
6979                 }
6980               special = 1;
6981             }
6982           else
6983             {
6984               SET_DEST (PATTERN (temp)) = old;
6985             }
6986         }
6987     }
6988
6989   /* We can't do that, so output an insn to load RELOADREG.  */
6990
6991   /* If we have a secondary reload, pick up the secondary register
6992      and icode, if any.  If OLDEQUIV and OLD are different or
6993      if this is an in-out reload, recompute whether or not we
6994      still need a secondary register and what the icode should
6995      be.  If we still need a secondary register and the class or
6996      icode is different, go back to reloading from OLD if using
6997      OLDEQUIV means that we got the wrong type of register.  We
6998      cannot have different class or icode due to an in-out reload
6999      because we don't make such reloads when both the input and
7000      output need secondary reload registers.  */
7001
7002   if (! special && rl->secondary_in_reload >= 0)
7003     {
7004       rtx second_reload_reg = 0;
7005       rtx third_reload_reg = 0;
7006       int secondary_reload = rl->secondary_in_reload;
7007       rtx real_oldequiv = oldequiv;
7008       rtx real_old = old;
7009       rtx tmp;
7010       enum insn_code icode;
7011       enum insn_code tertiary_icode = CODE_FOR_nothing;
7012
7013       /* If OLDEQUIV is a pseudo with a MEM, get the real MEM
7014          and similarly for OLD.
7015          See comments in get_secondary_reload in reload.c.  */
7016       /* If it is a pseudo that cannot be replaced with its
7017          equivalent MEM, we must fall back to reload_in, which
7018          will have all the necessary substitutions registered.
7019          Likewise for a pseudo that can't be replaced with its
7020          equivalent constant.
7021
7022          Take extra care for subregs of such pseudos.  Note that
7023          we cannot use reg_equiv_mem in this case because it is
7024          not in the right mode.  */
7025
7026       tmp = oldequiv;
7027       if (GET_CODE (tmp) == SUBREG)
7028         tmp = SUBREG_REG (tmp);
7029       if (REG_P (tmp)
7030           && REGNO (tmp) >= FIRST_PSEUDO_REGISTER
7031           && (reg_equiv_memory_loc[REGNO (tmp)] != 0
7032               || reg_equiv_constant[REGNO (tmp)] != 0))
7033         {
7034           if (! reg_equiv_mem[REGNO (tmp)]
7035               || num_not_at_initial_offset
7036               || GET_CODE (oldequiv) == SUBREG)
7037             real_oldequiv = rl->in;
7038           else
7039             real_oldequiv = reg_equiv_mem[REGNO (tmp)];
7040         }
7041
7042       tmp = old;
7043       if (GET_CODE (tmp) == SUBREG)
7044         tmp = SUBREG_REG (tmp);
7045       if (REG_P (tmp)
7046           && REGNO (tmp) >= FIRST_PSEUDO_REGISTER
7047           && (reg_equiv_memory_loc[REGNO (tmp)] != 0
7048               || reg_equiv_constant[REGNO (tmp)] != 0))
7049         {
7050           if (! reg_equiv_mem[REGNO (tmp)]
7051               || num_not_at_initial_offset
7052               || GET_CODE (old) == SUBREG)
7053             real_old = rl->in;
7054           else
7055             real_old = reg_equiv_mem[REGNO (tmp)];
7056         }
7057
7058       second_reload_reg = rld[secondary_reload].reg_rtx;
7059       if (rld[secondary_reload].secondary_in_reload >= 0)
7060         {
7061           int tertiary_reload = rld[secondary_reload].secondary_in_reload;
7062
7063           third_reload_reg = rld[tertiary_reload].reg_rtx;
7064           tertiary_icode = rld[secondary_reload].secondary_in_icode;
7065           /* We'd have to add more code for quartary reloads.  */
7066           gcc_assert (rld[tertiary_reload].secondary_in_reload < 0);
7067         }
7068       icode = rl->secondary_in_icode;
7069
7070       if ((old != oldequiv && ! rtx_equal_p (old, oldequiv))
7071           || (rl->in != 0 && rl->out != 0))
7072         {
7073           secondary_reload_info sri, sri2;
7074           enum reg_class new_class, new_t_class;
7075
7076           sri.icode = CODE_FOR_nothing;
7077           sri.prev_sri = NULL;
7078           new_class = targetm.secondary_reload (1, real_oldequiv, rl->rclass,
7079                                                 mode, &sri);
7080
7081           if (new_class == NO_REGS && sri.icode == CODE_FOR_nothing)
7082             second_reload_reg = 0;
7083           else if (new_class == NO_REGS)
7084             {
7085               if (reload_adjust_reg_for_icode (&second_reload_reg,
7086                                                third_reload_reg,
7087                                                (enum insn_code) sri.icode))
7088                 {
7089                   icode = (enum insn_code) sri.icode;
7090                   third_reload_reg = 0;
7091                 }
7092               else
7093                 {
7094                   oldequiv = old;
7095                   real_oldequiv = real_old;
7096                 }
7097             }
7098           else if (sri.icode != CODE_FOR_nothing)
7099             /* We currently lack a way to express this in reloads.  */
7100             gcc_unreachable ();
7101           else
7102             {
7103               sri2.icode = CODE_FOR_nothing;
7104               sri2.prev_sri = &sri;
7105               new_t_class = targetm.secondary_reload (1, real_oldequiv,
7106                                                       new_class, mode, &sri);
7107               if (new_t_class == NO_REGS && sri2.icode == CODE_FOR_nothing)
7108                 {
7109                   if (reload_adjust_reg_for_temp (&second_reload_reg,
7110                                                   third_reload_reg,
7111                                                   new_class, mode))
7112                     {
7113                       third_reload_reg = 0;
7114                       tertiary_icode = (enum insn_code) sri2.icode;
7115                     }
7116                   else
7117                     {
7118                       oldequiv = old;
7119                       real_oldequiv = real_old;
7120                     }
7121                 }
7122               else if (new_t_class == NO_REGS && sri2.icode != CODE_FOR_nothing)
7123                 {
7124                   rtx intermediate = second_reload_reg;
7125
7126                   if (reload_adjust_reg_for_temp (&intermediate, NULL,
7127                                                   new_class, mode)
7128                       && reload_adjust_reg_for_icode (&third_reload_reg, NULL,
7129                                                       ((enum insn_code)
7130                                                        sri2.icode)))
7131                     {
7132                       second_reload_reg = intermediate;
7133                       tertiary_icode = (enum insn_code) sri2.icode;
7134                     }
7135                   else
7136                     {
7137                       oldequiv = old;
7138                       real_oldequiv = real_old;
7139                     }
7140                 }
7141               else if (new_t_class != NO_REGS && sri2.icode == CODE_FOR_nothing)
7142                 {
7143                   rtx intermediate = second_reload_reg;
7144
7145                   if (reload_adjust_reg_for_temp (&intermediate, NULL,
7146                                                   new_class, mode)
7147                       && reload_adjust_reg_for_temp (&third_reload_reg, NULL,
7148                                                       new_t_class, mode))
7149                     {
7150                       second_reload_reg = intermediate;
7151                       tertiary_icode = (enum insn_code) sri2.icode;
7152                     }
7153                   else
7154                     {
7155                       oldequiv = old;
7156                       real_oldequiv = real_old;
7157                     }
7158                 }
7159               else
7160                 {
7161                   /* This could be handled more intelligently too.  */
7162                   oldequiv = old;
7163                   real_oldequiv = real_old;
7164                 }
7165             }
7166         }
7167
7168       /* If we still need a secondary reload register, check
7169          to see if it is being used as a scratch or intermediate
7170          register and generate code appropriately.  If we need
7171          a scratch register, use REAL_OLDEQUIV since the form of
7172          the insn may depend on the actual address if it is
7173          a MEM.  */
7174
7175       if (second_reload_reg)
7176         {
7177           if (icode != CODE_FOR_nothing)
7178             {
7179               /* We'd have to add extra code to handle this case.  */
7180               gcc_assert (!third_reload_reg);
7181
7182               emit_insn (GEN_FCN (icode) (reloadreg, real_oldequiv,
7183                                           second_reload_reg));
7184               special = 1;
7185             }
7186           else
7187             {
7188               /* See if we need a scratch register to load the
7189                  intermediate register (a tertiary reload).  */
7190               if (tertiary_icode != CODE_FOR_nothing)
7191                 {
7192                   emit_insn ((GEN_FCN (tertiary_icode)
7193                               (second_reload_reg, real_oldequiv,
7194                                third_reload_reg)));
7195                 }
7196               else if (third_reload_reg)
7197                 {
7198                   gen_reload (third_reload_reg, real_oldequiv,
7199                               rl->opnum,
7200                               rl->when_needed);
7201                   gen_reload (second_reload_reg, third_reload_reg,
7202                               rl->opnum,
7203                               rl->when_needed);
7204                 }
7205               else
7206                 gen_reload (second_reload_reg, real_oldequiv,
7207                             rl->opnum,
7208                             rl->when_needed);
7209
7210               oldequiv = second_reload_reg;
7211             }
7212         }
7213     }
7214
7215   if (! special && ! rtx_equal_p (reloadreg, oldequiv))
7216     {
7217       rtx real_oldequiv = oldequiv;
7218
7219       if ((REG_P (oldequiv)
7220            && REGNO (oldequiv) >= FIRST_PSEUDO_REGISTER
7221            && (reg_equiv_memory_loc[REGNO (oldequiv)] != 0
7222                || reg_equiv_constant[REGNO (oldequiv)] != 0))
7223           || (GET_CODE (oldequiv) == SUBREG
7224               && REG_P (SUBREG_REG (oldequiv))
7225               && (REGNO (SUBREG_REG (oldequiv))
7226                   >= FIRST_PSEUDO_REGISTER)
7227               && ((reg_equiv_memory_loc
7228                    [REGNO (SUBREG_REG (oldequiv))] != 0)
7229                   || (reg_equiv_constant
7230                       [REGNO (SUBREG_REG (oldequiv))] != 0)))
7231           || (CONSTANT_P (oldequiv)
7232               && (PREFERRED_RELOAD_CLASS (oldequiv,
7233                                           REGNO_REG_CLASS (REGNO (reloadreg)))
7234                   == NO_REGS)))
7235         real_oldequiv = rl->in;
7236       gen_reload (reloadreg, real_oldequiv, rl->opnum,
7237                   rl->when_needed);
7238     }
7239
7240   if (flag_non_call_exceptions)
7241     copy_eh_notes (insn, get_insns ());
7242
7243   /* End this sequence.  */
7244   *where = get_insns ();
7245   end_sequence ();
7246
7247   /* Update reload_override_in so that delete_address_reloads_1
7248      can see the actual register usage.  */
7249   if (oldequiv_reg)
7250     reload_override_in[j] = oldequiv;
7251 }
7252
7253 /* Generate insns to for the output reload RL, which is for the insn described
7254    by CHAIN and has the number J.  */
7255 static void
7256 emit_output_reload_insns (struct insn_chain *chain, struct reload *rl,
7257                           int j)
7258 {
7259   rtx reloadreg;
7260   rtx insn = chain->insn;
7261   int special = 0;
7262   rtx old = rl->out;
7263   enum machine_mode mode;
7264   rtx p;
7265   rtx rl_reg_rtx;
7266
7267   if (rl->when_needed == RELOAD_OTHER)
7268     start_sequence ();
7269   else
7270     push_to_sequence (output_reload_insns[rl->opnum]);
7271
7272   rl_reg_rtx = reload_reg_rtx_for_output[j];
7273   mode = GET_MODE (rl_reg_rtx);
7274
7275   reloadreg = rl_reg_rtx;
7276
7277   /* If we need two reload regs, set RELOADREG to the intermediate
7278      one, since it will be stored into OLD.  We might need a secondary
7279      register only for an input reload, so check again here.  */
7280
7281   if (rl->secondary_out_reload >= 0)
7282     {
7283       rtx real_old = old;
7284       int secondary_reload = rl->secondary_out_reload;
7285       int tertiary_reload = rld[secondary_reload].secondary_out_reload;
7286
7287       if (REG_P (old) && REGNO (old) >= FIRST_PSEUDO_REGISTER
7288           && reg_equiv_mem[REGNO (old)] != 0)
7289         real_old = reg_equiv_mem[REGNO (old)];
7290
7291       if (secondary_reload_class (0, rl->rclass, mode, real_old) != NO_REGS)
7292         {
7293           rtx second_reloadreg = reloadreg;
7294           reloadreg = rld[secondary_reload].reg_rtx;
7295
7296           /* See if RELOADREG is to be used as a scratch register
7297              or as an intermediate register.  */
7298           if (rl->secondary_out_icode != CODE_FOR_nothing)
7299             {
7300               /* We'd have to add extra code to handle this case.  */
7301               gcc_assert (tertiary_reload < 0);
7302
7303               emit_insn ((GEN_FCN (rl->secondary_out_icode)
7304                           (real_old, second_reloadreg, reloadreg)));
7305               special = 1;
7306             }
7307           else
7308             {
7309               /* See if we need both a scratch and intermediate reload
7310                  register.  */
7311
7312               enum insn_code tertiary_icode
7313                 = rld[secondary_reload].secondary_out_icode;
7314
7315               /* We'd have to add more code for quartary reloads.  */
7316               gcc_assert (tertiary_reload < 0
7317                           || rld[tertiary_reload].secondary_out_reload < 0);
7318
7319               if (GET_MODE (reloadreg) != mode)
7320                 reloadreg = reload_adjust_reg_for_mode (reloadreg, mode);
7321
7322               if (tertiary_icode != CODE_FOR_nothing)
7323                 {
7324                   rtx third_reloadreg = rld[tertiary_reload].reg_rtx;
7325                   rtx tem;
7326
7327                   /* Copy primary reload reg to secondary reload reg.
7328                      (Note that these have been swapped above, then
7329                      secondary reload reg to OLD using our insn.)  */
7330
7331                   /* If REAL_OLD is a paradoxical SUBREG, remove it
7332                      and try to put the opposite SUBREG on
7333                      RELOADREG.  */
7334                   if (GET_CODE (real_old) == SUBREG
7335                       && (GET_MODE_SIZE (GET_MODE (real_old))
7336                           > GET_MODE_SIZE (GET_MODE (SUBREG_REG (real_old))))
7337                       && 0 != (tem = gen_lowpart_common
7338                                (GET_MODE (SUBREG_REG (real_old)),
7339                                 reloadreg)))
7340                     real_old = SUBREG_REG (real_old), reloadreg = tem;
7341
7342                   gen_reload (reloadreg, second_reloadreg,
7343                               rl->opnum, rl->when_needed);
7344                   emit_insn ((GEN_FCN (tertiary_icode)
7345                               (real_old, reloadreg, third_reloadreg)));
7346                   special = 1;
7347                 }
7348
7349               else
7350                 {
7351                   /* Copy between the reload regs here and then to
7352                      OUT later.  */
7353
7354                   gen_reload (reloadreg, second_reloadreg,
7355                               rl->opnum, rl->when_needed);
7356                   if (tertiary_reload >= 0)
7357                     {
7358                       rtx third_reloadreg = rld[tertiary_reload].reg_rtx;
7359
7360                       gen_reload (third_reloadreg, reloadreg,
7361                                   rl->opnum, rl->when_needed);
7362                       reloadreg = third_reloadreg;
7363                     }
7364                 }
7365             }
7366         }
7367     }
7368
7369   /* Output the last reload insn.  */
7370   if (! special)
7371     {
7372       rtx set;
7373
7374       /* Don't output the last reload if OLD is not the dest of
7375          INSN and is in the src and is clobbered by INSN.  */
7376       if (! flag_expensive_optimizations
7377           || !REG_P (old)
7378           || !(set = single_set (insn))
7379           || rtx_equal_p (old, SET_DEST (set))
7380           || !reg_mentioned_p (old, SET_SRC (set))
7381           || !((REGNO (old) < FIRST_PSEUDO_REGISTER)
7382                && regno_clobbered_p (REGNO (old), insn, rl->mode, 0)))
7383         gen_reload (old, reloadreg, rl->opnum,
7384                     rl->when_needed);
7385     }
7386
7387   /* Look at all insns we emitted, just to be safe.  */
7388   for (p = get_insns (); p; p = NEXT_INSN (p))
7389     if (INSN_P (p))
7390       {
7391         rtx pat = PATTERN (p);
7392
7393         /* If this output reload doesn't come from a spill reg,
7394            clear any memory of reloaded copies of the pseudo reg.
7395            If this output reload comes from a spill reg,
7396            reg_has_output_reload will make this do nothing.  */
7397         note_stores (pat, forget_old_reloads_1, NULL);
7398
7399         if (reg_mentioned_p (rl_reg_rtx, pat))
7400           {
7401             rtx set = single_set (insn);
7402             if (reload_spill_index[j] < 0
7403                 && set
7404                 && SET_SRC (set) == rl_reg_rtx)
7405               {
7406                 int src = REGNO (SET_SRC (set));
7407
7408                 reload_spill_index[j] = src;
7409                 SET_HARD_REG_BIT (reg_is_output_reload, src);
7410                 if (find_regno_note (insn, REG_DEAD, src))
7411                   SET_HARD_REG_BIT (reg_reloaded_died, src);
7412               }
7413             if (HARD_REGISTER_P (rl_reg_rtx))
7414               {
7415                 int s = rl->secondary_out_reload;
7416                 set = single_set (p);
7417                 /* If this reload copies only to the secondary reload
7418                    register, the secondary reload does the actual
7419                    store.  */
7420                 if (s >= 0 && set == NULL_RTX)
7421                   /* We can't tell what function the secondary reload
7422                      has and where the actual store to the pseudo is
7423                      made; leave new_spill_reg_store alone.  */
7424                   ;
7425                 else if (s >= 0
7426                          && SET_SRC (set) == rl_reg_rtx
7427                          && SET_DEST (set) == rld[s].reg_rtx)
7428                   {
7429                     /* Usually the next instruction will be the
7430                        secondary reload insn;  if we can confirm
7431                        that it is, setting new_spill_reg_store to
7432                        that insn will allow an extra optimization.  */
7433                     rtx s_reg = rld[s].reg_rtx;
7434                     rtx next = NEXT_INSN (p);
7435                     rld[s].out = rl->out;
7436                     rld[s].out_reg = rl->out_reg;
7437                     set = single_set (next);
7438                     if (set && SET_SRC (set) == s_reg
7439                         && ! new_spill_reg_store[REGNO (s_reg)])
7440                       {
7441                         SET_HARD_REG_BIT (reg_is_output_reload,
7442                                           REGNO (s_reg));
7443                         new_spill_reg_store[REGNO (s_reg)] = next;
7444                       }
7445                   }
7446                 else
7447                   new_spill_reg_store[REGNO (rl_reg_rtx)] = p;
7448               }
7449           }
7450       }
7451
7452   if (rl->when_needed == RELOAD_OTHER)
7453     {
7454       emit_insn (other_output_reload_insns[rl->opnum]);
7455       other_output_reload_insns[rl->opnum] = get_insns ();
7456     }
7457   else
7458     output_reload_insns[rl->opnum] = get_insns ();
7459
7460   if (flag_non_call_exceptions)
7461     copy_eh_notes (insn, get_insns ());
7462
7463   end_sequence ();
7464 }
7465
7466 /* Do input reloading for reload RL, which is for the insn described by CHAIN
7467    and has the number J.  */
7468 static void
7469 do_input_reload (struct insn_chain *chain, struct reload *rl, int j)
7470 {
7471   rtx insn = chain->insn;
7472   rtx old = (rl->in && MEM_P (rl->in)
7473              ? rl->in_reg : rl->in);
7474   rtx reg_rtx = rl->reg_rtx;
7475
7476   if (old && reg_rtx)
7477     {
7478       enum machine_mode mode;
7479
7480       /* Determine the mode to reload in.
7481          This is very tricky because we have three to choose from.
7482          There is the mode the insn operand wants (rl->inmode).
7483          There is the mode of the reload register RELOADREG.
7484          There is the intrinsic mode of the operand, which we could find
7485          by stripping some SUBREGs.
7486          It turns out that RELOADREG's mode is irrelevant:
7487          we can change that arbitrarily.
7488
7489          Consider (SUBREG:SI foo:QI) as an operand that must be SImode;
7490          then the reload reg may not support QImode moves, so use SImode.
7491          If foo is in memory due to spilling a pseudo reg, this is safe,
7492          because the QImode value is in the least significant part of a
7493          slot big enough for a SImode.  If foo is some other sort of
7494          memory reference, then it is impossible to reload this case,
7495          so previous passes had better make sure this never happens.
7496
7497          Then consider a one-word union which has SImode and one of its
7498          members is a float, being fetched as (SUBREG:SF union:SI).
7499          We must fetch that as SFmode because we could be loading into
7500          a float-only register.  In this case OLD's mode is correct.
7501
7502          Consider an immediate integer: it has VOIDmode.  Here we need
7503          to get a mode from something else.
7504
7505          In some cases, there is a fourth mode, the operand's
7506          containing mode.  If the insn specifies a containing mode for
7507          this operand, it overrides all others.
7508
7509          I am not sure whether the algorithm here is always right,
7510          but it does the right things in those cases.  */
7511
7512       mode = GET_MODE (old);
7513       if (mode == VOIDmode)
7514         mode = rl->inmode;
7515
7516       /* We cannot use gen_lowpart_common since it can do the wrong thing
7517          when REG_RTX has a multi-word mode.  Note that REG_RTX must
7518          always be a REG here.  */
7519       if (GET_MODE (reg_rtx) != mode)
7520         reg_rtx = reload_adjust_reg_for_mode (reg_rtx, mode);
7521     }
7522   reload_reg_rtx_for_input[j] = reg_rtx;
7523
7524   if (old != 0
7525       /* AUTO_INC reloads need to be handled even if inherited.  We got an
7526          AUTO_INC reload if reload_out is set but reload_out_reg isn't.  */
7527       && (! reload_inherited[j] || (rl->out && ! rl->out_reg))
7528       && ! rtx_equal_p (reg_rtx, old)
7529       && reg_rtx != 0)
7530     emit_input_reload_insns (chain, rld + j, old, j);
7531
7532   /* When inheriting a wider reload, we have a MEM in rl->in,
7533      e.g. inheriting a SImode output reload for
7534      (mem:HI (plus:SI (reg:SI 14 fp) (const_int 10)))  */
7535   if (optimize && reload_inherited[j] && rl->in
7536       && MEM_P (rl->in)
7537       && MEM_P (rl->in_reg)
7538       && reload_spill_index[j] >= 0
7539       && TEST_HARD_REG_BIT (reg_reloaded_valid, reload_spill_index[j]))
7540     rl->in = regno_reg_rtx[reg_reloaded_contents[reload_spill_index[j]]];
7541
7542   /* If we are reloading a register that was recently stored in with an
7543      output-reload, see if we can prove there was
7544      actually no need to store the old value in it.  */
7545
7546   if (optimize
7547       && (reload_inherited[j] || reload_override_in[j])
7548       && reg_rtx
7549       && REG_P (reg_rtx)
7550       && spill_reg_store[REGNO (reg_rtx)] != 0
7551 #if 0
7552       /* There doesn't seem to be any reason to restrict this to pseudos
7553          and doing so loses in the case where we are copying from a
7554          register of the wrong class.  */
7555       && !HARD_REGISTER_P (spill_reg_stored_to[REGNO (reg_rtx)])
7556 #endif
7557       /* The insn might have already some references to stackslots
7558          replaced by MEMs, while reload_out_reg still names the
7559          original pseudo.  */
7560       && (dead_or_set_p (insn, spill_reg_stored_to[REGNO (reg_rtx)])
7561           || rtx_equal_p (spill_reg_stored_to[REGNO (reg_rtx)], rl->out_reg)))
7562     delete_output_reload (insn, j, REGNO (reg_rtx), reg_rtx);
7563 }
7564
7565 /* Do output reloading for reload RL, which is for the insn described by
7566    CHAIN and has the number J.
7567    ??? At some point we need to support handling output reloads of
7568    JUMP_INSNs or insns that set cc0.  */
7569 static void
7570 do_output_reload (struct insn_chain *chain, struct reload *rl, int j)
7571 {
7572   rtx note, old;
7573   rtx insn = chain->insn;
7574   /* If this is an output reload that stores something that is
7575      not loaded in this same reload, see if we can eliminate a previous
7576      store.  */
7577   rtx pseudo = rl->out_reg;
7578   rtx reg_rtx = rl->reg_rtx;
7579
7580   if (rl->out && reg_rtx)
7581     {
7582       enum machine_mode mode;
7583
7584       /* Determine the mode to reload in.
7585          See comments above (for input reloading).  */
7586       mode = GET_MODE (rl->out);
7587       if (mode == VOIDmode)
7588         {
7589           /* VOIDmode should never happen for an output.  */
7590           if (asm_noperands (PATTERN (insn)) < 0)
7591             /* It's the compiler's fault.  */
7592             fatal_insn ("VOIDmode on an output", insn);
7593           error_for_asm (insn, "output operand is constant in %<asm%>");
7594           /* Prevent crash--use something we know is valid.  */
7595           mode = word_mode;
7596           rl->out = gen_rtx_REG (mode, REGNO (reg_rtx));
7597         }
7598       if (GET_MODE (reg_rtx) != mode)
7599         reg_rtx = reload_adjust_reg_for_mode (reg_rtx, mode);
7600     }
7601   reload_reg_rtx_for_output[j] = reg_rtx;
7602
7603   if (pseudo
7604       && optimize
7605       && REG_P (pseudo)
7606       && ! rtx_equal_p (rl->in_reg, pseudo)
7607       && REGNO (pseudo) >= FIRST_PSEUDO_REGISTER
7608       && reg_last_reload_reg[REGNO (pseudo)])
7609     {
7610       int pseudo_no = REGNO (pseudo);
7611       int last_regno = REGNO (reg_last_reload_reg[pseudo_no]);
7612
7613       /* We don't need to test full validity of last_regno for
7614          inherit here; we only want to know if the store actually
7615          matches the pseudo.  */
7616       if (TEST_HARD_REG_BIT (reg_reloaded_valid, last_regno)
7617           && reg_reloaded_contents[last_regno] == pseudo_no
7618           && spill_reg_store[last_regno]
7619           && rtx_equal_p (pseudo, spill_reg_stored_to[last_regno]))
7620         delete_output_reload (insn, j, last_regno, reg_rtx);
7621     }
7622
7623   old = rl->out_reg;
7624   if (old == 0
7625       || reg_rtx == 0
7626       || rtx_equal_p (old, reg_rtx))
7627     return;
7628
7629   /* An output operand that dies right away does need a reload,
7630      but need not be copied from it.  Show the new location in the
7631      REG_UNUSED note.  */
7632   if ((REG_P (old) || GET_CODE (old) == SCRATCH)
7633       && (note = find_reg_note (insn, REG_UNUSED, old)) != 0)
7634     {
7635       XEXP (note, 0) = reg_rtx;
7636       return;
7637     }
7638   /* Likewise for a SUBREG of an operand that dies.  */
7639   else if (GET_CODE (old) == SUBREG
7640            && REG_P (SUBREG_REG (old))
7641            && 0 != (note = find_reg_note (insn, REG_UNUSED,
7642                                           SUBREG_REG (old))))
7643     {
7644       XEXP (note, 0) = gen_lowpart_common (GET_MODE (old), reg_rtx);
7645       return;
7646     }
7647   else if (GET_CODE (old) == SCRATCH)
7648     /* If we aren't optimizing, there won't be a REG_UNUSED note,
7649        but we don't want to make an output reload.  */
7650     return;
7651
7652   /* If is a JUMP_INSN, we can't support output reloads yet.  */
7653   gcc_assert (NONJUMP_INSN_P (insn));
7654
7655   emit_output_reload_insns (chain, rld + j, j);
7656 }
7657
7658 /* A reload copies values of MODE from register SRC to register DEST.
7659    Return true if it can be treated for inheritance purposes like a
7660    group of reloads, each one reloading a single hard register.  The
7661    caller has already checked that (reg:MODE SRC) and (reg:MODE DEST)
7662    occupy the same number of hard registers.  */
7663
7664 static bool
7665 inherit_piecemeal_p (int dest ATTRIBUTE_UNUSED,
7666                      int src ATTRIBUTE_UNUSED,
7667                      enum machine_mode mode ATTRIBUTE_UNUSED)
7668 {
7669 #ifdef CANNOT_CHANGE_MODE_CLASS
7670   return (!REG_CANNOT_CHANGE_MODE_P (dest, mode, reg_raw_mode[dest])
7671           && !REG_CANNOT_CHANGE_MODE_P (src, mode, reg_raw_mode[src]));
7672 #else
7673   return true;
7674 #endif
7675 }
7676
7677 /* Output insns to reload values in and out of the chosen reload regs.  */
7678
7679 static void
7680 emit_reload_insns (struct insn_chain *chain)
7681 {
7682   rtx insn = chain->insn;
7683
7684   int j;
7685
7686   CLEAR_HARD_REG_SET (reg_reloaded_died);
7687
7688   for (j = 0; j < reload_n_operands; j++)
7689     input_reload_insns[j] = input_address_reload_insns[j]
7690       = inpaddr_address_reload_insns[j]
7691       = output_reload_insns[j] = output_address_reload_insns[j]
7692       = outaddr_address_reload_insns[j]
7693       = other_output_reload_insns[j] = 0;
7694   other_input_address_reload_insns = 0;
7695   other_input_reload_insns = 0;
7696   operand_reload_insns = 0;
7697   other_operand_reload_insns = 0;
7698
7699   /* Dump reloads into the dump file.  */
7700   if (dump_file)
7701     {
7702       fprintf (dump_file, "\nReloads for insn # %d\n", INSN_UID (insn));
7703       debug_reload_to_stream (dump_file);
7704     }
7705
7706   /* Now output the instructions to copy the data into and out of the
7707      reload registers.  Do these in the order that the reloads were reported,
7708      since reloads of base and index registers precede reloads of operands
7709      and the operands may need the base and index registers reloaded.  */
7710
7711   for (j = 0; j < n_reloads; j++)
7712     {
7713       if (rld[j].reg_rtx && HARD_REGISTER_P (rld[j].reg_rtx))
7714         {
7715           unsigned int i;
7716
7717           for (i = REGNO (rld[j].reg_rtx); i < END_REGNO (rld[j].reg_rtx); i++)
7718             new_spill_reg_store[i] = 0;
7719         }
7720
7721       do_input_reload (chain, rld + j, j);
7722       do_output_reload (chain, rld + j, j);
7723     }
7724
7725   /* Now write all the insns we made for reloads in the order expected by
7726      the allocation functions.  Prior to the insn being reloaded, we write
7727      the following reloads:
7728
7729      RELOAD_FOR_OTHER_ADDRESS reloads for input addresses.
7730
7731      RELOAD_OTHER reloads.
7732
7733      For each operand, any RELOAD_FOR_INPADDR_ADDRESS reloads followed
7734      by any RELOAD_FOR_INPUT_ADDRESS reloads followed by the
7735      RELOAD_FOR_INPUT reload for the operand.
7736
7737      RELOAD_FOR_OPADDR_ADDRS reloads.
7738
7739      RELOAD_FOR_OPERAND_ADDRESS reloads.
7740
7741      After the insn being reloaded, we write the following:
7742
7743      For each operand, any RELOAD_FOR_OUTADDR_ADDRESS reloads followed
7744      by any RELOAD_FOR_OUTPUT_ADDRESS reload followed by the
7745      RELOAD_FOR_OUTPUT reload, followed by any RELOAD_OTHER output
7746      reloads for the operand.  The RELOAD_OTHER output reloads are
7747      output in descending order by reload number.  */
7748
7749   emit_insn_before (other_input_address_reload_insns, insn);
7750   emit_insn_before (other_input_reload_insns, insn);
7751
7752   for (j = 0; j < reload_n_operands; j++)
7753     {
7754       emit_insn_before (inpaddr_address_reload_insns[j], insn);
7755       emit_insn_before (input_address_reload_insns[j], insn);
7756       emit_insn_before (input_reload_insns[j], insn);
7757     }
7758
7759   emit_insn_before (other_operand_reload_insns, insn);
7760   emit_insn_before (operand_reload_insns, insn);
7761
7762   for (j = 0; j < reload_n_operands; j++)
7763     {
7764       rtx x = emit_insn_after (outaddr_address_reload_insns[j], insn);
7765       x = emit_insn_after (output_address_reload_insns[j], x);
7766       x = emit_insn_after (output_reload_insns[j], x);
7767       emit_insn_after (other_output_reload_insns[j], x);
7768     }
7769
7770   /* For all the spill regs newly reloaded in this instruction,
7771      record what they were reloaded from, so subsequent instructions
7772      can inherit the reloads.
7773
7774      Update spill_reg_store for the reloads of this insn.
7775      Copy the elements that were updated in the loop above.  */
7776
7777   for (j = 0; j < n_reloads; j++)
7778     {
7779       int r = reload_order[j];
7780       int i = reload_spill_index[r];
7781
7782       /* If this is a non-inherited input reload from a pseudo, we must
7783          clear any memory of a previous store to the same pseudo.  Only do
7784          something if there will not be an output reload for the pseudo
7785          being reloaded.  */
7786       if (rld[r].in_reg != 0
7787           && ! (reload_inherited[r] || reload_override_in[r]))
7788         {
7789           rtx reg = rld[r].in_reg;
7790
7791           if (GET_CODE (reg) == SUBREG)
7792             reg = SUBREG_REG (reg);
7793
7794           if (REG_P (reg)
7795               && REGNO (reg) >= FIRST_PSEUDO_REGISTER
7796               && !REGNO_REG_SET_P (&reg_has_output_reload, REGNO (reg)))
7797             {
7798               int nregno = REGNO (reg);
7799
7800               if (reg_last_reload_reg[nregno])
7801                 {
7802                   int last_regno = REGNO (reg_last_reload_reg[nregno]);
7803
7804                   if (reg_reloaded_contents[last_regno] == nregno)
7805                     spill_reg_store[last_regno] = 0;
7806                 }
7807             }
7808         }
7809
7810       /* I is nonneg if this reload used a register.
7811          If rld[r].reg_rtx is 0, this is an optional reload
7812          that we opted to ignore.  */
7813
7814       if (i >= 0 && rld[r].reg_rtx != 0)
7815         {
7816           int nr = hard_regno_nregs[i][GET_MODE (rld[r].reg_rtx)];
7817           int k;
7818
7819           /* For a multi register reload, we need to check if all or part
7820              of the value lives to the end.  */
7821           for (k = 0; k < nr; k++)
7822             if (reload_reg_reaches_end_p (i + k, rld[r].opnum,
7823                                           rld[r].when_needed))
7824               CLEAR_HARD_REG_BIT (reg_reloaded_valid, i + k);
7825
7826           /* Maybe the spill reg contains a copy of reload_out.  */
7827           if (rld[r].out != 0
7828               && (REG_P (rld[r].out)
7829 #ifdef AUTO_INC_DEC
7830                   || ! rld[r].out_reg
7831 #endif
7832                   || REG_P (rld[r].out_reg)))
7833             {
7834               rtx reg;
7835               enum machine_mode mode;
7836               int regno, nregs;
7837
7838               reg = reload_reg_rtx_for_output[r];
7839               mode = GET_MODE (reg);
7840               regno = REGNO (reg);
7841               nregs = hard_regno_nregs[regno][mode];
7842               if (reload_regs_reach_end_p (regno, nregs, rld[r].opnum,
7843                                            rld[r].when_needed))
7844                 {
7845                   rtx out = (REG_P (rld[r].out)
7846                              ? rld[r].out
7847                              : rld[r].out_reg
7848                              ? rld[r].out_reg
7849 /* AUTO_INC */               : XEXP (rld[r].in_reg, 0));
7850                   int out_regno = REGNO (out);
7851                   int out_nregs = (!HARD_REGISTER_NUM_P (out_regno) ? 1
7852                                    : hard_regno_nregs[out_regno][mode]);
7853                   bool piecemeal;
7854
7855                   spill_reg_store[regno] = new_spill_reg_store[regno];
7856                   spill_reg_stored_to[regno] = out;
7857                   reg_last_reload_reg[out_regno] = reg;
7858
7859                   piecemeal = (HARD_REGISTER_NUM_P (out_regno)
7860                                && nregs == out_nregs
7861                                && inherit_piecemeal_p (out_regno, regno, mode));
7862
7863                   /* If OUT_REGNO is a hard register, it may occupy more than
7864                      one register.  If it does, say what is in the
7865                      rest of the registers assuming that both registers
7866                      agree on how many words the object takes.  If not,
7867                      invalidate the subsequent registers.  */
7868
7869                   if (HARD_REGISTER_NUM_P (out_regno))
7870                     for (k = 1; k < out_nregs; k++)
7871                       reg_last_reload_reg[out_regno + k]
7872                         = (piecemeal ? regno_reg_rtx[regno + k] : 0);
7873
7874                   /* Now do the inverse operation.  */
7875                   for (k = 0; k < nregs; k++)
7876                     {
7877                       CLEAR_HARD_REG_BIT (reg_reloaded_dead, regno + k);
7878                       reg_reloaded_contents[regno + k]
7879                         = (!HARD_REGISTER_NUM_P (out_regno) || !piecemeal
7880                            ? out_regno
7881                            : out_regno + k);
7882                       reg_reloaded_insn[regno + k] = insn;
7883                       SET_HARD_REG_BIT (reg_reloaded_valid, regno + k);
7884                       if (HARD_REGNO_CALL_PART_CLOBBERED (regno + k, mode))
7885                         SET_HARD_REG_BIT (reg_reloaded_call_part_clobbered,
7886                                           regno + k);
7887                       else
7888                         CLEAR_HARD_REG_BIT (reg_reloaded_call_part_clobbered,
7889                                             regno + k);
7890                     }
7891                 }
7892             }
7893           /* Maybe the spill reg contains a copy of reload_in.  Only do
7894              something if there will not be an output reload for
7895              the register being reloaded.  */
7896           else if (rld[r].out_reg == 0
7897                    && rld[r].in != 0
7898                    && ((REG_P (rld[r].in)
7899                         && !HARD_REGISTER_P (rld[r].in)
7900                         && !REGNO_REG_SET_P (&reg_has_output_reload,
7901                                              REGNO (rld[r].in)))
7902                        || (REG_P (rld[r].in_reg)
7903                            && !REGNO_REG_SET_P (&reg_has_output_reload,
7904                                                 REGNO (rld[r].in_reg))))
7905                    && !reg_set_p (reload_reg_rtx_for_input[r], PATTERN (insn)))
7906             {
7907               rtx reg;
7908               enum machine_mode mode;
7909               int regno, nregs;
7910
7911               reg = reload_reg_rtx_for_input[r];
7912               mode = GET_MODE (reg);
7913               regno = REGNO (reg);
7914               nregs = hard_regno_nregs[regno][mode];
7915               if (reload_regs_reach_end_p (regno, nregs, rld[r].opnum,
7916                                            rld[r].when_needed))
7917                 {
7918                   int in_regno;
7919                   int in_nregs;
7920                   rtx in;
7921                   bool piecemeal;
7922
7923                   if (REG_P (rld[r].in)
7924                       && REGNO (rld[r].in) >= FIRST_PSEUDO_REGISTER)
7925                     in = rld[r].in;
7926                   else if (REG_P (rld[r].in_reg))
7927                     in = rld[r].in_reg;
7928                   else
7929                     in = XEXP (rld[r].in_reg, 0);
7930                   in_regno = REGNO (in);
7931
7932                   in_nregs = (!HARD_REGISTER_NUM_P (in_regno) ? 1
7933                               : hard_regno_nregs[in_regno][mode]);
7934
7935                   reg_last_reload_reg[in_regno] = reg;
7936
7937                   piecemeal = (HARD_REGISTER_NUM_P (in_regno)
7938                                && nregs == in_nregs
7939                                && inherit_piecemeal_p (regno, in_regno, mode));
7940
7941                   if (HARD_REGISTER_NUM_P (in_regno))
7942                     for (k = 1; k < in_nregs; k++)
7943                       reg_last_reload_reg[in_regno + k]
7944                         = (piecemeal ? regno_reg_rtx[regno + k] : 0);
7945
7946                   /* Unless we inherited this reload, show we haven't
7947                      recently done a store.
7948                      Previous stores of inherited auto_inc expressions
7949                      also have to be discarded.  */
7950                   if (! reload_inherited[r]
7951                       || (rld[r].out && ! rld[r].out_reg))
7952                     spill_reg_store[regno] = 0;
7953
7954                   for (k = 0; k < nregs; k++)
7955                     {
7956                       CLEAR_HARD_REG_BIT (reg_reloaded_dead, regno + k);
7957                       reg_reloaded_contents[regno + k]
7958                         = (!HARD_REGISTER_NUM_P (in_regno) || !piecemeal
7959                            ? in_regno
7960                            : in_regno + k);
7961                       reg_reloaded_insn[regno + k] = insn;
7962                       SET_HARD_REG_BIT (reg_reloaded_valid, regno + k);
7963                       if (HARD_REGNO_CALL_PART_CLOBBERED (regno + k, mode))
7964                         SET_HARD_REG_BIT (reg_reloaded_call_part_clobbered,
7965                                           regno + k);
7966                       else
7967                         CLEAR_HARD_REG_BIT (reg_reloaded_call_part_clobbered,
7968                                             regno + k);
7969                     }
7970                 }
7971             }
7972         }
7973
7974       /* The following if-statement was #if 0'd in 1.34 (or before...).
7975          It's reenabled in 1.35 because supposedly nothing else
7976          deals with this problem.  */
7977
7978       /* If a register gets output-reloaded from a non-spill register,
7979          that invalidates any previous reloaded copy of it.
7980          But forget_old_reloads_1 won't get to see it, because
7981          it thinks only about the original insn.  So invalidate it here.
7982          Also do the same thing for RELOAD_OTHER constraints where the
7983          output is discarded.  */
7984       if (i < 0
7985           && ((rld[r].out != 0
7986                && (REG_P (rld[r].out)
7987                    || (MEM_P (rld[r].out)
7988                        && REG_P (rld[r].out_reg))))
7989               || (rld[r].out == 0 && rld[r].out_reg
7990                   && REG_P (rld[r].out_reg))))
7991         {
7992           rtx out = ((rld[r].out && REG_P (rld[r].out))
7993                      ? rld[r].out : rld[r].out_reg);
7994           int out_regno = REGNO (out);
7995           enum machine_mode mode = GET_MODE (out);
7996
7997           /* REG_RTX is now set or clobbered by the main instruction.
7998              As the comment above explains, forget_old_reloads_1 only
7999              sees the original instruction, and there is no guarantee
8000              that the original instruction also clobbered REG_RTX.
8001              For example, if find_reloads sees that the input side of
8002              a matched operand pair dies in this instruction, it may
8003              use the input register as the reload register.
8004
8005              Calling forget_old_reloads_1 is a waste of effort if
8006              REG_RTX is also the output register.
8007
8008              If we know that REG_RTX holds the value of a pseudo
8009              register, the code after the call will record that fact.  */
8010           if (rld[r].reg_rtx && rld[r].reg_rtx != out)
8011             forget_old_reloads_1 (rld[r].reg_rtx, NULL_RTX, NULL);
8012
8013           if (!HARD_REGISTER_NUM_P (out_regno))
8014             {
8015               rtx src_reg, store_insn = NULL_RTX;
8016
8017               reg_last_reload_reg[out_regno] = 0;
8018
8019               /* If we can find a hard register that is stored, record
8020                  the storing insn so that we may delete this insn with
8021                  delete_output_reload.  */
8022               src_reg = reload_reg_rtx_for_output[r];
8023
8024               /* If this is an optional reload, try to find the source reg
8025                  from an input reload.  */
8026               if (! src_reg)
8027                 {
8028                   rtx set = single_set (insn);
8029                   if (set && SET_DEST (set) == rld[r].out)
8030                     {
8031                       int k;
8032
8033                       src_reg = SET_SRC (set);
8034                       store_insn = insn;
8035                       for (k = 0; k < n_reloads; k++)
8036                         {
8037                           if (rld[k].in == src_reg)
8038                             {
8039                               src_reg = reload_reg_rtx_for_input[k];
8040                               break;
8041                             }
8042                         }
8043                     }
8044                 }
8045               else
8046                 store_insn = new_spill_reg_store[REGNO (src_reg)];
8047               if (src_reg && REG_P (src_reg)
8048                   && REGNO (src_reg) < FIRST_PSEUDO_REGISTER)
8049                 {
8050                   int src_regno, src_nregs, k;
8051                   rtx note;
8052
8053                   gcc_assert (GET_MODE (src_reg) == mode);
8054                   src_regno = REGNO (src_reg);
8055                   src_nregs = hard_regno_nregs[src_regno][mode];
8056                   /* The place where to find a death note varies with
8057                      PRESERVE_DEATH_INFO_REGNO_P .  The condition is not
8058                      necessarily checked exactly in the code that moves
8059                      notes, so just check both locations.  */
8060                   note = find_regno_note (insn, REG_DEAD, src_regno);
8061                   if (! note && store_insn)
8062                     note = find_regno_note (store_insn, REG_DEAD, src_regno);
8063                   for (k = 0; k < src_nregs; k++)
8064                     {
8065                       spill_reg_store[src_regno + k] = store_insn;
8066                       spill_reg_stored_to[src_regno + k] = out;
8067                       reg_reloaded_contents[src_regno + k] = out_regno;
8068                       reg_reloaded_insn[src_regno + k] = store_insn;
8069                       CLEAR_HARD_REG_BIT (reg_reloaded_dead, src_regno + k);
8070                       SET_HARD_REG_BIT (reg_reloaded_valid, src_regno + k);
8071                       if (HARD_REGNO_CALL_PART_CLOBBERED (src_regno + k,
8072                                                           mode))
8073                         SET_HARD_REG_BIT (reg_reloaded_call_part_clobbered, 
8074                                           src_regno + k);
8075                       else
8076                         CLEAR_HARD_REG_BIT (reg_reloaded_call_part_clobbered,
8077                                             src_regno + k);
8078                       SET_HARD_REG_BIT (reg_is_output_reload, src_regno + k);
8079                       if (note)
8080                         SET_HARD_REG_BIT (reg_reloaded_died, src_regno);
8081                       else
8082                         CLEAR_HARD_REG_BIT (reg_reloaded_died, src_regno);
8083                     }
8084                   reg_last_reload_reg[out_regno] = src_reg;
8085                   /* We have to set reg_has_output_reload here, or else 
8086                      forget_old_reloads_1 will clear reg_last_reload_reg
8087                      right away.  */
8088                   SET_REGNO_REG_SET (&reg_has_output_reload,
8089                                      out_regno);
8090                 }
8091             }
8092           else
8093             {
8094               int k, out_nregs = hard_regno_nregs[out_regno][mode];
8095
8096               for (k = 0; k < out_nregs; k++)
8097                 reg_last_reload_reg[out_regno + k] = 0;
8098             }
8099         }
8100     }
8101   IOR_HARD_REG_SET (reg_reloaded_dead, reg_reloaded_died);
8102 }
8103 \f
8104 /* Go through the motions to emit INSN and test if it is strictly valid.
8105    Return the emitted insn if valid, else return NULL.  */
8106
8107 static rtx
8108 emit_insn_if_valid_for_reload (rtx insn)
8109 {
8110   rtx last = get_last_insn ();
8111   int code;
8112
8113   insn = emit_insn (insn);
8114   code = recog_memoized (insn);
8115
8116   if (code >= 0)
8117     {
8118       extract_insn (insn);
8119       /* We want constrain operands to treat this insn strictly in its
8120          validity determination, i.e., the way it would after reload has
8121          completed.  */
8122       if (constrain_operands (1))
8123         return insn;
8124     }
8125
8126   delete_insns_since (last);
8127   return NULL;
8128 }
8129
8130 /* Emit code to perform a reload from IN (which may be a reload register) to
8131    OUT (which may also be a reload register).  IN or OUT is from operand
8132    OPNUM with reload type TYPE.
8133
8134    Returns first insn emitted.  */
8135
8136 static rtx
8137 gen_reload (rtx out, rtx in, int opnum, enum reload_type type)
8138 {
8139   rtx last = get_last_insn ();
8140   rtx tem;
8141
8142   /* If IN is a paradoxical SUBREG, remove it and try to put the
8143      opposite SUBREG on OUT.  Likewise for a paradoxical SUBREG on OUT.  */
8144   if (GET_CODE (in) == SUBREG
8145       && (GET_MODE_SIZE (GET_MODE (in))
8146           > GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))))
8147       && (tem = gen_lowpart_common (GET_MODE (SUBREG_REG (in)), out)) != 0)
8148     in = SUBREG_REG (in), out = tem;
8149   else if (GET_CODE (out) == SUBREG
8150            && (GET_MODE_SIZE (GET_MODE (out))
8151                > GET_MODE_SIZE (GET_MODE (SUBREG_REG (out))))
8152            && (tem = gen_lowpart_common (GET_MODE (SUBREG_REG (out)), in)) != 0)
8153     out = SUBREG_REG (out), in = tem;
8154
8155   /* How to do this reload can get quite tricky.  Normally, we are being
8156      asked to reload a simple operand, such as a MEM, a constant, or a pseudo
8157      register that didn't get a hard register.  In that case we can just
8158      call emit_move_insn.
8159
8160      We can also be asked to reload a PLUS that adds a register or a MEM to
8161      another register, constant or MEM.  This can occur during frame pointer
8162      elimination and while reloading addresses.  This case is handled by
8163      trying to emit a single insn to perform the add.  If it is not valid,
8164      we use a two insn sequence.
8165
8166      Or we can be asked to reload an unary operand that was a fragment of
8167      an addressing mode, into a register.  If it isn't recognized as-is,
8168      we try making the unop operand and the reload-register the same:
8169      (set reg:X (unop:X expr:Y))
8170      -> (set reg:Y expr:Y) (set reg:X (unop:X reg:Y)).
8171
8172      Finally, we could be called to handle an 'o' constraint by putting
8173      an address into a register.  In that case, we first try to do this
8174      with a named pattern of "reload_load_address".  If no such pattern
8175      exists, we just emit a SET insn and hope for the best (it will normally
8176      be valid on machines that use 'o').
8177
8178      This entire process is made complex because reload will never
8179      process the insns we generate here and so we must ensure that
8180      they will fit their constraints and also by the fact that parts of
8181      IN might be being reloaded separately and replaced with spill registers.
8182      Because of this, we are, in some sense, just guessing the right approach
8183      here.  The one listed above seems to work.
8184
8185      ??? At some point, this whole thing needs to be rethought.  */
8186
8187   if (GET_CODE (in) == PLUS
8188       && (REG_P (XEXP (in, 0))
8189           || GET_CODE (XEXP (in, 0)) == SUBREG
8190           || MEM_P (XEXP (in, 0)))
8191       && (REG_P (XEXP (in, 1))
8192           || GET_CODE (XEXP (in, 1)) == SUBREG
8193           || CONSTANT_P (XEXP (in, 1))
8194           || MEM_P (XEXP (in, 1))))
8195     {
8196       /* We need to compute the sum of a register or a MEM and another
8197          register, constant, or MEM, and put it into the reload
8198          register.  The best possible way of doing this is if the machine
8199          has a three-operand ADD insn that accepts the required operands.
8200
8201          The simplest approach is to try to generate such an insn and see if it
8202          is recognized and matches its constraints.  If so, it can be used.
8203
8204          It might be better not to actually emit the insn unless it is valid,
8205          but we need to pass the insn as an operand to `recog' and
8206          `extract_insn' and it is simpler to emit and then delete the insn if
8207          not valid than to dummy things up.  */
8208
8209       rtx op0, op1, tem, insn;
8210       int code;
8211
8212       op0 = find_replacement (&XEXP (in, 0));
8213       op1 = find_replacement (&XEXP (in, 1));
8214
8215       /* Since constraint checking is strict, commutativity won't be
8216          checked, so we need to do that here to avoid spurious failure
8217          if the add instruction is two-address and the second operand
8218          of the add is the same as the reload reg, which is frequently
8219          the case.  If the insn would be A = B + A, rearrange it so
8220          it will be A = A + B as constrain_operands expects.  */
8221
8222       if (REG_P (XEXP (in, 1))
8223           && REGNO (out) == REGNO (XEXP (in, 1)))
8224         tem = op0, op0 = op1, op1 = tem;
8225
8226       if (op0 != XEXP (in, 0) || op1 != XEXP (in, 1))
8227         in = gen_rtx_PLUS (GET_MODE (in), op0, op1);
8228
8229       insn = emit_insn_if_valid_for_reload (gen_rtx_SET (VOIDmode, out, in));
8230       if (insn)
8231         return insn;
8232
8233       /* If that failed, we must use a conservative two-insn sequence.
8234
8235          Use a move to copy one operand into the reload register.  Prefer
8236          to reload a constant, MEM or pseudo since the move patterns can
8237          handle an arbitrary operand.  If OP1 is not a constant, MEM or
8238          pseudo and OP1 is not a valid operand for an add instruction, then
8239          reload OP1.
8240
8241          After reloading one of the operands into the reload register, add
8242          the reload register to the output register.
8243
8244          If there is another way to do this for a specific machine, a
8245          DEFINE_PEEPHOLE should be specified that recognizes the sequence
8246          we emit below.  */
8247
8248       code = (int) optab_handler (add_optab, GET_MODE (out))->insn_code;
8249
8250       if (CONSTANT_P (op1) || MEM_P (op1) || GET_CODE (op1) == SUBREG
8251           || (REG_P (op1)
8252               && REGNO (op1) >= FIRST_PSEUDO_REGISTER)
8253           || (code != CODE_FOR_nothing
8254               && ! ((*insn_data[code].operand[2].predicate)
8255                     (op1, insn_data[code].operand[2].mode))))
8256         tem = op0, op0 = op1, op1 = tem;
8257
8258       gen_reload (out, op0, opnum, type);
8259
8260       /* If OP0 and OP1 are the same, we can use OUT for OP1.
8261          This fixes a problem on the 32K where the stack pointer cannot
8262          be used as an operand of an add insn.  */
8263
8264       if (rtx_equal_p (op0, op1))
8265         op1 = out;
8266
8267       insn = emit_insn_if_valid_for_reload (gen_add2_insn (out, op1));
8268       if (insn)
8269         {
8270           /* Add a REG_EQUIV note so that find_equiv_reg can find it.  */
8271           set_unique_reg_note (insn, REG_EQUIV, in);
8272           return insn;
8273         }
8274
8275       /* If that failed, copy the address register to the reload register.
8276          Then add the constant to the reload register.  */
8277
8278       gcc_assert (!reg_overlap_mentioned_p (out, op0));
8279       gen_reload (out, op1, opnum, type);
8280       insn = emit_insn (gen_add2_insn (out, op0));
8281       set_unique_reg_note (insn, REG_EQUIV, in);
8282     }
8283
8284 #ifdef SECONDARY_MEMORY_NEEDED
8285   /* If we need a memory location to do the move, do it that way.  */
8286   else if ((REG_P (in)
8287             || (GET_CODE (in) == SUBREG && REG_P (SUBREG_REG (in))))
8288            && reg_or_subregno (in) < FIRST_PSEUDO_REGISTER
8289            && (REG_P (out)
8290                || (GET_CODE (out) == SUBREG && REG_P (SUBREG_REG (out))))
8291            && reg_or_subregno (out) < FIRST_PSEUDO_REGISTER
8292            && SECONDARY_MEMORY_NEEDED (REGNO_REG_CLASS (reg_or_subregno (in)),
8293                                        REGNO_REG_CLASS (reg_or_subregno (out)),
8294                                        GET_MODE (out)))
8295     {
8296       /* Get the memory to use and rewrite both registers to its mode.  */
8297       rtx loc = get_secondary_mem (in, GET_MODE (out), opnum, type);
8298
8299       if (GET_MODE (loc) != GET_MODE (out))
8300         out = gen_rtx_REG (GET_MODE (loc), REGNO (out));
8301
8302       if (GET_MODE (loc) != GET_MODE (in))
8303         in = gen_rtx_REG (GET_MODE (loc), REGNO (in));
8304
8305       gen_reload (loc, in, opnum, type);
8306       gen_reload (out, loc, opnum, type);
8307     }
8308 #endif
8309   else if (REG_P (out) && UNARY_P (in))
8310     {
8311       rtx insn;
8312       rtx op1;
8313       rtx out_moded;
8314       rtx set;
8315
8316       op1 = find_replacement (&XEXP (in, 0));
8317       if (op1 != XEXP (in, 0))
8318         in = gen_rtx_fmt_e (GET_CODE (in), GET_MODE (in), op1);
8319
8320       /* First, try a plain SET.  */
8321       set = emit_insn_if_valid_for_reload (gen_rtx_SET (VOIDmode, out, in));
8322       if (set)
8323         return set;
8324
8325       /* If that failed, move the inner operand to the reload
8326          register, and try the same unop with the inner expression
8327          replaced with the reload register.  */
8328
8329       if (GET_MODE (op1) != GET_MODE (out))
8330         out_moded = gen_rtx_REG (GET_MODE (op1), REGNO (out));
8331       else
8332         out_moded = out;
8333
8334       gen_reload (out_moded, op1, opnum, type);
8335
8336       insn
8337         = gen_rtx_SET (VOIDmode, out,
8338                        gen_rtx_fmt_e (GET_CODE (in), GET_MODE (in),
8339                                       out_moded));
8340       insn = emit_insn_if_valid_for_reload (insn);
8341       if (insn)
8342         {
8343           set_unique_reg_note (insn, REG_EQUIV, in);
8344           return insn;
8345         }
8346
8347       fatal_insn ("Failure trying to reload:", set);
8348     }
8349   /* If IN is a simple operand, use gen_move_insn.  */
8350   else if (OBJECT_P (in) || GET_CODE (in) == SUBREG)
8351     {
8352       tem = emit_insn (gen_move_insn (out, in));
8353       /* IN may contain a LABEL_REF, if so add a REG_LABEL_OPERAND note.  */
8354       mark_jump_label (in, tem, 0);
8355     }
8356
8357 #ifdef HAVE_reload_load_address
8358   else if (HAVE_reload_load_address)
8359     emit_insn (gen_reload_load_address (out, in));
8360 #endif
8361
8362   /* Otherwise, just write (set OUT IN) and hope for the best.  */
8363   else
8364     emit_insn (gen_rtx_SET (VOIDmode, out, in));
8365
8366   /* Return the first insn emitted.
8367      We can not just return get_last_insn, because there may have
8368      been multiple instructions emitted.  Also note that gen_move_insn may
8369      emit more than one insn itself, so we can not assume that there is one
8370      insn emitted per emit_insn_before call.  */
8371
8372   return last ? NEXT_INSN (last) : get_insns ();
8373 }
8374 \f
8375 /* Delete a previously made output-reload whose result we now believe
8376    is not needed.  First we double-check.
8377
8378    INSN is the insn now being processed.
8379    LAST_RELOAD_REG is the hard register number for which we want to delete
8380    the last output reload.
8381    J is the reload-number that originally used REG.  The caller has made
8382    certain that reload J doesn't use REG any longer for input.
8383    NEW_RELOAD_REG is reload register that reload J is using for REG.  */
8384
8385 static void
8386 delete_output_reload (rtx insn, int j, int last_reload_reg, rtx new_reload_reg)
8387 {
8388   rtx output_reload_insn = spill_reg_store[last_reload_reg];
8389   rtx reg = spill_reg_stored_to[last_reload_reg];
8390   int k;
8391   int n_occurrences;
8392   int n_inherited = 0;
8393   rtx i1;
8394   rtx substed;
8395
8396   /* It is possible that this reload has been only used to set another reload
8397      we eliminated earlier and thus deleted this instruction too.  */
8398   if (INSN_DELETED_P (output_reload_insn))
8399     return;
8400
8401   /* Get the raw pseudo-register referred to.  */
8402
8403   while (GET_CODE (reg) == SUBREG)
8404     reg = SUBREG_REG (reg);
8405   substed = reg_equiv_memory_loc[REGNO (reg)];
8406
8407   /* This is unsafe if the operand occurs more often in the current
8408      insn than it is inherited.  */
8409   for (k = n_reloads - 1; k >= 0; k--)
8410     {
8411       rtx reg2 = rld[k].in;
8412       if (! reg2)
8413         continue;
8414       if (MEM_P (reg2) || reload_override_in[k])
8415         reg2 = rld[k].in_reg;
8416 #ifdef AUTO_INC_DEC
8417       if (rld[k].out && ! rld[k].out_reg)
8418         reg2 = XEXP (rld[k].in_reg, 0);
8419 #endif
8420       while (GET_CODE (reg2) == SUBREG)
8421         reg2 = SUBREG_REG (reg2);
8422       if (rtx_equal_p (reg2, reg))
8423         {
8424           if (reload_inherited[k] || reload_override_in[k] || k == j)
8425             n_inherited++;
8426           else
8427             return;
8428         }
8429     }
8430   n_occurrences = count_occurrences (PATTERN (insn), reg, 0);
8431   if (CALL_P (insn) && CALL_INSN_FUNCTION_USAGE (insn))
8432     n_occurrences += count_occurrences (CALL_INSN_FUNCTION_USAGE (insn),
8433                                         reg, 0);
8434   if (substed)
8435     n_occurrences += count_occurrences (PATTERN (insn),
8436                                         eliminate_regs (substed, VOIDmode,
8437                                                         NULL_RTX), 0);
8438   for (i1 = reg_equiv_alt_mem_list[REGNO (reg)]; i1; i1 = XEXP (i1, 1))
8439     {
8440       gcc_assert (!rtx_equal_p (XEXP (i1, 0), substed));
8441       n_occurrences += count_occurrences (PATTERN (insn), XEXP (i1, 0), 0);
8442     }
8443   if (n_occurrences > n_inherited)
8444     return;
8445
8446   /* If the pseudo-reg we are reloading is no longer referenced
8447      anywhere between the store into it and here,
8448      and we're within the same basic block, then the value can only
8449      pass through the reload reg and end up here.
8450      Otherwise, give up--return.  */
8451   for (i1 = NEXT_INSN (output_reload_insn);
8452        i1 != insn; i1 = NEXT_INSN (i1))
8453     {
8454       if (NOTE_INSN_BASIC_BLOCK_P (i1))
8455         return;
8456       if ((NONJUMP_INSN_P (i1) || CALL_P (i1))
8457           && reg_mentioned_p (reg, PATTERN (i1)))
8458         {
8459           /* If this is USE in front of INSN, we only have to check that
8460              there are no more references than accounted for by inheritance.  */
8461           while (NONJUMP_INSN_P (i1) && GET_CODE (PATTERN (i1)) == USE)
8462             {
8463               n_occurrences += rtx_equal_p (reg, XEXP (PATTERN (i1), 0)) != 0;
8464               i1 = NEXT_INSN (i1);
8465             }
8466           if (n_occurrences <= n_inherited && i1 == insn)
8467             break;
8468           return;
8469         }
8470     }
8471
8472   /* We will be deleting the insn.  Remove the spill reg information.  */
8473   for (k = hard_regno_nregs[last_reload_reg][GET_MODE (reg)]; k-- > 0; )
8474     {
8475       spill_reg_store[last_reload_reg + k] = 0;
8476       spill_reg_stored_to[last_reload_reg + k] = 0;
8477     }
8478
8479   /* The caller has already checked that REG dies or is set in INSN.
8480      It has also checked that we are optimizing, and thus some
8481      inaccuracies in the debugging information are acceptable.
8482      So we could just delete output_reload_insn.  But in some cases
8483      we can improve the debugging information without sacrificing
8484      optimization - maybe even improving the code: See if the pseudo
8485      reg has been completely replaced with reload regs.  If so, delete
8486      the store insn and forget we had a stack slot for the pseudo.  */
8487   if (rld[j].out != rld[j].in
8488       && REG_N_DEATHS (REGNO (reg)) == 1
8489       && REG_N_SETS (REGNO (reg)) == 1
8490       && REG_BASIC_BLOCK (REGNO (reg)) >= NUM_FIXED_BLOCKS
8491       && find_regno_note (insn, REG_DEAD, REGNO (reg)))
8492     {
8493       rtx i2;
8494
8495       /* We know that it was used only between here and the beginning of
8496          the current basic block.  (We also know that the last use before
8497          INSN was the output reload we are thinking of deleting, but never
8498          mind that.)  Search that range; see if any ref remains.  */
8499       for (i2 = PREV_INSN (insn); i2; i2 = PREV_INSN (i2))
8500         {
8501           rtx set = single_set (i2);
8502
8503           /* Uses which just store in the pseudo don't count,
8504              since if they are the only uses, they are dead.  */
8505           if (set != 0 && SET_DEST (set) == reg)
8506             continue;
8507           if (LABEL_P (i2)
8508               || JUMP_P (i2))
8509             break;
8510           if ((NONJUMP_INSN_P (i2) || CALL_P (i2))
8511               && reg_mentioned_p (reg, PATTERN (i2)))
8512             {
8513               /* Some other ref remains; just delete the output reload we
8514                  know to be dead.  */
8515               delete_address_reloads (output_reload_insn, insn);
8516               delete_insn (output_reload_insn);
8517               return;
8518             }
8519         }
8520
8521       /* Delete the now-dead stores into this pseudo.  Note that this
8522          loop also takes care of deleting output_reload_insn.  */
8523       for (i2 = PREV_INSN (insn); i2; i2 = PREV_INSN (i2))
8524         {
8525           rtx set = single_set (i2);
8526
8527           if (set != 0 && SET_DEST (set) == reg)
8528             {
8529               delete_address_reloads (i2, insn);
8530               delete_insn (i2);
8531             }
8532           if (LABEL_P (i2)
8533               || JUMP_P (i2))
8534             break;
8535         }
8536
8537       /* For the debugging info, say the pseudo lives in this reload reg.  */
8538       reg_renumber[REGNO (reg)] = REGNO (new_reload_reg);
8539       if (ira_conflicts_p)
8540         /* Inform IRA about the change.  */
8541         ira_mark_allocation_change (REGNO (reg));
8542       alter_reg (REGNO (reg), -1, false);
8543     }
8544   else
8545     {
8546       delete_address_reloads (output_reload_insn, insn);
8547       delete_insn (output_reload_insn);
8548     }
8549 }
8550
8551 /* We are going to delete DEAD_INSN.  Recursively delete loads of
8552    reload registers used in DEAD_INSN that are not used till CURRENT_INSN.
8553    CURRENT_INSN is being reloaded, so we have to check its reloads too.  */
8554 static void
8555 delete_address_reloads (rtx dead_insn, rtx current_insn)
8556 {
8557   rtx set = single_set (dead_insn);
8558   rtx set2, dst, prev, next;
8559   if (set)
8560     {
8561       rtx dst = SET_DEST (set);
8562       if (MEM_P (dst))
8563         delete_address_reloads_1 (dead_insn, XEXP (dst, 0), current_insn);
8564     }
8565   /* If we deleted the store from a reloaded post_{in,de}c expression,
8566      we can delete the matching adds.  */
8567   prev = PREV_INSN (dead_insn);
8568   next = NEXT_INSN (dead_insn);
8569   if (! prev || ! next)
8570     return;
8571   set = single_set (next);
8572   set2 = single_set (prev);
8573   if (! set || ! set2
8574       || GET_CODE (SET_SRC (set)) != PLUS || GET_CODE (SET_SRC (set2)) != PLUS
8575       || !CONST_INT_P (XEXP (SET_SRC (set), 1))
8576       || !CONST_INT_P (XEXP (SET_SRC (set2), 1)))
8577     return;
8578   dst = SET_DEST (set);
8579   if (! rtx_equal_p (dst, SET_DEST (set2))
8580       || ! rtx_equal_p (dst, XEXP (SET_SRC (set), 0))
8581       || ! rtx_equal_p (dst, XEXP (SET_SRC (set2), 0))
8582       || (INTVAL (XEXP (SET_SRC (set), 1))
8583           != -INTVAL (XEXP (SET_SRC (set2), 1))))
8584     return;
8585   delete_related_insns (prev);
8586   delete_related_insns (next);
8587 }
8588
8589 /* Subfunction of delete_address_reloads: process registers found in X.  */
8590 static void
8591 delete_address_reloads_1 (rtx dead_insn, rtx x, rtx current_insn)
8592 {
8593   rtx prev, set, dst, i2;
8594   int i, j;
8595   enum rtx_code code = GET_CODE (x);
8596
8597   if (code != REG)
8598     {
8599       const char *fmt = GET_RTX_FORMAT (code);
8600       for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)
8601         {
8602           if (fmt[i] == 'e')
8603             delete_address_reloads_1 (dead_insn, XEXP (x, i), current_insn);
8604           else if (fmt[i] == 'E')
8605             {
8606               for (j = XVECLEN (x, i) - 1; j >= 0; j--)
8607                 delete_address_reloads_1 (dead_insn, XVECEXP (x, i, j),
8608                                           current_insn);
8609             }
8610         }
8611       return;
8612     }
8613
8614   if (spill_reg_order[REGNO (x)] < 0)
8615     return;
8616
8617   /* Scan backwards for the insn that sets x.  This might be a way back due
8618      to inheritance.  */
8619   for (prev = PREV_INSN (dead_insn); prev; prev = PREV_INSN (prev))
8620     {
8621       code = GET_CODE (prev);
8622       if (code == CODE_LABEL || code == JUMP_INSN)
8623         return;
8624       if (!INSN_P (prev))
8625         continue;
8626       if (reg_set_p (x, PATTERN (prev)))
8627         break;
8628       if (reg_referenced_p (x, PATTERN (prev)))
8629         return;
8630     }
8631   if (! prev || INSN_UID (prev) < reload_first_uid)
8632     return;
8633   /* Check that PREV only sets the reload register.  */
8634   set = single_set (prev);
8635   if (! set)
8636     return;
8637   dst = SET_DEST (set);
8638   if (!REG_P (dst)
8639       || ! rtx_equal_p (dst, x))
8640     return;
8641   if (! reg_set_p (dst, PATTERN (dead_insn)))
8642     {
8643       /* Check if DST was used in a later insn -
8644          it might have been inherited.  */
8645       for (i2 = NEXT_INSN (dead_insn); i2; i2 = NEXT_INSN (i2))
8646         {
8647           if (LABEL_P (i2))
8648             break;
8649           if (! INSN_P (i2))
8650             continue;
8651           if (reg_referenced_p (dst, PATTERN (i2)))
8652             {
8653               /* If there is a reference to the register in the current insn,
8654                  it might be loaded in a non-inherited reload.  If no other
8655                  reload uses it, that means the register is set before
8656                  referenced.  */
8657               if (i2 == current_insn)
8658                 {
8659                   for (j = n_reloads - 1; j >= 0; j--)
8660                     if ((rld[j].reg_rtx == dst && reload_inherited[j])
8661                         || reload_override_in[j] == dst)
8662                       return;
8663                   for (j = n_reloads - 1; j >= 0; j--)
8664                     if (rld[j].in && rld[j].reg_rtx == dst)
8665                       break;
8666                   if (j >= 0)
8667                     break;
8668                 }
8669               return;
8670             }
8671           if (JUMP_P (i2))
8672             break;
8673           /* If DST is still live at CURRENT_INSN, check if it is used for
8674              any reload.  Note that even if CURRENT_INSN sets DST, we still
8675              have to check the reloads.  */
8676           if (i2 == current_insn)
8677             {
8678               for (j = n_reloads - 1; j >= 0; j--)
8679                 if ((rld[j].reg_rtx == dst && reload_inherited[j])
8680                     || reload_override_in[j] == dst)
8681                   return;
8682               /* ??? We can't finish the loop here, because dst might be
8683                  allocated to a pseudo in this block if no reload in this
8684                  block needs any of the classes containing DST - see
8685                  spill_hard_reg.  There is no easy way to tell this, so we
8686                  have to scan till the end of the basic block.  */
8687             }
8688           if (reg_set_p (dst, PATTERN (i2)))
8689             break;
8690         }
8691     }
8692   delete_address_reloads_1 (prev, SET_SRC (set), current_insn);
8693   reg_reloaded_contents[REGNO (dst)] = -1;
8694   delete_insn (prev);
8695 }
8696 \f
8697 /* Output reload-insns to reload VALUE into RELOADREG.
8698    VALUE is an autoincrement or autodecrement RTX whose operand
8699    is a register or memory location;
8700    so reloading involves incrementing that location.
8701    IN is either identical to VALUE, or some cheaper place to reload from.
8702
8703    INC_AMOUNT is the number to increment or decrement by (always positive).
8704    This cannot be deduced from VALUE.
8705
8706    Return the instruction that stores into RELOADREG.  */
8707
8708 static rtx
8709 inc_for_reload (rtx reloadreg, rtx in, rtx value, int inc_amount)
8710 {
8711   /* REG or MEM to be copied and incremented.  */
8712   rtx incloc = find_replacement (&XEXP (value, 0));
8713   /* Nonzero if increment after copying.  */
8714   int post = (GET_CODE (value) == POST_DEC || GET_CODE (value) == POST_INC
8715               || GET_CODE (value) == POST_MODIFY);
8716   rtx last;
8717   rtx inc;
8718   rtx add_insn;
8719   int code;
8720   rtx store;
8721   rtx real_in = in == value ? incloc : in;
8722
8723   /* No hard register is equivalent to this register after
8724      inc/dec operation.  If REG_LAST_RELOAD_REG were nonzero,
8725      we could inc/dec that register as well (maybe even using it for
8726      the source), but I'm not sure it's worth worrying about.  */
8727   if (REG_P (incloc))
8728     reg_last_reload_reg[REGNO (incloc)] = 0;
8729
8730   if (GET_CODE (value) == PRE_MODIFY || GET_CODE (value) == POST_MODIFY)
8731     {
8732       gcc_assert (GET_CODE (XEXP (value, 1)) == PLUS);
8733       inc = find_replacement (&XEXP (XEXP (value, 1), 1));
8734     }
8735   else
8736     {
8737       if (GET_CODE (value) == PRE_DEC || GET_CODE (value) == POST_DEC)
8738         inc_amount = -inc_amount;
8739
8740       inc = GEN_INT (inc_amount);
8741     }
8742
8743   /* If this is post-increment, first copy the location to the reload reg.  */
8744   if (post && real_in != reloadreg)
8745     emit_insn (gen_move_insn (reloadreg, real_in));
8746
8747   if (in == value)
8748     {
8749       /* See if we can directly increment INCLOC.  Use a method similar to
8750          that in gen_reload.  */
8751
8752       last = get_last_insn ();
8753       add_insn = emit_insn (gen_rtx_SET (VOIDmode, incloc,
8754                                          gen_rtx_PLUS (GET_MODE (incloc),
8755                                                        incloc, inc)));
8756
8757       code = recog_memoized (add_insn);
8758       if (code >= 0)
8759         {
8760           extract_insn (add_insn);
8761           if (constrain_operands (1))
8762             {
8763               /* If this is a pre-increment and we have incremented the value
8764                  where it lives, copy the incremented value to RELOADREG to
8765                  be used as an address.  */
8766
8767               if (! post)
8768                 emit_insn (gen_move_insn (reloadreg, incloc));
8769
8770               return add_insn;
8771             }
8772         }
8773       delete_insns_since (last);
8774     }
8775
8776   /* If couldn't do the increment directly, must increment in RELOADREG.
8777      The way we do this depends on whether this is pre- or post-increment.
8778      For pre-increment, copy INCLOC to the reload register, increment it
8779      there, then save back.  */
8780
8781   if (! post)
8782     {
8783       if (in != reloadreg)
8784         emit_insn (gen_move_insn (reloadreg, real_in));
8785       emit_insn (gen_add2_insn (reloadreg, inc));
8786       store = emit_insn (gen_move_insn (incloc, reloadreg));
8787     }
8788   else
8789     {
8790       /* Postincrement.
8791          Because this might be a jump insn or a compare, and because RELOADREG
8792          may not be available after the insn in an input reload, we must do
8793          the incrementation before the insn being reloaded for.
8794
8795          We have already copied IN to RELOADREG.  Increment the copy in
8796          RELOADREG, save that back, then decrement RELOADREG so it has
8797          the original value.  */
8798
8799       emit_insn (gen_add2_insn (reloadreg, inc));
8800       store = emit_insn (gen_move_insn (incloc, reloadreg));
8801       if (CONST_INT_P (inc))
8802         emit_insn (gen_add2_insn (reloadreg, GEN_INT (-INTVAL (inc))));
8803       else
8804         emit_insn (gen_sub2_insn (reloadreg, inc));
8805     }
8806
8807   return store;
8808 }
8809 \f
8810 #ifdef AUTO_INC_DEC
8811 static void
8812 add_auto_inc_notes (rtx insn, rtx x)
8813 {
8814   enum rtx_code code = GET_CODE (x);
8815   const char *fmt;
8816   int i, j;
8817
8818   if (code == MEM && auto_inc_p (XEXP (x, 0)))
8819     {
8820       add_reg_note (insn, REG_INC, XEXP (XEXP (x, 0), 0));
8821       return;
8822     }
8823
8824   /* Scan all the operand sub-expressions.  */
8825   fmt = GET_RTX_FORMAT (code);
8826   for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)
8827     {
8828       if (fmt[i] == 'e')
8829         add_auto_inc_notes (insn, XEXP (x, i));
8830       else if (fmt[i] == 'E')
8831         for (j = XVECLEN (x, i) - 1; j >= 0; j--)
8832           add_auto_inc_notes (insn, XVECEXP (x, i, j));
8833     }
8834 }
8835 #endif
8836
8837 /* Copy EH notes from an insn to its reloads.  */
8838 static void
8839 copy_eh_notes (rtx insn, rtx x)
8840 {
8841   rtx eh_note = find_reg_note (insn, REG_EH_REGION, NULL_RTX);
8842   if (eh_note)
8843     {
8844       for (; x != 0; x = NEXT_INSN (x))
8845         {
8846           if (may_trap_p (PATTERN (x)))
8847             add_reg_note (x, REG_EH_REGION, XEXP (eh_note, 0));
8848         }
8849     }
8850 }
8851
8852 /* This is used by reload pass, that does emit some instructions after
8853    abnormal calls moving basic block end, but in fact it wants to emit
8854    them on the edge.  Looks for abnormal call edges, find backward the
8855    proper call and fix the damage.
8856
8857    Similar handle instructions throwing exceptions internally.  */
8858 void
8859 fixup_abnormal_edges (void)
8860 {
8861   bool inserted = false;
8862   basic_block bb;
8863
8864   FOR_EACH_BB (bb)
8865     {
8866       edge e;
8867       edge_iterator ei;
8868
8869       /* Look for cases we are interested in - calls or instructions causing
8870          exceptions.  */
8871       FOR_EACH_EDGE (e, ei, bb->succs)
8872         {
8873           if (e->flags & EDGE_ABNORMAL_CALL)
8874             break;
8875           if ((e->flags & (EDGE_ABNORMAL | EDGE_EH))
8876               == (EDGE_ABNORMAL | EDGE_EH))
8877             break;
8878         }
8879       if (e && !CALL_P (BB_END (bb))
8880           && !can_throw_internal (BB_END (bb)))
8881         {
8882           rtx insn;
8883
8884           /* Get past the new insns generated.  Allow notes, as the insns
8885              may be already deleted.  */
8886           insn = BB_END (bb);
8887           while ((NONJUMP_INSN_P (insn) || NOTE_P (insn))
8888                  && !can_throw_internal (insn)
8889                  && insn != BB_HEAD (bb))
8890             insn = PREV_INSN (insn);
8891
8892           if (CALL_P (insn) || can_throw_internal (insn))
8893             {
8894               rtx stop, next;
8895
8896               stop = NEXT_INSN (BB_END (bb));
8897               BB_END (bb) = insn;
8898               insn = NEXT_INSN (insn);
8899
8900               FOR_EACH_EDGE (e, ei, bb->succs)
8901                 if (e->flags & EDGE_FALLTHRU)
8902                   break;
8903
8904               while (insn && insn != stop)
8905                 {
8906                   next = NEXT_INSN (insn);
8907                   if (INSN_P (insn))
8908                     {
8909                       delete_insn (insn);
8910
8911                       /* Sometimes there's still the return value USE.
8912                          If it's placed after a trapping call (i.e. that
8913                          call is the last insn anyway), we have no fallthru
8914                          edge.  Simply delete this use and don't try to insert
8915                          on the non-existent edge.  */
8916                       if (GET_CODE (PATTERN (insn)) != USE)
8917                         {
8918                           /* We're not deleting it, we're moving it.  */
8919                           INSN_DELETED_P (insn) = 0;
8920                           PREV_INSN (insn) = NULL_RTX;
8921                           NEXT_INSN (insn) = NULL_RTX;
8922
8923                           insert_insn_on_edge (insn, e);
8924                           inserted = true;
8925                         }
8926                     }
8927                   else if (!BARRIER_P (insn))
8928                     set_block_for_insn (insn, NULL);
8929                   insn = next;
8930                 }
8931             }
8932
8933           /* It may be that we don't find any such trapping insn.  In this
8934              case we discovered quite late that the insn that had been 
8935              marked as can_throw_internal in fact couldn't trap at all.
8936              So we should in fact delete the EH edges out of the block.  */
8937           else
8938             purge_dead_edges (bb);
8939         }
8940     }
8941
8942   /* We've possibly turned single trapping insn into multiple ones.  */
8943   if (flag_non_call_exceptions)
8944     {
8945       sbitmap blocks;
8946       blocks = sbitmap_alloc (last_basic_block);
8947       sbitmap_ones (blocks);
8948       find_many_sub_basic_blocks (blocks);
8949       sbitmap_free (blocks);
8950     }
8951
8952   if (inserted)
8953     commit_edge_insertions ();
8954
8955 #ifdef ENABLE_CHECKING
8956   /* Verify that we didn't turn one trapping insn into many, and that
8957      we found and corrected all of the problems wrt fixups on the
8958      fallthru edge.  */
8959   verify_flow_info ();
8960 #endif
8961 }