Home
last modified time | relevance | path

Searched refs:REG_NOTE_KIND (Results 1 – 25 of 45) sorted by relevance

12

/NextBSD/contrib/gcc/
HDlocal-alloc.c512 if ((REG_NOTE_KIND (note) == REG_INC in validate_equiv_mem()
513 || REG_NOTE_KIND (note) == REG_DEAD) in validate_equiv_mem()
829 if (REG_NOTE_KIND (note) == REG_INC) in update_equiv_regs()
1101 if (REG_NOTE_KIND (link) == REG_DEAD in update_equiv_regs()
1146 if (REG_NOTE_KIND (note) == REG_DEAD) in update_equiv_regs()
1508 if (REG_NOTE_KIND (link) == REG_DEAD in block_alloc()
1529 if (REG_NOTE_KIND (link) == REG_UNUSED in block_alloc()
HDpredict.c162 if (REG_NOTE_KIND (note) == REG_BR_PRED in rtl_predicted_by_p()
216 gcc_assert (REG_NOTE_KIND (note) == REG_BR_PROB); in br_prob_note_reliable_p()
339 if (REG_NOTE_KIND (note) == REG_BR_PROB) in invert_br_probabilities()
341 else if (REG_NOTE_KIND (note) == REG_BR_PRED) in invert_br_probabilities()
431 if (REG_NOTE_KIND (note) == REG_BR_PRED) in combine_predictions_for_insn()
477 if (REG_NOTE_KIND (*pnote) == REG_BR_PRED) in combine_predictions_for_insn()
HDsched-deps.c415 enum reg_note kind = REG_NOTE_KIND (link); in add_or_update_back_dep_1()
443 if ((int) dep_type < (int) REG_NOTE_KIND (link)) in add_or_update_back_dep_1()
456 if (REG_NOTE_KIND (link) == REG_DEP_TRUE) in add_or_update_back_dep_1()
459 else if (REG_NOTE_KIND (link) == REG_DEP_OUTPUT) in add_or_update_back_dep_1()
462 else if (REG_NOTE_KIND (link) == REG_DEP_ANTI) in add_or_update_back_dep_1()
645 add_dependence (i, XEXP (link, 0), REG_NOTE_KIND (link)); in fixup_sched_groups()
1663 PUT_REG_NOTE_KIND (new_link, REG_NOTE_KIND (link)); in add_forw_dep()
HDglobal.c819 if (REG_NOTE_KIND (link) == REG_NO_CONFLICT) in global_conflicts()
837 if (REG_NOTE_KIND (link) == REG_DEAD) in global_conflicts()
849 if (REG_NOTE_KIND (link) == REG_INC) in global_conflicts()
866 if (REG_NOTE_KIND (link) == REG_DEAD) in global_conflicts()
926 if (REG_NOTE_KIND (link) == REG_DEAD in expand_preferences()
1887 if (REG_NOTE_KIND (link) == REG_DEAD in build_insn_chain()
1909 if (REG_NOTE_KIND (link) == REG_UNUSED in build_insn_chain()
HDhaifa-sched.c631 return insn_cost1 (insn, used ? REG_NOTE_KIND (link) : REG_NOTE_MAX, in insn_cost()
680 gcc_assert (!link || dep_type == REG_NOTE_KIND (link)); in insn_cost1()
780 REG_NOTE_KIND (link) : in priority()
878 else if (REG_NOTE_KIND (link) == 0) /* Data dependence. */ in rank_for_schedule()
886 else if (REG_NOTE_KIND (link) == 0) /* Data dependence. */ in rank_for_schedule()
1653 if (REG_NOTE_KIND (x) == REG_DEAD in find_insn_reg_weight1()
1654 || REG_NOTE_KIND (x) == REG_UNUSED) in find_insn_reg_weight1()
1926 if (REG_NOTE_KIND (note) == REG_SAVE_NOTE) in reemit_notes()
3391 add_back_forw_dep (consumer, twin, REG_NOTE_KIND (link), ds); in process_insn_depend_be_in_spec()
3880 add_back_forw_dep (check, XEXP (link, 0), REG_NOTE_KIND (link), ds); in create_check_block_twin()
[all …]
HDlists.c261 PUT_REG_NOTE_KIND (*resp, REG_NOTE_KIND (list)); in copy_DEPS_LIST_list()
HDpostreload.c900 if (REG_NOTE_KIND (*np) == REG_EQUAL in reload_combine()
901 || REG_NOTE_KIND (*np) == REG_EQUIV) in reload_combine()
972 if (REG_NOTE_KIND (note) == REG_INC in reload_combine()
1375 if (REG_NOTE_KIND (note) == REG_INC in reload_cse_move2add()
HDmode-switching.c496 if (REG_NOTE_KIND (link) == REG_DEAD) in optimize_mode_switching()
501 if (REG_NOTE_KIND (link) == REG_UNUSED) in optimize_mode_switching()
HDregrename.c128 if (REG_NOTE_KIND (note) == kind && REG_P (XEXP (note, 0))) in clear_dead_regs()
888 if (REG_NOTE_KIND (note) == REG_INC in build_def_use()
889 || REG_NOTE_KIND (note) == REG_FRAME_RELATED_EXPR) in build_def_use()
895 if (REG_NOTE_KIND (note) == REG_DEAD) in build_def_use()
973 if (REG_NOTE_KIND (note) == REG_FRAME_RELATED_EXPR) in build_def_use()
980 if (REG_NOTE_KIND (note) == REG_UNUSED) in build_def_use()
HDjump.c220 if (REG_NOTE_KIND (note) == REG_LABEL in init_label_info()
1379 if (REG_NOTE_KIND (note) != REG_DEAD in delete_computation()
1473 if (REG_NOTE_KIND (note) == REG_LABEL in delete_related_insns()
HDreg-stack.c718 if (REG_NOTE_KIND (this) == note in remove_regno_note()
2007 && (REG_NOTE_KIND (note) == REG_DEAD in subst_asm_stack_regs()
2008 || REG_NOTE_KIND (note) == REG_UNUSED)) in subst_asm_stack_regs()
2012 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2312 if (REG_NOTE_KIND (note) == REG_UNUSED && STACK_REG_P (XEXP (note, 0))) in subst_stack_regs()
HDresource.c1052 if (REG_NOTE_KIND (link) == REG_DEAD in mark_target_live_regs()
1071 if (REG_NOTE_KIND (link) == REG_UNUSED in mark_target_live_regs()
HDddg.c169 if (REG_NOTE_KIND (link) == REG_DEP_ANTI) in create_ddg_dependence()
171 else if (REG_NOTE_KIND (link) == REG_DEP_OUTPUT) in create_ddg_dependence()
HDreorg.c535 switch (REG_NOTE_KIND (note)) in emit_delay_sequence()
1904 if (REG_NOTE_KIND (link) != REG_DEAD in update_reg_dead_notes()
1937 if (REG_NOTE_KIND (link) != REG_DEAD in fix_reg_dead_note()
1965 if (REG_NOTE_KIND (link) != REG_UNUSED in update_reg_unused_notes()
HDsched-ebb.c499 if (REG_NOTE_KIND (note) == REG_SAVE_NOTE) in schedule_ebb()
HDstruct-equiv.c850 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in death_notes_match_p()
854 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in death_notes_match_p()
HDrtlanal.c1601 if (REG_NOTE_KIND (link) == kind) in find_reg_note()
1607 if (REG_NOTE_KIND (link) == kind && datum == XEXP (link, 0)) in find_reg_note()
1627 if (REG_NOTE_KIND (link) == kind in find_regno_note()
1652 if (REG_NOTE_KIND (link) == REG_EQUAL in find_reg_equal_equiv_note()
1653 || REG_NOTE_KIND (link) == REG_EQUIV) in find_reg_equal_equiv_note()
HDreload1.c1214 if (REG_NOTE_KIND (*pnote) == REG_DEAD in reload()
1215 || REG_NOTE_KIND (*pnote) == REG_UNUSED in reload()
1216 || REG_NOTE_KIND (*pnote) == REG_INC in reload()
1217 || REG_NOTE_KIND (*pnote) == REG_RETVAL in reload()
1218 || REG_NOTE_KIND (*pnote) == REG_LIBCALL) in reload()
2214 if (REG_NOTE_KIND (tem) == REG_LABEL) in set_label_offsets()
2522 x = gen_rtx_EXPR_LIST (REG_NOTE_KIND (x), new, XEXP (x, 1)); in eliminate_regs_1()
3062 if (REG_NOTE_KIND (links) == REG_EQUAL in eliminate_regs_in_insn()
4152 if (REG_NOTE_KIND (x) == REG_INC) in reload_as_needed()
HDcombine.c780 if (REG_NOTE_KIND (links) == REG_INC) in combine_instructions()
1406 if (REG_NOTE_KIND (link) == REG_INC in can_combine_p()
1734 enum reg_note kind = REG_NOTE_KIND (*loc); in adjust_for_new_dest()
2193 if (REG_NOTE_KIND (link) == REG_INC in try_combine()
2999 if (REG_NOTE_KIND (note) == REG_UNUSED in try_combine()
11031 if (REG_NOTE_KIND (link) == REG_DEAD in record_dead_and_set_regs()
11043 else if (REG_NOTE_KIND (link) == REG_INC) in record_dead_and_set_regs()
11893 switch (REG_NOTE_KIND (note)) in distribute_notes()
12311 if (REG_NOTE_KIND (note) == REG_DEAD && place == 0 in distribute_notes()
12323 if (place && REG_NOTE_KIND (note) == REG_DEAD) in distribute_notes()
[all …]
HDsched-vis.c714 GET_REG_NOTE_NAME (REG_NOTE_KIND (note)), t); in dump_insn_slim()
HDcaller-save.c818 if (REG_NOTE_KIND (link) == REG_DEAD) in insert_one_insn()
HDcfgcleanup.c993 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
997 if (REG_NOTE_KIND (note) == REG_DEAD && STACK_REG_P (XEXP (note, 0))) in old_insns_match_p()
HDpostreload-gcse.c723 if (REG_NOTE_KIND (note) == REG_INC) in record_opr_changes()
HDflow.c2279 if (REG_NOTE_KIND (notes) == REG_INC) in insn_dead_p()
2657 if (REG_NOTE_KIND (link) == REG_INC) in mark_set_regs()
4558 switch (REG_NOTE_KIND (link)) in count_or_remove_death_notes_bb()
HDcselib.c1439 if (REG_NOTE_KIND (x) == REG_INC) in cselib_process_insn()

12