Searched refs:old (Results 201 - 225 of 360) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/
H A Dtoplev.c352 const char *old = flag_random_seed; local
363 return old;
H A Dtree-ssa-pre.c2129 bitmap_set_t S, old, ANTIC_OUT; local
2136 old = ANTIC_OUT = S = NULL;
2144 old = ANTIC_IN (block);
2225 if (!was_visited || !bitmap_set_equal (old, ANTIC_IN (block)))
2242 if (old)
2243 bitmap_set_free (old);
4518 tree old = el_avail[SSA_NAME_VERSION (valnum)]; local
4519 if (old == entry)
H A Dregcprop.c991 rtx old = *recog_data.operand_loc[i]; local
992 recog_data.operand[i] = old;
H A Dvarasm.c230 section_hasher::equal (section *old, const char *new_name)
232 return strcmp (old->named.name, new_name) == 0;
236 section_hasher::hash (section *old)
238 return htab_hash_string (old->named.name);
254 object_block_hasher::equal (object_block *old, const section *new_section)
256 return old->sect == new_section;
260 object_block_hasher::hash (object_block *old)
262 return hash_section (old->sect);
1328 /* If the old RTL had the wrong mode, fix the mode. */
4417 to be a constant, this is old
229 equal(section *old, const char *new_name) argument
235 hash(section *old) argument
253 equal(object_block *old, const section *new_section) argument
259 hash(object_block *old) argument
[all...]
H A Dtree-ssa-sccvn.c1961 vec<vn_reference_op_s> old = vr->operands; local
1965 if (old == shared_lookup_references)
1973 if (old == shared_lookup_references)
2101 vec<vn_reference_op_s> old = vr->operands; local
2103 if (old == shared_lookup_references
2104 && vr->operands != old)
2313 /* But free the old slot in case of a collision. */
H A Dgenattrtab.c1870 side will be the old right side and its right side will be the new
2340 struct obstack *old; local
2343 old = rtl_obstack;
2346 rtl_obstack = old;
3026 struct obstack *old = rtl_obstack; local
3045 rtl_obstack = old;
3047 cheaper than the old value, and overall cheap, use that
H A Dtrans-mem.c2047 Other successors are still part of the old region. */
3144 tree old = n->label_or_list;
3145 if (TREE_CODE (old) == LABEL_DECL)
3146 old = tree_cons (NULL, old, NULL);
3147 n->label_or_list = tree_cons (NULL, dummy.label_or_list, old);
4470 /* If this block is in the old set, no need to rescan. */
H A Dtree-ssa-loop-niter.c1529 simplify_replace_tree (tree expr, tree old, tree new_tree) argument
1538 if (CONSTANT_CLASS_P (old))
1541 if (expr == old
1542 || operand_equal_p (expr, old, 0))
1552 se = simplify_replace_tree (e, old, new_tree);
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c1482 MEM is the memory location, CMP the old value to compare MEM with
1556 rtx old = gen_reg_rtx (SImode);
1593 emit_move_insn (old, cmp);
1599 val = expand_simple_binop (SImode, code, old, orig,
1605 tmp = expand_simple_binop (SImode, AND, old, ac.modemaski,
1614 tmp = expand_simple_binop (SImode, code, old, val,
1619 tmp = expand_simple_binop (SImode, XOR, old, ac.modemask,
1631 emit_insn (gen_sync_compare_and_swapsi (cmp, ac.memsi, old, new_rtx));
1632 emit_cmp_and_jump_insns (cmp, old, NE, const0_rtx, SImode, true, csloop);
4256 with old MDEP_REORG
1554 rtx old = gen_reg_rtx (SImode); local
[all...]
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dcrt1.S706 ! reset the vbr to its old value before old_vbr (in bss) is wiped
712 ! reset the old vbr value
987 mov.l 2f, r0 ! load the old vbr setting (if any)
1006 mov.l 2f, r0 ! load the old vbr setting (if any)
1123 mov.l 2f, r0 ! Load the old vbr setting (if any).
/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c1959 gfc_expr *expr, *old; local
1962 /* Find which, if any, arguments are arrays. Assume that the old
1980 old = gfc_copy_expr (e);
1984 expr->ts = old->ts;
1985 expr->where = old->where;
1991 a = old->value.function.actual;
2027 gfc_copy_expr (old), NULL);
2031 b = old->value.function.actual;
2070 gfc_free_expr (old);
2078 gfc_free_expr (old);
[all...]
H A Dtrans-intrinsic.c8851 tree tmp, atom, value, old = NULL_TREE, stat = NULL_TREE; local
8890 old = null_pointer_node;
8899 old = argse.expr;
8976 token, offset, image_index, value, old, stat,
9037 gfc_add_modify (&block, old, fold_convert (TREE_TYPE (old), tmp));
9155 tree tmp, atom, old, new_val, comp, stat = NULL_TREE; local
9178 old = argse.expr;
9228 if (TREE_TYPE (TREE_TYPE (new_val)) != TREE_TYPE (TREE_TYPE (old)))
9230 tmp = gfc_create_var (TREE_TYPE (TREE_TYPE (old)), "ne
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c1290 const reg_entry *old;
1304 old = hash_find (aarch64_reg_hsh, oldname);
1305 if (!old)
1326 if (insert_reg_alias (nbuf, old->number, old->type) != NULL)
1342 if (insert_reg_alias (nbuf, old->number, old->type) == NULL)
1353 insert_reg_alias (nbuf, old->number, old->type);
1484 we replace the old symbo
1288 const reg_entry *old; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd-in.h431 (struct bfd_hash_table *, struct bfd_hash_entry *old,
482 /* Deprecated old routines. */
/haiku-buildtools/legacy/gcc/gcc/
H A Dcollect2.c562 xrealloc (old, size)
563 PTR old;
567 if (old)
568 ptr = (PTR) realloc (old, size);
3289 /* null out old command map, because we will rewrite at the end. */
3688 case MO_ERROR_OLD_RAW_HDR_FILE: fatal ("old raw header file");
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dupdate-info57 rm -f ${Info_Node}.old
58 cp $Info_Node ${Info_Node}.old
69 rm -f ${Info_Node}.old
70 cp $Info_Node ${Info_Node}.old
213 Backup of the info node has a '.old' suffix added. This is a shell script.
248 BACKUP_MSG="Backed up $Info_Node to ${Info_Node}.old."
262 rm -f ${Info_Node}.old
263 mv "$Info_Node" "${Info_Node}.old"
365 -e "/^${Info_Node}\$/d" -e "/^${Info_Node}.old\$/d"\
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dmatch686.asm29 ; if you want support the old pentium optimization, you can still use these version
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dmatch686.asm29 ; if you want support the old pentium optimization, you can still use these version
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
/haiku-buildtools/binutils/bfd/
H A Dbfd-in.h430 (struct bfd_hash_table *, struct bfd_hash_entry *old,
491 /* Deprecated old routines. */
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Daorsmul_1.asm319 C See mpn/x86/README about old gas bugs
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dlshift.asm277 C See mpn/x86/README about old gas bugs
H A Drshift.asm277 C See mpn/x86/README about old gas bugs
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c4330 /* Kill old insn */
6713 struct import **old;
6715 for (old = &imports_list; *old; old = & (*old)->next)
6717 if ((*old)->name == name)
6719 *old = (*old)->next;
6703 struct import **old; local
/haiku-buildtools/gcc/libgomp/
H A Dtarget.c82 gomp_realloc_unlock (void *old, size_t size) argument
84 void *ret = realloc (old, size);
/haiku-buildtools/gcc/gcc/cp/
H A Dtree.c1954 /* Return a new OVL node, concatenating it with the old one. */
2367 /* Map the old variable to the new one. */
2374 /* Replace the old expression with the new version. */
2429 DATA is really a splay-tree mapping old variables to new
3512 /* DECL is being redeclared; the old declaration had the abi tags in OLD,
3517 check_abi_tag_redeclaration (const_tree decl, const_tree old, const_tree new_)
3519 if (old && TREE_CODE (TREE_VALUE (old)) == TREE_LIST)
3520 old = TREE_VALUE (old);
3511 check_abi_tag_redeclaration(const_tree decl, const_tree old, const_tree new_) argument
[all...]

Completed in 343 milliseconds

1234567891011>>