Home
last modified time | relevance | path

Searched refs:equiv (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-uncprop.c276 static htab_t equiv;
331 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT); in remove_equivalence()
349 slot = htab_find_slot (equiv, equiv_hash_elt, INSERT); in record_equiv()
400 htab_delete (equiv); in tree_ssa_uncprop()
462 record_equiv (equiv->rhs, equiv->lhs); in uncprop_into_successor_phis()
483 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT); in uncprop_into_successor_phis()
497 tree equiv = VEC_index (tree, elt->equivalences, j); in uncprop_into_successor_phis() local
501 SET_PHI_ARG_DEF (phi, e->dest_idx, equiv); in uncprop_into_successor_phis()
512 remove_equivalence (equiv->rhs); in uncprop_into_successor_phis()
566 record_equiv (equiv->rhs, equiv->lhs); in uncprop_enter_block()
[all …]
H A Dtree-vrp.c441 if (equiv != vr->equiv) in set_value_range()
443 if (equiv && !bitmap_empty_p (equiv)) in set_value_range()
444 bitmap_copy (vr->equiv, equiv); in set_value_range()
791 bitmap_ior_into (*equiv, vr->equiv); in add_equivalence()
6499 if (vr0->equiv && vr1->equiv && vr0->equiv != vr1->equiv) in vrp_meet()
6501 else if (vr0->equiv && !vr1->equiv) in vrp_meet()
6516 if (vr0->equiv && vr1->equiv && vr0->equiv != vr1->equiv) in vrp_meet()
6517 bitmap_and_into (vr0->equiv, vr1->equiv); in vrp_meet()
6518 else if (vr0->equiv && !vr1->equiv) in vrp_meet()
6541 if (vr0->equiv && vr1->equiv && vr0->equiv != vr1->equiv) in vrp_meet()
[all …]
H A Dreload1.c1127 rtx equiv = 0; in reload() local
1137 equiv = reg; in reload()
1139 if (equiv == reg) in reload()
1154 if (!equiv) in reload()
6689 rtx equiv in choose_reload_regs() local
6715 equiv = 0; in choose_reload_regs()
6740 equiv = 0; in choose_reload_regs()
6744 equiv = 0; in choose_reload_regs()
6758 equiv = 0; in choose_reload_regs()
6785 equiv = 0; in choose_reload_regs()
[all …]
H A Doptabs.c3779 emit_libcall_block (rtx insns, rtx target, rtx result, rtx equiv) in emit_libcall_block() argument
3792 if (cfun->can_throw_non_call_exceptions && may_trap_p (equiv)) in emit_libcall_block()
3868 set_dst_reg_note (last, REG_EQUAL, copy_rtx (equiv), target); in emit_libcall_block()
4241 rtx value, target, insns, equiv; in prepare_float_lib_cmp() local
4331 equiv = simplify_gen_relational (NE, cmp_mode, mode, y, y); in prepare_float_lib_cmp()
4332 equiv = simplify_gen_ternary (IF_THEN_ELSE, cmp_mode, cmp_mode, in prepare_float_lib_cmp()
4333 temp, const_true_rtx, equiv); in prepare_float_lib_cmp()
4337 equiv = simplify_gen_relational (comparison, cmp_mode, mode, x, y); in prepare_float_lib_cmp()
4339 equiv = simplify_gen_ternary (IF_THEN_ELSE, cmp_mode, cmp_mode, in prepare_float_lib_cmp()
4340 equiv, true_rtx, false_rtx); in prepare_float_lib_cmp()
[all …]
H A Dreload.c5833 rtx equiv = (MEM_P (XEXP (x, 0)) in find_reloads_address_1() local
5837 if (insn && NONJUMP_INSN_P (insn) && equiv in find_reloads_address_1()
5838 && memory_operand (equiv, GET_MODE (equiv)) in find_reloads_address_1()
5843 && insn_operand_matches (icode, 0, equiv) in find_reloads_address_1()
5844 && insn_operand_matches (icode, 1, equiv))) in find_reloads_address_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-uncprop.c365 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in uncprop_into_successor_phis() local
366 record_equiv (equiv->rhs, equiv->lhs); in uncprop_into_successor_phis()
394 tree equiv = (*equivalences)[j]; in uncprop_into_successor_phis() local
396 if (gimple_can_coalesce_p (equiv, res)) in uncprop_into_successor_phis()
398 SET_PHI_ARG_DEF (phi, e->dest_idx, equiv); in uncprop_into_successor_phis()
408 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in uncprop_into_successor_phis() local
409 remove_equivalence (equiv->rhs); in uncprop_into_successor_phis()
430 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in before_dom_children() local
432 record_equiv (equiv->rhs, equiv->lhs); in before_dom_children()
433 m_equiv_stack.safe_push (equiv->rhs); in before_dom_children()
H A Dvr-values.c70 vr->equiv); in set_value_range_to_truthvalue()
111 vr->equiv = NULL; in get_value_range()
204 || !vrp_bitmap_equal_p (old_vr->equiv, new_vr->equiv); in update_value_range()
216 BITMAP_FREE (new_vr->equiv); in update_value_range()
223 new_vr->equiv); in update_value_range()
226 BITMAP_FREE (new_vr->equiv); in update_value_range()
241 if (*equiv == NULL) in add_equivalence()
244 if (vr && vr->equiv) in add_equivalence()
245 bitmap_ior_into (*equiv, vr->equiv); in add_equivalence()
596 min, max, vr_p->equiv); in extract_range_for_var_from_comparison_expr()
[all …]
H A Dtree-vrp.c309 vr->equiv = BITMAP_ALLOC (equiv->obstack); in set_value_range()
311 if (equiv != vr->equiv) in set_value_range()
313 if (equiv && !bitmap_empty_p (equiv)) in set_value_range()
314 bitmap_copy (vr->equiv, equiv); in set_value_range()
6318 if (vr0->equiv && vr1->equiv && vr0->equiv != vr1->equiv) in vrp_intersect_ranges_1()
6319 bitmap_ior_into (vr0->equiv, vr1->equiv); in vrp_intersect_ranges_1()
6320 else if (vr1->equiv && !vr0->equiv) in vrp_intersect_ranges_1()
6325 bitmap_copy (vr0->equiv, vr1->equiv); in vrp_intersect_ranges_1()
6420 if (vr0->equiv && vr1->equiv && vr0->equiv != vr1->equiv) in vrp_meet_1()
6421 bitmap_and_into (vr0->equiv, vr1->equiv); in vrp_meet_1()
[all …]
H A Dreload1.c1120 rtx equiv = 0; in reload() local
1130 equiv = reg; in reload()
1132 if (equiv == reg) in reload()
1147 if (!equiv) in reload()
6727 rtx equiv in choose_reload_regs() local
6753 equiv = 0; in choose_reload_regs()
6778 equiv = 0; in choose_reload_regs()
6783 equiv = 0; in choose_reload_regs()
6797 equiv = 0; in choose_reload_regs()
6824 equiv = 0; in choose_reload_regs()
[all …]
H A Dtree-vrp.h51 bitmap equiv; member
H A Doptabs.c3646 && (equiv_may_trap || may_trap_p (equiv))) in emit_libcall_block_1()
3722 if (equiv) in emit_libcall_block_1()
3723 set_dst_reg_note (last, REG_EQUAL, copy_rtx (equiv), target); in emit_libcall_block_1()
3730 emit_libcall_block (rtx_insn *insns, rtx target, rtx result, rtx equiv) in emit_libcall_block() argument
3732 emit_libcall_block_1 (insns, target, result, equiv, false); in emit_libcall_block()
4123 rtx value, target, equiv; in prepare_float_lib_cmp() local
4211 equiv = simplify_gen_relational (NE, cmp_mode, mode, y, y); in prepare_float_lib_cmp()
4212 equiv = simplify_gen_ternary (IF_THEN_ELSE, cmp_mode, cmp_mode, in prepare_float_lib_cmp()
4213 temp, const_true_rtx, equiv); in prepare_float_lib_cmp()
4220 equiv, true_rtx, false_rtx); in prepare_float_lib_cmp()
[all …]
H A Dgimple-ssa-evrp-analyze.c323 new_vr->equiv = NULL; in record_ranges_from_stmt()
H A Dreload.c5816 rtx equiv = (MEM_P (XEXP (x, 0)) in find_reloads_address_1() local
5825 || (equiv in find_reloads_address_1()
5826 && memory_operand (equiv, GET_MODE (equiv)) in find_reloads_address_1()
5828 && insn_operand_matches (icode, 0, equiv) in find_reloads_address_1()
5829 && insn_operand_matches (icode, 1, equiv)))) in find_reloads_address_1()
H A Dipa-prop.c115 gcc_checking_assert (!p->equiv); in hash()
1798 tmp.equiv = NULL; in ipa_get_value_range()
1898 tmpvr.equiv = NULL; in ipa_compute_jump_functions_for_edge()
/dragonfly/usr.bin/tr/
H A Dstr.c192 s->equiv[0] = backslash(s, NULL); in genequiv()
200 s->equiv[0] = wc; in genequiv()
215 src[0] = (char)s->equiv[0]; in genequiv()
223 s->equiv[p++] = i; in genequiv()
225 s->equiv[p] = OOBCH; in genequiv()
230 s->set = s->equiv; in genequiv()
H A Dextern.h45 wint_t equiv[NCHARS_SB]; /* equivalence set */ member
/dragonfly/etc/
H A Dhosts.equiv1 # $FreeBSD: src/etc/hosts.equiv,v 1.4 1999/08/27 23:23:41 peter Exp $
2 # $DragonFly: src/etc/hosts.equiv,v 1.2 2003/06/17 04:24:45 dillon Exp $
H A DMakefile30 hosts hosts.allow hosts.equiv hosts.lpd \
/dragonfly/share/man/man5/
H A DMakefile27 hosts.equiv.5 \
75 MLINKS+=hosts.equiv.5 rhosts.5
/dragonfly/contrib/gdb-7/gdb/
H A Ddictionary.c120 symbol_compare_ftype *equiv,
123 symbol_compare_ftype *equiv,
/dragonfly/share/examples/etc/
H A DREADME.examples31 hosts.equiv - defines system-wide trusted hosts (see ruserok(3))
/dragonfly/contrib/tre/lib/
H A Dtre-parse.c483 int equiv; in tre_parse_bracket_items() local
500 if ((equiv = __collate_equiv_value(ctx->loc, in tre_parse_bracket_items()
532 equiv, &max_i, items); in tre_parse_bracket_items()
/dragonfly/contrib/tcp_wrappers/
H A DREADME620 rexd is less secure than a wildcard in /etc/hosts.equiv.
732 systems it is even less secure than a wildcard in /etc/hosts.equiv.
810 systems it is even less secure than a wildcard in /etc/hosts.equiv.
/dragonfly/contrib/binutils-2.34/gas/
H A Dread.c3227 s_set (int equiv) in s_set() argument
3246 assign_symbol (name, equiv); in s_set()
/dragonfly/contrib/binutils-2.27/gas/
H A Dread.c3283 s_set (int equiv) in s_set() argument
3302 assign_symbol (name, equiv); in s_set()

12