| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-range-equiv.cc | 30 value_range_equiv::value_range_equiv (tree min, tree max, bitmap equiv, in value_range_equiv() argument 34 set (min, max, equiv, kind); in value_range_equiv() 44 value_range_equiv::set (tree min, tree max, bitmap equiv, in set() argument 48 set_equiv (equiv); in set() 105 value_range_equiv::set_equiv (bitmap equiv) in set_equiv() argument 108 equiv = NULL; in set_equiv() 115 && equiv != NULL) in set_equiv() 116 m_equiv = BITMAP_ALLOC (equiv->obstack); in set_equiv() 118 if (equiv != m_equiv) in set_equiv() 120 if (equiv && !bitmap_empty_p (equiv)) in set_equiv() [all …]
|
| H A D | tree-ssa-uncprop.cc | 353 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in uncprop_into_successor_phis() local 354 record_equiv (equiv->rhs, equiv->lhs); in uncprop_into_successor_phis() 382 tree equiv = (*equivalences)[j]; in uncprop_into_successor_phis() local 384 if (gimple_can_coalesce_p (equiv, res)) in uncprop_into_successor_phis() 386 SET_PHI_ARG_DEF (phi, e->dest_idx, equiv); in uncprop_into_successor_phis() 396 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in uncprop_into_successor_phis() local 397 remove_equivalence (equiv->rhs); in uncprop_into_successor_phis() 418 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in before_dom_children() local 420 record_equiv (equiv->rhs, equiv->lhs); in before_dom_children() 421 m_equiv_stack.safe_push (equiv->rhs); in before_dom_children()
|
| H A D | reload1.cc | 1117 rtx equiv = 0; in reload() local 1121 equiv = reg_equiv_constant (i); in reload() 1123 equiv = reg_equiv_invariant (i); in reload() 1125 equiv = targetm.delegitimize_address (reg); in reload() 1127 equiv = reg; in reload() 1129 if (equiv == reg) in reload() 1144 if (!equiv) in reload() 1152 reg, equiv); in reload() 6622 rtx equiv in choose_reload_regs() local 6627 if (equiv != 0) in choose_reload_regs() [all …]
|
| H A D | value-relation.cc | 290 equiv_chain *equiv = find_equiv_dom (ssa, bb); in equiv_set() local 291 if (equiv) in equiv_set() 292 return equiv->m_names; in equiv_set() 368 equiv_oracle::register_equiv (basic_block bb, unsigned v, equiv_chain *equiv) in register_equiv() argument 374 if (equiv->m_bb == bb) in register_equiv() 376 bitmap_set_bit (equiv->m_names, v); in register_equiv() 384 valid_equivs (b, equiv->m_names, bb); in register_equiv()
|
| H A D | value-range-equiv.h | 60 bitmap equiv () const { return m_equiv; } in class()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-uncprop.c | 353 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in uncprop_into_successor_phis() local 354 record_equiv (equiv->rhs, equiv->lhs); in uncprop_into_successor_phis() 382 tree equiv = (*equivalences)[j]; in uncprop_into_successor_phis() local 384 if (gimple_can_coalesce_p (equiv, res)) in uncprop_into_successor_phis() 386 SET_PHI_ARG_DEF (phi, e->dest_idx, equiv); in uncprop_into_successor_phis() 396 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in uncprop_into_successor_phis() local 397 remove_equivalence (equiv->rhs); in uncprop_into_successor_phis() 418 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux; in before_dom_children() local 420 record_equiv (equiv->rhs, equiv->lhs); in before_dom_children() 421 m_equiv_stack.safe_push (equiv->rhs); in before_dom_children()
|
| H A D | tree-vrp.h | 60 bitmap equiv () const; in class() 88 value_range_equiv::equiv () const in equiv() function
|
| H A D | reload1.c | 1118 rtx equiv = 0; in reload() local 1122 equiv = reg_equiv_constant (i); in reload() 1124 equiv = reg_equiv_invariant (i); in reload() 1126 equiv = targetm.delegitimize_address (reg); in reload() 1128 equiv = reg; in reload() 1130 if (equiv == reg) in reload() 1145 if (!equiv) in reload() 1153 reg, equiv); in reload() 6626 rtx equiv in choose_reload_regs() local 6631 if (equiv != 0) in choose_reload_regs() [all …]
|
| /netbsd-src/usr.bin/tr/ |
| H A D | str.c | 58 int equiv[2]; /* equivalence set */ member 85 s->equiv[0] = 0; in str_create() 86 s->equiv[1] = OOBCH; in str_create() 96 if (s->set != NULL && s->set != s->equiv) { in str_destroy() 162 if (s->set != s->equiv) { in next() 313 s->equiv[0] = backslash(s); in genequiv() 315 s->equiv[0] = ch; in genequiv() 329 s->set = s->equiv; in genequiv()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | Makefile.in | 42 OBJS= common.o compat.o data.o equiv.o error.o exec.o expr.o \ 101 equiv.o: $(srcdir)/equiv.c 102 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/equiv.c
|
| /netbsd-src/share/man/man5/ |
| H A D | Makefile | 10 hosts.5 hosts.equiv.5 ifaliases.5 ifconfig.if.5 intro.5 \ 24 MLINKS+=hosts.equiv.5 rhosts.5
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | parsecpu.awk | 270 equiv=cpu_opt_alias[cpus[n],aliases[alias]] 273 cpu_opt_remove[cpus[n],equiv] ", true, " 274 print_isa_bits_for(cpu_opt_isa[cpus[n],equiv], " ") 362 equiv=arch_opt_alias[archs[n],aliases[alias]] 365 arch_opt_remove[archs[n],equiv] ", true, " 366 print_isa_bits_for(arch_opt_isa[archs[n],equiv], " ")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | parsecpu.awk | 270 equiv=cpu_opt_alias[cpus[n],aliases[alias]] 273 cpu_opt_remove[cpus[n],equiv] ", true, " 274 print_isa_bits_for(cpu_opt_isa[cpus[n],equiv], " ") 362 equiv=arch_opt_alias[archs[n],aliases[alias]] 365 arch_opt_remove[archs[n],equiv] ", true, " 366 print_isa_bits_for(arch_opt_isa[archs[n],equiv], " ")
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| H A D | ure.c | 237 _ure_equiv_t *equiv; member 1567 (b->equiv[tmp].l != l || b->equiv[tmp].r != r); in _ure_add_equiv() 1575 b->equiv = (_ure_equiv_t *) malloc(sizeof(_ure_equiv_t) << 3); in _ure_add_equiv() 1577 b->equiv = (_ure_equiv_t *) realloc((char *) b->equiv, in _ure_add_equiv() 1582 b->equiv[b->equiv_used].l = l; in _ure_add_equiv() 1583 b->equiv[b->equiv_used].r = r; in _ure_add_equiv() 1607 ls = b->states.states + b->equiv[eq].l; in _ure_merge_equiv() 1608 rs = b->states.states + b->equiv[eq].r; in _ure_merge_equiv() 1628 b->states.states[b->equiv[eq].r].id = in _ure_merge_equiv() 1629 b->states.states[b->equiv[eq].l].id; in _ure_merge_equiv() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-common.c | 172 s->next = l->equiv; in copy_equiv_list_to_ns() 173 l->equiv = s; in copy_equiv_list_to_ns() 544 if (s->sym->ns->equiv && s->sym->ns->equiv->eq) in get_init_field() 545 loc = &s->sym->ns->equiv->eq->expr->where; in get_init_field() 1024 for (e1 = n->sym->ns->equiv; e1; e1 = e1->next) in find_equivalence() 1283 for (z = ns->equiv; z; z = z->next) in finish_equivalences()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-common.cc | 172 s->next = l->equiv; in copy_equiv_list_to_ns() 173 l->equiv = s; in copy_equiv_list_to_ns() 572 if (s->sym->ns->equiv && s->sym->ns->equiv->eq) in get_init_field() 573 loc = &s->sym->ns->equiv->eq->expr->where; in get_init_field() 1053 for (e1 = n->sym->ns->equiv; e1; e1 = e1->next) in find_equivalence() 1312 for (z = ns->equiv; z; z = z->next) in finish_equivalences()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| H A D | netpgpperl_wrap.c | 351 int equiv = 0; in SWIG_TypeEquiv() local 354 while (!equiv && *ne) { in SWIG_TypeEquiv() 358 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; in SWIG_TypeEquiv() 361 return equiv; in SWIG_TypeEquiv() 370 int equiv = 0; in SWIG_TypeCompare() local 373 while (!equiv && *ne) { in SWIG_TypeCompare() 377 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; in SWIG_TypeCompare() 380 return equiv; in SWIG_TypeCompare() 4093 swig_cast_info *equiv; in SWIG_PropagateClientData() local 4101 equiv = swig_module.types[i]->cast; in SWIG_PropagateClientData() [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/ |
| H A D | netpgptcl_wrap.c | 357 int equiv = 0; in SWIG_TypeEquiv() local 360 while (!equiv && *ne) { in SWIG_TypeEquiv() 364 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; in SWIG_TypeEquiv() 367 return equiv; in SWIG_TypeEquiv() 376 int equiv = 0; in SWIG_TypeCompare() local 379 while (!equiv && *ne) { in SWIG_TypeCompare() 383 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; in SWIG_TypeCompare() 386 return equiv; in SWIG_TypeCompare() 3358 swig_cast_info *equiv; in SWIG_PropagateClientData() local 3366 equiv = swig_module.types[i]->cast; in SWIG_PropagateClientData() [all …]
|
| /netbsd-src/usr.sbin/lpr/SMM.doc/ |
| H A D | spell.ok | 24 hosts.equiv
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | merge.c | 140 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *); member 352 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *); in equiv_node() local 387 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL) in equiv_node() 388 return (equiv(ctdp, mtdp, ed)); in equiv_node()
|
| /netbsd-src/usr.bin/fgen/ |
| H A D | fgen.h | 56 const char *equiv; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 986 static bool is16BitEquivalent(const char *orig, const char *equiv) { in is16BitEquivalent() argument 988 if (orig[i] == '\0' && equiv[i] == '\0') in is16BitEquivalent() 990 if (orig[i] == '\0' || equiv[i] == '\0') in is16BitEquivalent() 992 if (orig[i] != equiv[i]) { in is16BitEquivalent() 993 if ((orig[i] == 'Q' || orig[i] == 'L') && equiv[i] == 'W') in is16BitEquivalent() 995 if ((orig[i] == '6' || orig[i] == '3') && equiv[i] == '1') in is16BitEquivalent() 997 if ((orig[i] == '4' || orig[i] == '2') && equiv[i] == '6') in is16BitEquivalent()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| H A D | netpgppython_wrap.c | 355 int equiv = 0; in SWIG_TypeEquiv() local 358 while (!equiv && *ne) { in SWIG_TypeEquiv() 362 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; in SWIG_TypeEquiv() 365 return equiv; in SWIG_TypeEquiv() 374 int equiv = 0; in SWIG_TypeCompare() local 377 while (!equiv && *ne) { in SWIG_TypeCompare() 381 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; in SWIG_TypeCompare() 384 return equiv; in SWIG_TypeCompare() 4869 swig_cast_info *equiv; in SWIG_PropagateClientData() local 4877 equiv = swig_module.types[i]->cast; in SWIG_PropagateClientData() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/mantools/ |
| H A D | make_soho_readme | 13 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/doc/ |
| H A D | spec.txt | 8 (equiv. of pgp -sta)
|