| /NextBSD/contrib/gcc/ |
| HD | regmove.c | 286 if (live && reg_mentioned_p (cc0_rtx, PATTERN (insn))) in mark_flags_life_zones() 472 && reg_mentioned_p (dest, PATTERN (q))) in optimize_reg_copy_1() 623 if (reg_mentioned_p (dest, PATTERN (q))) in optimize_reg_copy_2() 765 && !reg_mentioned_p (dest, SET_SRC (set)) in copy_src_to_dest() 2280 if (!reg_mentioned_p (stack_pointer_rtx, x)) in record_stack_memrefs() 2434 && ! reg_mentioned_p (stack_pointer_rtx, src) in combine_stack_adjustments_for_block() 2464 || reg_mentioned_p (stack_pointer_rtx, PATTERN (insn)))) in combine_stack_adjustments_for_block()
|
| HD | reorg.c | 675 if (reg_mentioned_p (cc0_rtx, insn)) in delete_scheduled_jump() 1694 || reg_mentioned_p (cc0_rtx, ipat) in redundant_insn() 2133 && ! (reg_mentioned_p (cc0_rtx, pat) && ! sets_cc0_p (pat)) in fill_simple_delay_slots() 2274 && ! (reg_mentioned_p (cc0_rtx, pat) && ! sets_cc0_p (pat)) in fill_simple_delay_slots() 2285 if (reg_mentioned_p (cc0_rtx, pat)) in fill_simple_delay_slots() 2327 && ! reg_mentioned_p (cc0_rtx, PATTERN (next_trial)) in fill_simple_delay_slots() 2437 && ! reg_mentioned_p (cc0_rtx, pat) in fill_simple_delay_slots() 2569 && ! (reg_mentioned_p (cc0_rtx, pat) in fill_slots_from_thread() 2649 if (reg_mentioned_p (cc0_rtx, pat)) in fill_slots_from_thread()
|
| HD | recog.c | 3365 if (reg_mentioned_p (SET_DEST (out_set), SET_DEST (in_set))) in store_data_bypass_p() 3385 if (reg_mentioned_p (SET_DEST (exp), SET_DEST (in_set))) in store_data_bypass_p() 3417 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1)) in if_test_bypass_p() 3418 || reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 2))) in if_test_bypass_p() 3438 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1)) in if_test_bypass_p() 3439 || reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 2))) in if_test_bypass_p()
|
| HD | combine.c | 882 && reg_mentioned_p (cc0_rtx, SET_SRC (PATTERN (insn)))) in combine_instructions() 902 && reg_mentioned_p (cc0_rtx, SET_SRC (PATTERN (XEXP (links, 0)))) in combine_instructions() 3338 && (newi2pat == 0 || ! reg_mentioned_p (i2dest, newi2pat)) in try_combine() 3536 && ! reg_mentioned_p (reg, in find_split_point() 4903 if (reg_mentioned_p (from, true_rtx)) in simplify_if_then_else() 4907 if (reg_mentioned_p (from, false_rtx)) in simplify_if_then_else() 4935 || reg_mentioned_p (true_rtx, false_rtx) in simplify_if_then_else() 12014 if (reg_mentioned_p (XEXP (note, 0), PATTERN (i3))) in distribute_notes() 12017 if (i2 && reg_mentioned_p (XEXP (note, 0), PATTERN (i2))) in distribute_notes() 12031 if (reg_mentioned_p (XEXP (note, 0), PATTERN (i3)) in distribute_notes() [all …]
|
| HD | rtlanal.c | 551 reg_mentioned_p (rtx reg, rtx in) in reg_mentioned_p() function 602 if (reg_mentioned_p (reg, XVECEXP (in, i, j))) in reg_mentioned_p() 606 && reg_mentioned_p (reg, XEXP (in, i))) in reg_mentioned_p() 1301 return reg_mentioned_p (x, in); in reg_overlap_mentioned_p()
|
| HD | see.c | 1383 if (reg_mentioned_p (d->reg, *x)) in see_mentioned_reg() 1430 && reg_mentioned_p (source_extension_reg, SET_DEST (sub))) in see_want_to_be_merged_with_extension()
|
| HD | expmed.c | 3892 && (reg_mentioned_p (target, op0) in expand_divmod() 3894 || reg_mentioned_p (target, op1) in expand_divmod() 5567 || reg_mentioned_p (target, op0) || reg_mentioned_p (target, op1)) in emit_store_flag_force()
|
| HD | reg-stack.c | 353 if (INSN_P (insn) && reg_mentioned_p (ix86_flags_rtx, PATTERN (insn))) in next_flags_user() 1176 if (INSN_P (insn) && reg_mentioned_p (dest, insn)) in swap_rtx_condition()
|
| HD | reload1.c | 1955 && reg_mentioned_p (prev_dest, PATTERN (insn)) in delete_dead_insn() 6966 || !reg_mentioned_p (old, SET_SRC (set)) in emit_output_reload_insns() 6985 if (reg_mentioned_p (rl->reg_rtx, pat)) in emit_output_reload_insns() 7961 && reg_mentioned_p (reg, PATTERN (i1))) in delete_output_reload() 8015 && reg_mentioned_p (reg, PATTERN (i2))) in delete_output_reload()
|
| HD | struct-equiv.c | 252 if (reg_mentioned_p (cc0_rtx, info->cur.x_start) in struct_equiv_improve_checkpoint()
|
| HD | jump.c | 221 && ! reg_mentioned_p (XEXP (note, 0), PATTERN (insn))) in init_label_info()
|
| HD | cse.c | 2001 if (reg_mentioned_p (x, p->exp) in rehash_using_reg() 4424 if (! reg_mentioned_p (folded_arg0, y)) in fold_rtx() 6458 && (reg_mentioned_p (dest, XEXP (note, 0)) in cse_insn() 6480 && ! reg_mentioned_p (cc0_rtx, x)) in cse_insn()
|
| HD | gcse.c | 2668 if (!success && set && reg_mentioned_p (from, SET_SRC (set))) in try_replace_reg() 3153 if (reg_mentioned_p (newval, XEXP (note, 0))) in adjust_libcall_notes() 5224 if (reg_mentioned_p (stack_pointer_rtx, x)) in simple_mem()
|
| HD | calls.c | 2183 && (reg_mentioned_p (virtual_stack_dynamic_rtx, structure_value_addr) in expand_call() 2184 || reg_mentioned_p (virtual_outgoing_args_rtx, in expand_call()
|
| HD | ifcvt.c | 1485 if (reg_mentioned_p (target, if_info->cond)) in noce_get_alt_condition() 1601 if (! cond || ! reg_mentioned_p (target, cond)) in noce_get_alt_condition()
|
| HD | local-alloc.c | 1103 && reg_mentioned_p (XEXP (link, 0), PATTERN (insn))) in update_equiv_regs()
|
| HD | cfgcleanup.c | 1135 if (ninsns && reg_mentioned_p (cc0_rtx, last1) && ! sets_cc0_p (last1)) in flow_find_cross_jump()
|
| HD | emit-rtl.c | 2656 || reg_mentioned_p (other, x)))) in make_safe_from() 3046 if (insn && INSN_P (insn) && reg_mentioned_p (cc0_rtx, PATTERN (insn))) in next_cc0_user()
|
| HD | reload.c | 1526 && reg_mentioned_p (XEXP (note, 0), in) in push_reload() 4405 : reg_mentioned_p (rld[i].in, rld[j].in))) in find_reloads() 6528 return reg_mentioned_p (x, in); in reg_overlap_mentioned_for_reload_p()
|
| HD | expr.c | 3710 if (reg_mentioned_p (virtual_stack_dynamic_rtx, temp) in emit_push_insn() 3711 || reg_mentioned_p (virtual_outgoing_args_rtx, temp)) in emit_push_insn() 9231 || reg_mentioned_p (target, op0) || reg_mentioned_p (target, op1)) in do_store_flag()
|
| HD | function.c | 2792 && reg_mentioned_p (virtual_incoming_args_rtx, in assign_parm_setup_reg() 4895 else if (!reg_mentioned_p (stack_pointer_rtx, PATTERN (insn)) in keep_stack_depressed()
|
| HD | rtl.h | 1694 extern int reg_mentioned_p (rtx, rtx);
|
| HD | cfgrtl.c | 735 if (reg_mentioned_p (cc0_rtx, PATTERN (insn))) in try_redirect_by_replacing_jump()
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm.c | 2090 || (reload_completed && !reg_mentioned_p (target, source))) in arm_gen_constant() 3745 && (reg_mentioned_p (frame_pointer_rtx, x) in thumb_legitimate_address_p() 3746 || reg_mentioned_p (arg_pointer_rtx, x) in thumb_legitimate_address_p() 3747 || reg_mentioned_p (virtual_incoming_args_rtx, x) in thumb_legitimate_address_p() 3748 || reg_mentioned_p (virtual_outgoing_args_rtx, x) in thumb_legitimate_address_p() 3749 || reg_mentioned_p (virtual_stack_dynamic_rtx, x) in thumb_legitimate_address_p() 3750 || reg_mentioned_p (virtual_stack_vars_rtx, x))) in thumb_legitimate_address_p() 5248 || reg_mentioned_p (stack_pointer_rtx, src_mem) in arm_adjust_cost() 5249 || reg_mentioned_p (frame_pointer_rtx, src_mem) in arm_adjust_cost() 5250 || reg_mentioned_p (hard_frame_pointer_rtx, src_mem)) in arm_adjust_cost() [all …]
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.c | 2634 if (reg_mentioned_p (gen_rtx_REG (Pmode, 1), pat)) in eligible_for_sibcall_delay() 2649 if (reg_mentioned_p (gen_rtx_REG (Pmode, 15), pat)) in eligible_for_sibcall_delay()
|