| /freebsd-11-stable/contrib/gcc/ |
| HD | local-alloc.c | 504 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()
|
| HD | caller-save.c | 452 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()
|
| HD | postreload-gcse.c | 634 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()
|
| HD | global.c | 832 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()
|
| HD | regrename.c | 164 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()
|
| HD | gcse.c | 1151 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()
|
| HD | postreload.c | 915 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()
|
| HD | mode-switching.c | 499 note_stores (PATTERN (insn), reg_becomes_live, &live_now); in optimize_mode_switching()
|
| HD | rtlanal.c | 903 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()
|
| HD | alias.c | 2405 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()
|
| HD | resource.c | 1066 note_stores (PATTERN (real_insn), update_live_status, NULL); in mark_target_live_regs()
|
| HD | ddg.c | 103 note_stores (PATTERN (insn), mark_mem_store, NULL); in mem_write_insn_p()
|
| HD | cselib.c | 1347 note_stores (body, cselib_invalidate_rtx_note_stores, NULL); in cselib_record_sets()
|
| HD | var-tracking.c | 2840 note_stores (PATTERN (insn), count_stores, insn); in vt_initialize() 2902 note_stores (PATTERN (insn), add_stores, insn); in vt_initialize()
|
| HD | bt-load.c | 550 note_stores (PATTERN (insn), note_btr_set, &info); in compute_defs_uses_and_gen()
|
| HD | combine.c | 774 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()
|
| HD | reload1.c | 845 note_stores (PATTERN (insn), mark_not_eliminable, NULL); in reload() 3930 note_stores (PATTERN (insn), forget_old_reloads_1, ®s_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()
|
| HD | regmove.c | 298 note_stores (PATTERN (insn), flags_set_1, NULL); in mark_flags_life_zones()
|
| HD | ChangeLog-1999 | 4052 * 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 …]
|
| HD | sched-rgn.c | 2228 note_stores (pat, sets_likely_spilled_1, &ret); in sets_likely_spilled()
|
| HD | rtl.h | 1713 extern void note_stores (rtx, void (*) (rtx, rtx, void *), void *);
|
| HD | loop-iv.c | 1403 note_stores (PATTERN (insn), mark_altered, altered); in simplify_using_assignment()
|
| HD | optabs.c | 3321 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()
|
| HD | df-problems.c | 2461 note_stores (PATTERN (insn), df_urec_mark_reg_change, bb_info); in df_urec_bb_local_compute()
|
| HD | flow.c | 911 note_stores (PATTERN (insn), in notice_stack_pointer_modification()
|