Home
last modified time | relevance | path

Searched refs:note_stores (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
HDlocal-alloc.c504 note_stores (PATTERN (insn), validate_equiv_mem_from_store, NULL); in validate_equiv_mem()
838 note_stores (PATTERN (insn), no_equiv, NULL); in update_equiv_regs()
849 note_stores (part, no_equiv, NULL); in update_equiv_regs()
900 note_stores (set, no_equiv, NULL); in update_equiv_regs()
1520 note_stores (PATTERN (insn), reg_is_set, NULL); in block_alloc()
HDcaller-save.c452 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets); in save_call_clobbered_regs()
852 note_stores (PATTERN (chain->insn), add_stored_regs, in insert_one_insn()
HDpostreload-gcse.c634 note_stores (PATTERN (setter), find_mem_conflicts, x); in load_killed_in_block_p()
719 note_stores (PATTERN (insn), record_last_set_info, insn); in record_opr_changes()
HDglobal.c832 note_stores (PATTERN (insn), mark_reg_clobber, NULL); in global_conflicts()
845 note_stores (PATTERN (insn), mark_reg_store, NULL); in global_conflicts()
1896 note_stores (PATTERN (first), reg_becomes_live, in build_insn_chain()
2288 note_stores (PATTERN (insn), mark_reg_change, bb); in calculate_local_reg_bb_info()
HDregrename.c164 note_stores (PATTERN (insn), note_sets, (void *) &live); in merge_overlapping_regs()
180 note_stores (PATTERN (insn), note_sets, (void *) pset); in merge_overlapping_regs()
1643 note_stores (PATTERN (insn), kill_clobbered_value, vd); in copyprop_hardreg_forward_1()
1797 note_stores (PATTERN (insn), kill_set_value, vd); in copyprop_hardreg_forward_1()
HDgcse.c1151 note_stores (PATTERN (insn), record_set_info, insn); in compute_sets()
1406 note_stores (PATTERN (setter), mems_conflict_for_gcse_p, NULL); in load_killed_in_block_p()
1990 note_stores (PATTERN (insn), canon_list_insert, (void*) insn); in record_last_mem_set_info()
2073 note_stores (PATTERN (insn), record_last_set_info, insn); in compute_hash_table_work()
4093 note_stores (PATTERN (pat), record_set_info, pat); in insert_insn_end_bb()
5772 note_stores (pat, reg_set_info, reg_set_in_block[bb->index]); in compute_store_table()
5791 note_stores (pat, reg_set_info, NULL); in compute_store_table()
5798 note_stores (pat, reg_clear_last_set, last_set_in); in compute_store_table()
HDpostreload.c915 note_stores (PATTERN (insn), reload_combine_note_store, NULL); in reload_combine()
1384 note_stores (PATTERN (insn), move2add_note_store, NULL); in reload_cse_move2add()
HDmode-switching.c499 note_stores (PATTERN (insn), reg_becomes_live, &live_now); in optimize_mode_switching()
HDrtlanal.c903 note_stores (INSN_P (insn) ? PATTERN (insn) : insn, set_of_1, &data); in set_of()
1331 note_stores (rtx x, void (*fun) (rtx, rtx, void *), void *data) in note_stores() function
1363 note_stores (XVECEXP (x, 0, i), fun, data); in note_stores()
3152 note_stores (PATTERN (before), parms_set, &parm); in find_first_parameter_load()
HDalias.c2405 note_stores (PATTERN (insn), memory_modified_1, mem); in memory_modified_in_insn_p()
2517 note_stores (PATTERN (insn), record_set, NULL); in init_alias_analysis()
HDresource.c1066 note_stores (PATTERN (real_insn), update_live_status, NULL); in mark_target_live_regs()
HDddg.c103 note_stores (PATTERN (insn), mark_mem_store, NULL); in mem_write_insn_p()
HDcselib.c1347 note_stores (body, cselib_invalidate_rtx_note_stores, NULL); in cselib_record_sets()
HDvar-tracking.c2840 note_stores (PATTERN (insn), count_stores, insn); in vt_initialize()
2902 note_stores (PATTERN (insn), add_stores, insn); in vt_initialize()
HDbt-load.c550 note_stores (PATTERN (insn), note_btr_set, &info); in compute_defs_uses_and_gen()
HDcombine.c774 note_stores (PATTERN (insn), set_nonzero_bits_and_sign_copies, in combine_instructions()
1705 note_stores (PATTERN (insn), likely_spilled_retval_1, &info); in likely_spilled_retval_p()
3368 note_stores (newi2pat, set_nonzero_bits_and_sign_copies, NULL); in try_combine()
3369 note_stores (newpat, set_nonzero_bits_and_sign_copies, NULL); in try_combine()
11066 note_stores (PATTERN (insn), record_dead_and_set_regs_1, NULL_RTX); in record_dead_and_set_regs()
11069 note_stores (PATTERN (insn), record_dead_and_set_regs_1, insn); in record_dead_and_set_regs()
11500 note_stores (PATTERN (insn), reg_dead_at_p_1, NULL); in reg_dead_at_p()
HDreload1.c845 note_stores (PATTERN (insn), mark_not_eliminable, NULL); in reload()
3930 note_stores (PATTERN (insn), forget_old_reloads_1, &regs_to_forget); in reload_as_needed()
4045 note_stores (PATTERN (x), forget_old_reloads_1, NULL); in reload_as_needed()
6983 note_stores (pat, forget_old_reloads_1, NULL); in emit_output_reload_insns()
HDregmove.c298 note_stores (PATTERN (insn), flags_set_1, NULL); in mark_flags_life_zones()
HDChangeLog-19994052 * rtl.h (note_stores): Add additional parameter.
4055 (reg_set_p): Adjust call to note_stores.
4057 (note_stores): Pass data parameter to worker function.
4061 (save_call_clobbered_regs): Pass NULL to note_stores.
4066 (combine_instructions): Adjust calls to note_stores.
4069 (record_dead_and_set_regs): Adjust calls to note_stores.
4074 (cse_set_around_loop): Adjust calls to note_stores.
4077 (record_volatile_insns): Adjust calls to note_stores.
4082 (compute_sets): Adjust calls to note_stores.
4084 (compute_hash_table): Adjust calls to note_stores.
[all …]
HDsched-rgn.c2228 note_stores (pat, sets_likely_spilled_1, &ret); in sets_likely_spilled()
HDrtl.h1713 extern void note_stores (rtx, void (*) (rtx, rtx, void *), void *);
HDloop-iv.c1403 note_stores (PATTERN (insn), mark_altered, altered); in simplify_using_assignment()
HDoptabs.c3321 note_stores (PATTERN (insn), no_conflict_move_test, &data); in emit_no_conflict_block()
3481 note_stores (PATTERN (insn), no_conflict_move_test, &data); in emit_libcall_block()
HDdf-problems.c2461 note_stores (PATTERN (insn), df_urec_mark_reg_change, bb_info); in df_urec_bb_local_compute()
HDflow.c911 note_stores (PATTERN (insn), in notice_stack_pointer_modification()

12