| /openbsd-src/gnu/gcc/gcc/config/mt/ |
| H A D | mt.c | 179 note_stores (PATTERN (x), insn_dependent_p_1, &tmp); in insn_dependent_p() 184 note_stores (PATTERN (y), insn_dependent_p_1, &tmp); in insn_dependent_p() 200 note_stores (PATTERN (x), insn_dependent_p_1, &tmp); in insn_true_dependent_p() 2214 note_stores (PATTERN (slot), insn_dependent_p_1, &tmp); in mt_check_delay_slot() 2223 note_stores (PATTERN (slot), insn_dependent_p_1, &tmp); in mt_check_delay_slot() 2325 note_stores (PATTERN (insn), insn_dependent_p_1, &tmp); in mt_reorg_hazard() 2407 note_stores (PATTERN (prev), insn_dependent_p_1, &tmp); in mt_reorg_hazard()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | local-alloc.c | 498 note_stores (PATTERN (insn), validate_equiv_mem_from_store, NULL); 849 note_stores (PATTERN (insn), no_equiv, NULL); in update_equiv_regs() 860 note_stores (part, no_equiv, NULL); in update_equiv_regs() 925 note_stores (set, no_equiv, NULL); in update_equiv_regs() 1453 note_stores (PATTERN (insn), reg_is_set, NULL);
|
| H A D | caller-save.c | 456 note_stores (PATTERN (insn), mark_set_regs, NULL); in save_call_clobbered_regs() 869 note_stores (PATTERN (chain->insn), add_stored_regs,
|
| H A D | rtlanal.c | 1075 note_stores (PATTERN (x), insn_dependent_p_1, &tmp); 1080 note_stores (PATTERN (y), insn_dependent_p_1, &tmp); 1129 note_stores (INSN_P (insn) ? PATTERN (insn) : insn, set_of_1, &data); 1608 note_stores (x, fun, data) in note_stores() function 1644 note_stores (XVECEXP (x, 0, i), fun, data); 3324 note_stores (PATTERN (before), parms_set, &parm);
|
| H A D | conflict.c | 482 note_stores (PATTERN (insn), mark_reg, born);
|
| H A D | regrename.c | 168 note_stores (PATTERN (insn), note_sets, (void *) &live); 184 note_stores (PATTERN (insn), note_sets, (void *) pset); 1630 note_stores (PATTERN (insn), kill_clobbered_value, vd); 1761 note_stores (PATTERN (insn), kill_set_value, vd);
|
| H A D | global.c | 762 note_stores (PATTERN (insn), mark_reg_clobber, NULL); in global_conflicts() 775 note_stores (PATTERN (insn), mark_reg_store, NULL); in global_conflicts() 1850 note_stores (PATTERN (first), reg_becomes_live,
|
| H A D | ssa-dce.c | 391 note_stores (PATTERN (x),
|
| H A D | gcse.c | 1279 note_stores (PATTERN (insn), record_set_info, insn); 1521 note_stores (PATTERN (setter), mems_conflict_for_gcse_p, NULL); 2438 note_stores (PATTERN (insn), canon_list_insert, (void*) insn); 2536 note_stores (PATTERN (insn), record_last_set_info, insn); 5209 note_stores (PATTERN (pat), record_set_info, pat); 5809 note_stores (PATTERN (insn), invalidate_nonnull_info, npi); 5824 note_stores (PATTERN (insn), invalidate_nonnull_info, npi); 6987 note_stores (pat, reg_set_info, NULL); in compute_store_table()
|
| H A D | resource.c | 1068 note_stores (PATTERN (real_insn), update_live_status, NULL);
|
| H A D | cselib.c | 1303 note_stores (body, cselib_invalidate_rtx_note_stores, NULL);
|
| H A D | reload1.c | 896 note_stores (PATTERN (insn), mark_not_eliminable, NULL); 3983 note_stores (oldpat, forget_old_reloads_1, NULL); 3989 note_stores (PATTERN (x), forget_old_reloads_1, NULL); 6829 note_stores (pat, forget_old_reloads_1, NULL); 8913 note_stores (PATTERN (insn), reload_combine_note_store, NULL); in reload_combine() 9360 note_stores (PATTERN (insn), move2add_note_store, NULL);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | postreload-gcse.c | 625 note_stores (PATTERN (setter), find_mem_conflicts, x); in load_killed_in_block_p() 710 note_stores (PATTERN (insn), record_last_set_info, insn); in record_opr_changes()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | mode-switching.c | 499 note_stores (PATTERN (insn), reg_becomes_live, &live_now); in optimize_mode_switching()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | resource.c | 1066 note_stores (PATTERN (real_insn), update_live_status, NULL); in mark_target_live_regs()
|
| H A D | ddg.c | 103 note_stores (PATTERN (insn), mark_mem_store, NULL); in mem_write_insn_p()
|
| H A D | cselib.c | 1347 note_stores (body, cselib_invalidate_rtx_note_stores, NULL); in cselib_record_sets()
|