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

/freebsd-11-stable/contrib/gcc/
H A Dreload.h113 /* This is the register to reload into. If it is zero when `find_reloads'
218 /* Copies of the global variables computed by find_reloads. */
225 /* Nonzero if find_reloads said the insn requires reloading. */
227 /* Nonzero if find_reloads needs to be run during reload_as_needed to
284 extern int find_reloads (rtx, int, int, int, short *);
H A Dreload.c33 To scan an insn, call `find_reloads'. This does two things:
38 This is done only if the second arg to `find_reloads' is nonzero.
40 The third arg to `find_reloads' specifies the number of levels
51 cases `find_reloads' will return a nonzero value in `reload_reg_rtx'
61 find_reloads can alter the operands of the instruction it is called on.
65 This happens only if find_reloads thinks the instruction will compile
71 1 happens every time find_reloads is called.
203 This vector is passed to `find_reloads' as an argument
1288 find_reloads to not process the reloads when instruction was
2133 This is specifically intended for find_reloads t
2515 find_reloads (rtx insn, int replace, int ind_levels, int live_known, function
[all...]
H A Dreload1.c99 find_reloads looks at this in order to replace pseudo reg N
283 The allocated storage can be freed once find_reloads has processed the
709 so they will be substituted by find_reloads.
993 changed elimination offsets, e.g. if find_reloads called
1511 operands_changed = find_reloads (insn, 0, spill_indirect_levels,
2322 encounter, return the actual location so that find_reloads will do
3243 These will be handled by find_reloads by loading them into a register
3975 that we could simply set n_reloads to 0. However, find_reloads
3979 So the actions of find_reloads must be redone here. */
3993 find_reloads (ins
[all...]

Completed in 76 milliseconds