| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | jump.cc | 276 gcc_assert (XEXP (label_note, 0) == label_ref_label (SET_SRC (label_set))); in maybe_propagate_label_ref() 1103 rtx_insn *label = label_ref_label (x); in mark_jump_label_1() 1396 if ((code == LABEL_REF && label_ref_label (x) == olabel) in redirect_exp_1() 1409 && label_ref_label (SET_SRC (x)) == olabel) in redirect_exp_1() 1737 return label_ref_label (x) == label_ref_label (y); in rtx_renumbered_equal_p() 1743 rtx_insn *xi = next_nonnote_nondebug_insn (label_ref_label (x)); in rtx_renumbered_equal_p() 1744 rtx_insn *yi = next_nonnote_nondebug_insn (label_ref_label (y)); in rtx_renumbered_equal_p()
|
| D | rtl.cc | 461 return label_ref_label (x) == label_ref_label (y); in rtx_equal_p_cb() 608 return label_ref_label (x) == label_ref_label (y); in rtx_equal_p()
|
| D | cse.cc | 2363 + CODE_LABEL_NUMBER (label_ref_label (x))); in hash_rtx_cb() 2623 return label_ref_label (x) == label_ref_label (y); in exp_equiv_p() 3500 && label_ref_label (XEXP (y, 1)) == label_ref_label (const_arg1)) in fold_rtx() 3508 && label_ref_label (XEXP (XEXP (y, 0), 1)) == label_ref_label (const_arg1)) in fold_rtx() 3520 && label_ref_label (XEXP (y, 1)) == label_ref_label (const_arg0)) in fold_rtx() 3528 && label_ref_label (XEXP (XEXP (y, 0), 1)) == label_ref_label (const_arg0)) in fold_rtx() 6487 || !label_is_jump_target_p (label_ref_label (x), insn)) in check_for_label_ref() 6488 && LABEL_P (label_ref_label (x)) in check_for_label_ref() 6489 && INSN_UID (label_ref_label (x)) != 0 in check_for_label_ref() 6490 && !find_reg_note (insn, REG_LABEL_OPERAND, label_ref_label (x))) in check_for_label_ref()
|
| D | cfgbuild.cc | 278 label_ref_label (XEXP (SET_SRC (tmp), 2)), 0); in make_edges() 418 mark_tablejump_edge (label_ref_label (XEXP (SET_SRC (tmp), 2))); in purge_dead_tablejump_edges()
|
| D | rtl-tests.cc | 209 ASSERT_EQ (label, label_ref_label (SET_SRC (jump_pat))); in test_uncond_jump()
|
| D | gcse.cc | 2661 add_reg_note (insn, REG_LABEL_OPERAND, label_ref_label (x)); in add_label_notes() 2663 if (LABEL_P (label_ref_label (x))) in add_label_notes() 2664 LABEL_NUSES (label_ref_label (x))++; in add_label_notes()
|
| D | reload.cc | 2314 return label_ref_label (x) == label_ref_label (y); in operands_match_p() 4251 label_ref_label (substitution)) in find_reloads() 4255 || !label_is_jump_target_p (label_ref_label (substitution), in find_reloads() 4259 label_ref_label (substitution)); in find_reloads() 4260 if (LABEL_P (label_ref_label (substitution))) in find_reloads() 4261 ++LABEL_NUSES (label_ref_label (substitution)); in find_reloads()
|
| D | cselib.cc | 1071 return label_ref_label (x) == label_ref_label (y); in rtx_equal_for_cselib_1() 1403 + CODE_LABEL_NUMBER (label_ref_label (x))); in cselib_hash_rtx()
|
| D | reorg.cc | 832 if (GET_CODE (src) == LABEL_REF && label_ref_label (src) == target) in get_branch_condition() 838 && label_ref_label (XEXP (src, 1)) == target) in get_branch_condition() 845 && label_ref_label (XEXP (src, 2)) == target) in get_branch_condition()
|
| D | ifcvt.cc | 450 && label_ref_label (XEXP (test_if, 2)) in cond_exec_get_condition() 845 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (if_info->jump)) in noce_emit_store_flag() 2394 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (if_info->jump); in noce_get_alt_condition() 3010 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (jump)); in noce_get_condition()
|
| D | varasm.cc | 3193 + CODE_LABEL_NUMBER (label_ref_label (value.base)) * 13); in const_hash_1() 3394 ret = (CODE_LABEL_NUMBER (label_ref_label (value1.base)) in compare_constant() 3395 == CODE_LABEL_NUMBER (label_ref_label (value2.base))); in compare_constant() 3849 h = h * 251 + CODE_LABEL_NUMBER (label_ref_label (x)); in const_rtx_hash_1() 4165 rtx_insn *insn = label_ref_label (tmp); in output_constant_pool_1()
|
| D | alias.cc | 1852 return label_ref_label (x) == label_ref_label (y); in rtx_equal_for_memref_p()
|
| D | final.cc | 3632 x = label_ref_label (x); in output_asm_label() 3723 x = label_ref_label (x); in output_addr_const()
|
| D | rtlanal.cc | 1079 return reg == label_ref_label (in); in reg_mentioned_p() 3543 && label_ref_label (y) == x) in rtx_referenced_p() 6133 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (jump); in get_condition()
|
| D | read-rtl-function.cc | 1909 ASSERT_EQ (code_label, label_ref_label (label_ref)); in test_loading_jump_to_label_ref()
|
| D | explow.cc | 342 temp = gen_rtx_LABEL_REF (to_mode, label_ref_label (x)); in convert_memory_address_addr_space_1()
|
| D | print-rtl.cc | 1726 pp_printf (pp, "L%d", INSN_UID (label_ref_label (x))); in print_value()
|
| D | reload1.cc | 2333 x = label_ref_label (x); in set_label_offsets() 2435 set_label_offsets (label_ref_label (tem), insn, initial_p); in set_label_offsets() 2441 set_label_offsets (label_ref_label (tem), insn, initial_p); in set_label_offsets()
|
| D | emit-rtl.cc | 3751 if (code == LABEL_REF && LABEL_P (label_ref_label (x))) in mark_label_nuses() 3752 LABEL_NUSES (label_ref_label (x))++; in mark_label_nuses()
|
| D | dwarf2cfi.cc | 2655 rtx_insn * lab = label_ref_label (XEXP (SET_SRC (tmp), 2)); in create_trace_edges()
|
| D | lra-constraints.cc | 845 return label_ref_label (x) == label_ref_label (y); in operands_match_p()
|
| D | rtl.h | 1899 label_ref_label (const_rtx ref) in label_ref_label() function
|
| D | cfgrtl.cc | 1232 && label_ref_label (XEXP (SET_SRC (tmp), 2)) == old_label) in patch_jump_insn()
|
| D | cfgexpand.cc | 4305 temp = gen_rtx_LABEL_REF (mode, label_ref_label (x)); in convert_debug_memory_address()
|
| D | combine.cc | 14421 && label_ref_label (XEXP (tem_note, 0)) == XEXP (note, 0))) in distribute_notes() 14428 && label_ref_label (XEXP (tem_note, 0)) == XEXP (note, 0)))) in distribute_notes()
|