Home
last modified time | relevance | path

Searched refs:newref (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dfixref.gawk136 newref = refkind line ", ," names[line] "}"
139 sub(pat, newref, orig)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-pre.c1479 vn_reference_t newref; in phi_translate_1() local
1561 &newref, VN_WALK); in phi_translate_1()
1588 else if (!result && newref in phi_translate_1()
1589 && !useless_type_conversion_p (ref->type, newref->type)) in phi_translate_1()
1600 if (newref) in phi_translate_1()
1601 new_val_id = newref->value_id; in phi_translate_1()
1614 newref = vn_reference_insert_pieces (newvuse, ref->set, in phi_translate_1()
1620 PRE_EXPR_REFERENCE (expr) = newref; in phi_translate_1()
H A Dtree-vect-stmts.c7996 tree newref, newoff; in vectorizable_store() local
8011 newref = build2 (MEM_REF, ltype, in vectorizable_store()
8013 vect_copy_ref_info (newref, DR_REF (first_dr_info->dr)); in vectorizable_store()
8016 assign = gimple_build_assign (newref, elem); in vectorizable_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc1540 vn_reference_t newref; in phi_translate_1() local
1636 &newref, VN_WALK); in phi_translate_1()
1663 else if (!result && newref in phi_translate_1()
1664 && !useless_type_conversion_p (ref->type, newref->type)) in phi_translate_1()
1670 if (newref) in phi_translate_1()
1671 new_val_id = newref->value_id; in phi_translate_1()
1680 newref = vn_reference_insert_pieces (newvuse, ref->set, in phi_translate_1()
1686 expr = get_or_alloc_expr_for_reference (newref, expr_loc); in phi_translate_1()
H A Dtree-vect-stmts.cc8117 tree newref, newoff; in vectorizable_store() local
8132 newref = build2 (MEM_REF, ltype, in vectorizable_store()
8134 vect_copy_ref_info (newref, DR_REF (first_dr_info->dr)); in vectorizable_store()
8137 assign = gimple_build_assign (newref, elem); in vectorizable_store()
H A DChangeLog-20127715 ARRAY_REF newref doesn't have compatible type with vectype element
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc4520 label_ref_list_t ref, newref; in add_constant() local
4546 newref = label_ref_list_d_pool.allocate (); in add_constant()
4547 newref->label = pool_window_label; in add_constant()
4549 newref->next = ref; in add_constant()
4550 pool_vector[pool_window_last].wend = newref; in add_constant()
4575 newref = label_ref_list_d_pool.allocate (); in add_constant()
4576 newref->label = pool_window_label; in add_constant()
4578 newref->next = ref; in add_constant()
4579 pool_vector[pool_window_last].wend = newref; in add_constant()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c4520 label_ref_list_t ref, newref; in add_constant() local
4546 newref = label_ref_list_d_pool.allocate (); in add_constant()
4547 newref->label = pool_window_label; in add_constant()
4549 newref->next = ref; in add_constant()
4550 pool_vector[pool_window_last].wend = newref; in add_constant()
4575 newref = label_ref_list_d_pool.allocate (); in add_constant()
4576 newref->label = pool_window_label; in add_constant()
4578 newref->next = ref; in add_constant()
4579 pool_vector[pool_window_last].wend = newref; in add_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc5836 gfc_ref *ref, *newref; in resolve_variable() local
5838 newref = gfc_get_ref (); in resolve_variable()
5839 newref->type = REF_ARRAY; in resolve_variable()
5840 newref->u.ar.type = AR_FULL; in resolve_variable()
5841 newref->u.ar.dimen = 0; in resolve_variable()
5849 e->ref = newref; in resolve_variable()
5855 newref->next = ref->next; in resolve_variable()
5856 ref->next = newref; in resolve_variable()
5860 gfc_free_ref_list (newref); in resolve_variable()
5864 gfc_free_ref_list (newref); in resolve_variable()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c5752 gfc_ref *ref, *newref; in resolve_variable() local
5754 newref = gfc_get_ref (); in resolve_variable()
5755 newref->type = REF_ARRAY; in resolve_variable()
5756 newref->u.ar.type = AR_FULL; in resolve_variable()
5757 newref->u.ar.dimen = 0; in resolve_variable()
5765 e->ref = newref; in resolve_variable()
5771 newref->next = ref->next; in resolve_variable()
5772 ref->next = newref; in resolve_variable()
5776 gfc_free_ref_list (newref); in resolve_variable()
5780 gfc_free_ref_list (newref); in resolve_variable()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1755 tree newref = TYPE_MAIN_VARIANT (TREE_TYPE (newtype)); in match_builtin_function_types() local
1756 if (!comptypes (oldref, newref)) in match_builtin_function_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1770 tree newref = TYPE_MAIN_VARIANT (TREE_TYPE (newtype)); in match_builtin_function_types() local
1771 if (!comptypes (oldref, newref)) in match_builtin_function_types()