Searched refs:old (Results 251 - 275 of 360) sorted by relevance

<<1112131415

/haiku-buildtools/gcc/gcc/
H A Dsel-sched.c645 of scheduling helping to distinguish between the old and the new code. */
760 rtx old, new_rtx;
770 old = undo ? INSN_RHS (insn) : INSN_LHS (insn);
773 if (rtx_ok_for_substitution_p (old, *where))
790 = validate_replace_rtx_part_nosimplify (old, new_rtx, where_replace,
1947 /* Compute the difference between old and new speculative
2526 /* Update hashtable on INSN with changed EXPR, old EXPR_OLD_VINSN
3012 those computed by the old compute_av_set version. */
3477 /* Prefer an old insn to a bookkeeping insn. */
3614 /* Start with checking expr itself and then proceed with all the old form
755 rtx old, new_rtx; local
[all...]
H A Dgcc.c1714 /* Free the old spec. */
9350 char *old = prepended;
9372 if (prepended != old)
9373 free (old);
9322 char *old = prepended; local
H A Dtree-data-ref.c1034 tree old = ref;
1038 MR_DEPENDENCE_CLIQUE (ref) = MR_DEPENDENCE_CLIQUE (old);
1039 MR_DEPENDENCE_BASE (ref) = MR_DEPENDENCE_BASE (old);
1033 tree old = ref; local
H A Dtree.c2775 and return the new head of the chain (old last element). */
6152 merge_dllimport_decl_attributes (tree old, tree new_tree)
6157 /* What we need to do here is remove from `old' dllimport if it doesn't
6160 is not dllimport'd. We also remove a `new' dllimport if the old list
6166 && lookup_attribute ("dllexport", DECL_ATTRIBUTES (old)))
6172 else if (DECL_DLLIMPORT_P (old) && !DECL_DLLIMPORT_P (new_tree))
6179 if (TREE_USED (old))
6184 keep the old DECL_DLLIMPORT_P flag: the ADDR_EXPR using the
6188 if (TREE_CODE (old) == VAR_DECL && TREE_ADDRESSABLE (old))
6131 merge_dllimport_decl_attributes(tree old, tree new_tree) argument
[all...]
H A Dfinal.c843 int old = max_labelno;
850 n_old_labels = old - min_labelno + 1;
838 int old = max_labelno; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68k.c1470 char *old = input_line_pointer;
1471 *old = '\n';
1476 input_line_pointer = old;
1477 *old = 0;
5857 { "old", 0, 0, 0, 0 },
1469 char *old = input_line_pointer; local
H A Dtc-tic6x.c1014 tic6x_label_list *old = list; local
1017 free (old);
/haiku-buildtools/binutils/bfd/
H A Delf32-spu.c2443 bfd_size_type old = amt; local
2445 old += (sinfo->max_fun - 1) * sizeof (struct function_info);
2451 memset ((char *) sinfo + old, 0, amt - old);
H A Dieee.c3632 file_ptr old;
3656 old = bfd_tell (abfd);
3726 if (bfd_seek (abfd, old, SEEK_SET) != 0)
3628 file_ptr old; local
/haiku-buildtools/legacy/binutils/bfd/
H A Dieee.c3505 file_ptr old;
3529 old = bfd_tell (abfd);
3599 if (bfd_seek (abfd, old, SEEK_SET) != 0)
3501 file_ptr old; local
/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c3725 gfc_select_type_stack *old = select_type_stack; local
3726 select_type_stack = old->prev;
3727 free (old);
/haiku-buildtools/binutils/opcodes/
H A Daarch64-opc.c2709 const aarch64_opcode *old = inst->opcode;
2721 DEBUG_TRACE ("replace %s with %s", old->name, opcode->name);
2723 return old;
2707 const aarch64_opcode *old = inst->opcode; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c3628 T1 old;
3635 __atomic_load (addr, &old, SEQ_CST);
3638 newval = old op val;
3639 if (__atomic_compare_exchange_strong (addr, &old, &newval, SEQ_CST,
3665 return the old value of LHS (this is only for postincrement and
3674 tree old, old_addr;
3733 old = create_tmp_var (nonatomic_lhs_type);
3734 old_addr = build_unary_op (loc, ADDR_EXPR, old, 0);
3735 TREE_ADDRESSABLE (old) = 1;
3736 TREE_NO_WARNING (old)
3659 tree old, old_addr; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dcombine.c166 is still the old pattern partially modified and it should not be
180 I2 or I1 in try_combine were an insn that used the old value of a register
182 new value of the register when we wanted the old one. */
1402 that the old life of I3 is being killed. If that usage is placed into
1852 rtvec old = XVEC (newpat, 0);
1855 bcopy ((char *) &old->elem[0], (char *) XVEC (newpat, 0)->elem,
1856 sizeof (old->elem[0]) * old->num_elem);
1860 rtx old = newpat;
1863 XVECEXP (newpat, 0, 0) = old;
1843 rtvec old = XVEC (newpat, 0); local
1851 rtx old = newpat; local
[all...]
H A Dcse.c172 and reg_in_table[i] != reg_tick[i], we must scan and remove old references.
962 make_regs_eqv (new, old)
963 register int new, old;
966 register int q = REG_QTY (old);
969 if (! REGNO_QTY_VALID_P (old))
1651 /* Remove old entry, make a new one in CLASS1's class.
1848 mark that register valid again and don't want the old
H A Dloop.c1849 register is no more than THRESHOLD times the old lifetime.
1930 at m->insn forwards and see this old sequence we are
2150 at m->insn forwards and see this old sequence we are
2181 /* This is the old insn before all the moved insns.
2183 in uid_luid. Only the old insns have luids. */
3387 int old = VARRAY_INT (set_in_loop, regno);
3434 VARRAY_INT (set_in_loop, regno) = old;
3439 VARRAY_INT (set_in_loop, regno) = old;
5011 substitute reduced reg wherever the old giv occurs;
5040 /* Replaceable; it isn't strictly necessary to delete the old
3365 int old = VARRAY_INT (set_in_loop, regno); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h587 xmlNodePtr xmlReplaceNode (xmlNodePtr old, xmlNodePtr cur);
1637 xmlListPtr xmlListDup (const xmlListPtr old);
1638 int xmlListCopy (xmlListPtr cur, const xmlListPtr old);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c235 ARM/Thumb syntax. Important differences from the old ARM mode:
246 Important differences from the old Thumb mode:
1304 struct reg_entry *old;
1318 old = hash_find (arm_reg_hsh, oldname);
1319 if (!old)
1342 insert_reg_alias (nbuf, old->number, old->type);
1348 insert_reg_alias (nbuf, old->number, old->type);
1354 insert_reg_alias (nbuf, old
1302 struct reg_entry *old; local
[all...]
/haiku-buildtools/binutils/
H A Dconfig.guess163 # switched to ELF, *-*-netbsd* would select the old
1421 operating system you are using. If your script is old, overwrite
/haiku-buildtools/gcc/fixincludes/
H A Dconfigure909 | --oldin | --oldi | --old | --ol | --o)
913 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1120 # There might be people who depend on the old broken behavior: `$host'
3187 # except with old shells:
3220 # except with old shells:
3253 # except with old shells:
/haiku-buildtools/isl/
H A Disl_tab.c2733 * constraint tab->con[i] to a move from position "old" to position "i".
2735 static int update_con_after_move(struct isl_tab *tab, int i, int old) argument
2744 if (p[index] != ~old)
3158 * the current basis is mapped to the old basis by a non-singular
/haiku-buildtools/gcc/libdecnumber/
H A Dconfigure917 | --oldin | --oldi | --old | --ol | --o)
921 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1128 # There might be people who depend on the old broken behavior: `$host'
4519 # except with old shells:
4552 # except with old shells:
4585 # except with old shells:
/haiku-buildtools/gcc/gotools/
H A Dconfigure906 | --oldin | --oldi | --old | --ol | --o)
910 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1117 # There might be people who depend on the old broken behavior: `$host'
2002 # except with old shells:
2062 # except with old shells:
2095 # except with old shells:
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2283 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
/haiku-buildtools/gcc/libada/
H A Dconfigure872 | --oldin | --oldi | --old | --ol | --o)
876 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1083 # There might be people who depend on the old broken behavior: `$host'
1805 # except with old shells:
1838 # except with old shells:
1871 # except with old shells:
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c487 1 - the old ABI has been used
497 ABI and natural alignment with the old.
500 with the new ABI but by reference on the stack with the old.
533 required by the old vector ABI). However, it might still be
1111 goto old;
1116 goto old;
1125 old:
1775 s390_emit_compare_and_swap (enum rtx_code code, rtx old, rtx mem, argument
1778 emit_insn (gen_atomic_compare_and_swapsi_internal (old, mem, cmp, new_rtx));
6453 the memory location, CMP the old valu
[all...]

Completed in 520 milliseconds

<<1112131415