| /freebsd-11-stable/contrib/gcc/ |
| HD | regmove.c | 281 if (INSN_P (insn)) in mark_flags_life_zones() 421 else if (! INSN_P (p)) in optimize_reg_copy_1() 609 else if (! INSN_P (p)) in optimize_reg_copy_2() 621 if (INSN_P (q)) in optimize_reg_copy_2() 709 if (! INSN_P (p)) in optimize_reg_copy_3() 878 if (!INSN_P (p)) in reg_is_remote_constant_p() 900 if (!INSN_P (p)) in reg_is_remote_constant_p() 953 else if (! INSN_P (p)) in fixup_match_2() 992 if (! INSN_P (p)) in fixup_match_2() 1006 if (! INSN_P (p)) in fixup_match_2() [all …]
|
| HD | postreload-gcse.c | 230 if (INSN_P (insn)) in alloc_mem() 839 if (INSN_P (insn)) in compute_hash_table() 845 if (INSN_P (insn) && GET_CODE (PATTERN (insn)) == SET) in compute_hash_table() 861 if (INSN_P (insn) && reg_set_p (reg, insn)) in reg_killed_on_edge() 878 if (INSN_P (insn) && reg_overlap_mentioned_p (reg, PATTERN (insn))) in reg_used_on_edge() 1208 if (INSN_P (insn)) in eliminate_partially_redundant_loads()
|
| HD | see.c | 723 if (!extension || !INSN_P (extension)) in see_get_extension_data() 945 gcc_assert (set1 && element && (REG_P (element) || INSN_P (element))); in eq_descriptor_extension() 949 if (INSN_P (element)) in eq_descriptor_extension() 973 gcc_assert (r && INSN_P (r)); in hash_descriptor_extension() 1497 && INSN_P (pre_extension->se_insn)); in see_print_pre_extension_expr() 1693 gcc_assert (new_insn && INSN_P (new_insn)); in see_pre_insert_extensions() 2394 gcc_assert (def_se && INSN_P (def_se)); in see_print_one_extension() 2749 && INSN_P (def_se) in see_merge_one_def_extension() 2752 && INSN_P (ref)); in see_merge_one_def_extension() 3197 if (!INSN_P (insn)) in see_handle_relevant_defs() [all …]
|
| HD | sched-ebb.c | 370 else if (INSN_P (insn) && last_jump != NULL_RTX) in add_deps_for_risky_insns() 448 gcc_assert (INSN_P (head) && INSN_P (tail)); in schedule_ebb() 494 if (INSN_P (head)) in schedule_ebb()
|
| HD | emit-rtl.c | 2130 if (INSN_P (p)) in unshare_all_rtl_again() 2293 if (INSN_P (p)) in verify_rtl_sharing() 2301 if (INSN_P (p)) in verify_rtl_sharing() 2316 if (INSN_P (insn)) in unshare_all_rtl_in_chain() 2879 if (insn == 0 || INSN_P (insn)) in next_real_insn() 2896 if (insn == 0 || INSN_P (insn)) in prev_real_insn() 3001 for (insn = label; insn != 0 && !INSN_P (insn); insn = NEXT_INSN (insn)) in skip_consecutive_labels() 3046 if (insn && INSN_P (insn) && reg_mentioned_p (cc0_rtx, PATTERN (insn))) in next_cc0_user() 3141 if (INSN_P (insn_last) in try_split() 3198 || (flag_non_call_exceptions && INSN_P (insn) in try_split() [all …]
|
| HD | struct-equiv.c | 917 else if (INSN_P (i1)) in insns_match_p() 929 if (! INSN_P (i1) in insns_match_p() 1159 while (!INSN_P (xi) && xi != x_stop) in struct_equiv_block_eq() 1162 while (!INSN_P (yi) && yi != y_stop) in struct_equiv_block_eq() 1167 if (INSN_P (xi)) in struct_equiv_block_eq() 1210 while (xi != x_stop && !INSN_P (PREV_INSN (xi))) in struct_equiv_block_eq() 1213 while (yi != y_stop && !INSN_P (PREV_INSN (yi))) in struct_equiv_block_eq()
|
| HD | cfgcleanup.c | 327 if (INSN_P (insn) && side_effects_p (PATTERN (insn))) in thread_jump() 339 if (INSN_P (insn)) in thread_jump() 353 if (INSN_P (insn)) in thread_jump() 1090 while (!INSN_P (i1) && i1 != BB_HEAD (bb1)) in flow_find_cross_jump() 1093 while (!INSN_P (i2) && i2 != BB_HEAD (bb2)) in flow_find_cross_jump() 1105 if (INSN_P (i1)) in flow_find_cross_jump() 1144 while (last1 != BB_HEAD (bb1) && !INSN_P (PREV_INSN (last1))) in flow_find_cross_jump() 1150 while (last2 != BB_HEAD (bb2) && !INSN_P (PREV_INSN (last2))) in flow_find_cross_jump()
|
| HD | mode-switching.c | 251 if (INSN_P (return_copy)) in create_pre_exit() 354 if (INSN_P (last_insn)) in create_pre_exit() 479 if (INSN_P (insn)) in optimize_mode_switching()
|
| HD | gcse.c | 936 if (INSN_P (insn)) in alloc_gcse_mem() 949 if (INSN_P (insn)) in alloc_gcse_mem() 1150 if (INSN_P (insn)) in compute_sets() 2061 if (! INSN_P (insn)) in compute_hash_table_work() 2085 if (INSN_P (insn)) in compute_hash_table_work() 2915 if (!INSN_P (insn)) in cprop_insn() 3188 if (INSN_P (insn)) in local_cprop_pass() 3269 if (INSN_P (insn)) in cprop() 3502 if (INSN_P (insn) && reg_set_p (reg, insn)) in reg_killed_on_edge() 3720 else if (INSN_P (insn)) in bypass_conditional_jumps() [all …]
|
| HD | sched-deps.c | 245 gcc_assert (INSN_P (insn) && INSN_P (elem)); in maybe_add_or_update_back_dep_1() 274 gcc_assert (INSN_P (insn) && INSN_P (elem) && insn != elem); in add_or_update_back_dep_1() 514 gcc_assert (INSN_P (insn) && INSN_P (elem) && insn != elem); in add_back_dep() 1645 gcc_assert (INSN_P (from)); in add_forw_dep() 1684 if (! INSN_P (insn)) in compute_forward_dependences()
|
| HD | local-alloc.c | 494 if (! INSN_P (insn)) in validate_equiv_mem() 767 if (!INSN_P (insn)) in memref_used_between_p() 825 if (! INSN_P (insn)) in update_equiv_regs() 1023 if (! INSN_P (insn)) in update_equiv_regs() 1091 if (! INSN_P (insn)) in update_equiv_regs() 1326 if (INSN_P (insn)) in block_alloc() 2430 if (INSN_P (p)) in no_conflict_p()
|
| HD | bt-load.c | 489 if (INSN_P (insn)) in compute_defs_uses_and_gen() 586 for (insn = BB_END (bb); insn != BB_HEAD (bb) && ! INSN_P (insn); ) in compute_defs_uses_and_gen() 686 if (INSN_P (insn)) in link_btr_uses() 1193 for (insp = BB_END (b); ! INSN_P (insp); insp = PREV_INSN (insp)) in move_btr_def() 1249 if (INSN_P (insn)) in can_move_up()
|
| HD | ifcvt.c | 1521 && INSN_P (prev_insn) in noce_get_alt_condition() 1609 if (INSN_P (insn) && reg_overlap_mentioned_p (if_info->x, PATTERN (insn))) in noce_get_alt_condition() 1614 if (INSN_P (insn) in noce_get_alt_condition() 2419 if (!INSN_P (insn) || JUMP_P (insn)) in check_cond_move_block() 2555 if (!INSN_P (insn) || JUMP_P (insn)) in cond_move_process_if_block() 2586 if (!INSN_P (insn) || JUMP_P (insn)) in cond_move_process_if_block() 2626 if (INSN_P (insn) && !JUMP_P (insn)) in cond_move_process_if_block() 2631 if (INSN_P (insn) && !JUMP_P (insn)) in cond_move_process_if_block() 2922 if (INSN_P (insn) in block_jumps_and_fallthru_p() 3658 if (INSN_P (insn)) in dead_or_predicable() [all …]
|
| HD | rtlanal.c | 639 if (INSN_P (insn) in reg_used_between_p() 735 if (INSN_P (insn) && reg_set_p (reg, insn)) in reg_set_between_p() 746 if (INSN_P (insn) in reg_set_p() 903 note_stores (INSN_P (insn) ? PATTERN (insn) : insn, set_of_1, &data); in set_of() 971 if (! INSN_P (insn)) in multiple_sets() 1087 if (INSN_P (p)) in find_last_value() 1596 if (! INSN_P (insn)) in find_reg_note() 1623 if (! INSN_P (insn)) in find_regno_note() 1649 if (!INSN_P (insn)) in find_reg_equal_equiv_note() 3149 if (INSN_P (before)) in find_first_parameter_load() [all …]
|
| HD | recog.c | 398 && INSN_P (changes[i].object) in confirm_change_group() 756 return (INSN_P (next) in next_insn_tests_no_inequality() 905 if (INSN_P (next) && dead_or_set_p (next, dest)) in find_single_use() 2715 if (INSN_P (first)) in split_insn() 2749 if (INSN_P (insn)) in split_all_insns() 2827 if (INSN_P (insn)) in split_all_insns_noflow() 3089 if (INSN_P (insn)) in peephole2_optimize() 3268 if (INSN_P (x)) in peephole2_optimize()
|
| HD | cfgloopanal.c | 374 if (INSN_P (insn)) in num_loop_insns() 398 if (INSN_P (insn)) in average_num_loop_insns()
|
| HD | df-core.c | 976 if (!INSN_P (insn)) in df_bb_regno_last_use_find() 999 if (!INSN_P (insn)) in df_bb_regno_first_def_find() 1022 if (!INSN_P (insn)) in df_bb_regno_last_def_find()
|
| HD | loop-unroll.c | 225 if (INSN_P (insn)) in loop_exit_at_end_p() 1748 if (!INSN_P (insn)) in analyze_insns_in_loop() 2106 if (!INSN_P (insn)) in apply_opt_in_copies() 2109 while (!INSN_P (orig_insn)) in apply_opt_in_copies() 2177 if (!INSN_P (orig_insn)) in apply_opt_in_copies()
|
| HD | haifa-sched.c | 720 if (! INSN_P (insn)) in priority() 868 if (INSN_P (last_scheduled_insn)) in rank_for_schedule() 1562 if (head == tail && (! INSN_P (head))) in rm_other_notes() 1635 if (! INSN_P (insn)) in find_insn_reg_weight1() 2282 gcc_assert (head != tail || INSN_P (head)); in schedule_block() 2719 if (head == tail && (! INSN_P (head))) in set_priorities() 2727 if (!INSN_P (insn)) in set_priorities() 2941 if (INSN_P (head)) in fix_inter_tick() 3302 gcc_assert (INSN_P (insn)); in extend_global() 4048 if (INSN_P (line)) in associate_line_notes_with_blocks()
|
| HD | print-rtl.c | 160 is_insn = INSN_P (in_rtx); in print_rtx() 409 if (i == 4 && INSN_P (in_rtx)) in print_rtx()
|
| HD | rtl-factoring.c | 135 #define ABSTRACTABLE_INSN_P(X) (INSN_P (X) && !JUMP_P (X)) 286 if (INSN_P (insn)) in prev_insn_in_block() 561 if (INSN_P (x)) in clear_regs_live_in_seq()
|
| HD | resource.c | 174 if (INSN_P (insn) in next_insn_no_annul() 475 if (INSN_P (XEXP (PATTERN (insn), 0))) in find_dead_or_set_registers() 1022 && INSN_P (XEXP (PATTERN (insn), 0))) in mark_target_live_regs()
|
| HD | modulo-sched.c | 318 if (INSN_P (insn) && single_set (insn) && in const_iteration_count() 799 || (INSN_P (head) && JUMP_P (head))) in loop_single_full_bb_p() 1026 || (INSN_P (insn) && !JUMP_P (insn) in sms_schedule() 1522 if (!INSN_P (insn)) in sms_schedule_by_order() 2314 if (! INSN_P (insn) || GET_CODE (PATTERN (insn)) == USE) in kernel_number_of_cycles() 2370 if (!INSN_P (insn)) in ps_has_conflicts()
|
| HD | jump.c | 236 if (INSN_P (insn)) in mark_all_labels() 994 if (INSN_P (x)) in only_sets_cc0_p() 1011 if (INSN_P (x)) in sets_cc0_p() 1507 else if (code == BARRIER || INSN_P (next)) in delete_related_insns()
|
| HD | ddg.c | 394 if (! INSN_P (dest_node->insn)) in build_intra_loop_deps() 453 if (! INSN_P (insn) || GET_CODE (PATTERN (insn)) == USE) in create_ddg() 479 if (! INSN_P (insn)) in create_ddg()
|