/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtlanal.c | 1458 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 D | ira.c | 3452 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 D | sched-rgn.c | 2418 note_pattern_stores (pat, sets_likely_spilled_1, &ret); in sets_likely_spilled()
|
H A D | gcse.c | 2423 note_pattern_stores (pattern, record_set_data, &s); in single_set_gcse()
|
H A D | cselib.c | 2914 note_pattern_stores (body, cselib_invalidate_rtx_note_stores, NULL); in cselib_record_sets()
|
H A D | rtl.h | 3500 extern void note_pattern_stores (const_rtx,
|
H A D | combine.c | 4752 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 D | reload1.c | 844 note_pattern_stores (PATTERN (insn), mark_not_eliminable, NULL); in reload()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ira.cc | 3581 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 D | sched-rgn.cc | 2418 note_pattern_stores (pat, sets_likely_spilled_1, &ret); in sets_likely_spilled()
|
H A D | gcse.cc | 2405 note_pattern_stores (pattern, record_set_data, &s); in single_set_gcse()
|
H A D | cselib.cc | 2982 note_pattern_stores (body, cselib_invalidate_rtx_note_stores, NULL); in cselib_record_sets()
|
H A D | rtl.h | 3639 extern void note_pattern_stores (const_rtx,
|
H A D | combine.cc | 4636 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 D | reload1.cc | 843 note_pattern_stores (PATTERN (insn), mark_not_eliminable, NULL); in reload()
|
H A D | ChangeLog-2019 | 11957 (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 D | frv.c | 7138 note_pattern_stores (x, frv_registers_update_1, &flags); in frv_registers_update()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.cc | 7127 note_pattern_stores (x, frv_registers_update_1, &flags); in frv_registers_update()
|