Searched refs:note_stores (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dcaller-save.c455 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets);
496 /* Here from note_stores, or directly from save_call_clobbered_regs, when
527 /* Here from note_stores when an insn stores a value in a register.
856 note_stores (PATTERN (chain->insn), add_stored_regs,
H A Dlocal-alloc.c462 Called via note_stores. */
508 note_stores (PATTERN (insn), validate_equiv_mem_from_store, NULL);
844 note_stores (PATTERN (insn), no_equiv, NULL);
855 note_stores (part, no_equiv, NULL);
906 note_stores (set, no_equiv, NULL);
1256 but needs to be there because this function is called from note_stores. */
1527 note_stores (PATTERN (insn), reg_is_set, NULL);
2103 /* Note that note_stores will only pass us a SUBREG if it is a SUBREG of
H A Dglobal.c835 note_stores (PATTERN (insn), mark_reg_clobber, NULL);
848 note_stores (PATTERN (insn), mark_reg_store, NULL);
1798 This is called via note_stores. */
1909 note_stores (PATTERN (first), reg_becomes_live,
2303 note_stores (PATTERN (insn), mark_reg_change, bb);
H A Dregrename.c96 /* Called through note_stores from update_life. Find sets of registers, and
164 note_stores (PATTERN (insn), note_sets, (void *) &live);
180 note_stores (PATTERN (insn), note_sets, (void *) pset);
1185 /* Called through note_stores. If X is clobbered, kill its value. */
1195 /* Called through note_stores. If X is set, not clobbered, kill its
1644 note_stores (PATTERN (insn), kill_clobbered_value, vd);
1798 note_stores (PATTERN (insn), kill_set_value, vd);
H A Dgcse.c1132 /* Called from compute_sets via note_stores to handle one SET or CLOBBER in
1159 note_stores (PATTERN (insn), record_set_info, insn);
1409 note_stores to examine each hunk of memory that is modified.
1411 The note_stores interface is pretty limited, so we have to
1415 note_stores (PATTERN (setter), mems_conflict_for_gcse_p, NULL);
1999 note_stores (PATTERN (insn), canon_list_insert, (void*) insn);
2002 /* Called from compute_hash_table via note_stores to handle one
2082 note_stores (PATTERN (insn), record_last_set_info, insn);
4109 note_stores (PATTERN (pat), record_set_info, pat);
5472 reg_set_info routine when called via the note_stores mechanis
[all...]
H A Dpostreload-gcse.c575 This is a bit of a hack to work around the limitations of note_stores. */
640 note_stores to examine each hunk of memory that is modified.
644 note_stores (PATTERN (setter), find_mem_conflicts, x);
680 /* Called from compute_hash_table via note_stores to handle one
731 note_stores (PATTERN (insn), record_last_set_info, insn);
H A Dmode-switching.c180 This is called via note_stores. */
501 note_stores (PATTERN (insn), reg_becomes_live, &live_now);
H A Dpostreload.c916 note_stores (PATTERN (insn), reload_combine_note_store, NULL);
989 accordingly. Called via note_stores from reload_combine. */
1010 /* note_stores might have stripped a STRICT_LOW_PART, so we have to be
1386 note_stores (PATTERN (insn), move2add_note_store, NULL);
1428 Called from reload_cse_move2add via note_stores. */
H A Dalias.c952 /* Called from init_alias_analysis indirectly through note_stores. */
2409 note_stores (PATTERN (insn), memory_modified_1, mem);
2521 note_stores (PATTERN (insn), record_set, NULL);
H A Dcselib.c1210 /* A wrapper for cselib_invalidate_rtx to be called via note_stores. */
1349 note_stores (body, cselib_invalidate_rtx_note_stores, NULL);
H A Dddg.c104 note_stores (PATTERN (insn), mark_mem_store, NULL);
H A Dresource.c90 /* Utility function called from mark_target_live_regs via note_stores.
1073 note_stores (PATTERN (real_insn), update_live_status, NULL);
H A Drtlanal.c911 note_stores (INSN_P (insn) ? PATTERN (insn) : insn, set_of_1, &data);
1345 note_stores (rtx x, void (*fun) (rtx, rtx, void *), void *data)
1377 note_stores (XVECEXP (x, 0, i), fun, data);
3174 note_stores (PATTERN (before), parms_set, &parm);
1331 note_stores (rtx x, void (*fun) (rtx, rtx, void *), void *data) function
H A Dvar-tracking.c2840 note_stores (PATTERN (insn), count_stores, insn);
2902 note_stores (PATTERN (insn), add_stores, insn);
H A Dbt-load.c424 /* Called via note_stores or directly to register stores into /
551 note_stores (PATTERN (insn), note_btr_set, &info);
H A Dcombine.c781 note_stores (PATTERN (insn), set_nonzero_bits_and_sign_copies,
1050 /* Called via note_stores. If X is a pseudo that is narrower than
1660 /* Called via note_stores by likely_spilled_retval_p. Remove from info->mask
1718 note_stores (PATTERN (insn), likely_spilled_retval_1, &info);
3381 note_stores (newi2pat, set_nonzero_bits_and_sign_copies, NULL);
3382 note_stores (newpat, set_nonzero_bits_and_sign_copies, NULL);
11012 /* Called via note_stores from record_dead_and_set_regs to handle one
11108 note_stores (PATTERN (insn), record_dead_and_set_regs_1, NULL_RTX);
11111 note_stores (PATTERN (insn), record_dead_and_set_regs_1, insn);
11486 /* Function called via note_stores fro
[all...]
H A Dregmove.c299 note_stores (PATTERN (insn), flags_set_1, NULL);
316 /* A subroutine of mark_flags_life_zones, called through note_stores. */
H A Dreload1.c850 note_stores (PATTERN (insn), mark_not_eliminable, NULL);
3368 Called via note_stores from reload before starting its passes to scan
3946 note_stores (PATTERN (insn), forget_old_reloads_1, &regs_to_forget);
4061 note_stores (PATTERN (x), forget_old_reloads_1, NULL);
4219 /* note_stores does give us subregs of hard regs,
7006 note_stores (pat, forget_old_reloads_1, NULL);
H A Dloop-iv.c1403 note_stores (PATTERN (insn), mark_altered, altered);
H A Drtl.h1717 extern void note_stores (rtx, void (*) (rtx, rtx, void *), void *);
H A Dsched-rgn.c2230 note_stores (pat, sets_likely_spilled_1, &ret);
H A Doptabs.c3202 /* Called via note_stores by emit_no_conflict_block and emit_libcall_block.
3330 note_stores (PATTERN (insn), no_conflict_move_test, &data);
3491 note_stores (PATTERN (insn), no_conflict_move_test, &data);
H A Ddf-problems.c2467 note_stores (PATTERN (insn), df_urec_mark_reg_change, bb_info);
H A Dflow.c914 note_stores (PATTERN (insn),
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c8780 note_stores (PATTERN (insn), mips_sim_record_set, state);
9825 /* A note_stores callback used by vr4130_true_reg_dependence_p. DATA
9845 note_stores (PATTERN (vr4130_last_insn),

Completed in 478 milliseconds

12