Home
last modified time | relevance | path

Searched refs:note_pattern_stores (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c1458 note_pattern_stores (INSN_P (insn) ? PATTERN (insn) : insn, set_of_1, &data); in set_of()
1918 note_pattern_stores (const_rtx x, in note_pattern_stores() function
1951 note_pattern_stores (XVECEXP (x, 0, i), fun, data); in note_pattern_stores()
1965 note_pattern_stores (XEXP (link, 0), fun, data); in note_stores()
1966 note_pattern_stores (PATTERN (insn), fun, data); in note_stores()
H A Dira.c3452 note_pattern_stores (PATTERN (insn), no_equiv, NULL); in update_equiv_regs()
3463 note_pattern_stores (part, no_equiv, NULL); in update_equiv_regs()
3521 note_pattern_stores (set, no_equiv, NULL); in update_equiv_regs()
3529 note_pattern_stores (set, no_equiv, NULL); in update_equiv_regs()
H A Dsched-rgn.c2418 note_pattern_stores (pat, sets_likely_spilled_1, &ret); in sets_likely_spilled()
H A Dgcse.c2423 note_pattern_stores (pattern, record_set_data, &s); in single_set_gcse()
H A Dcselib.c2914 note_pattern_stores (body, cselib_invalidate_rtx_note_stores, NULL); in cselib_record_sets()
H A Drtl.h3500 extern void note_pattern_stores (const_rtx,
H A Dcombine.c4752 note_pattern_stores (newi2pat, set_nonzero_bits_and_sign_copies, NULL); in try_combine()
4753 note_pattern_stores (newpat, set_nonzero_bits_and_sign_copies, NULL); in try_combine()
H A Dreload1.c844 note_pattern_stores (PATTERN (insn), mark_not_eliminable, NULL); in reload()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira.cc3581 note_pattern_stores (PATTERN (insn), no_equiv, NULL); in update_equiv_regs()
3592 note_pattern_stores (part, no_equiv, NULL); in update_equiv_regs()
3650 note_pattern_stores (set, no_equiv, NULL); in update_equiv_regs()
3658 note_pattern_stores (set, no_equiv, NULL); in update_equiv_regs()
H A Dsched-rgn.cc2418 note_pattern_stores (pat, sets_likely_spilled_1, &ret); in sets_likely_spilled()
H A Dgcse.cc2405 note_pattern_stores (pattern, record_set_data, &s); in single_set_gcse()
H A Dcselib.cc2982 note_pattern_stores (body, cselib_invalidate_rtx_note_stores, NULL); in cselib_record_sets()
H A Drtl.h3639 extern void note_pattern_stores (const_rtx,
H A Dcombine.cc4636 note_pattern_stores (newi2pat, set_nonzero_bits_and_sign_copies, NULL); in try_combine()
4637 note_pattern_stores (newpat, set_nonzero_bits_and_sign_copies, NULL); in try_combine()
H A Dreload1.cc843 note_pattern_stores (PATTERN (insn), mark_not_eliminable, NULL); in reload()
H A DChangeLog-201911957 (note_pattern_stores): Likewise.
15298 (note_pattern_stores): Declare.
15300 * rtlanal.c (set_of): Use note_pattern_stores instead of note_stores.
15305 (note_pattern_stores): ...this.
15313 (try_combine): Use note_pattern_stores instead of note_stores.
15320 * config/frv/frv.c (frv_registers_update): Use note_pattern_stores
15334 * cselib.c (cselib_record_sets): Use note_pattern_stores instead
15348 (update_equiv_regs): Use note_pattern_stores rather than note_stores
15365 * reload1.c (reload): Use note_pattern_stores instead of note_stores
15372 * sched-rgn.c (sets_likely_spilled): Use note_pattern_stores
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c7138 note_pattern_stores (x, frv_registers_update_1, &flags); in frv_registers_update()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc7127 note_pattern_stores (x, frv_registers_update_1, &flags); in frv_registers_update()