Searched refs:new_var (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/c/
H A Dc-array-notation.c173 tree t = NULL_TREE, new_var = NULL_TREE, new_node; local
186 new_var = build_decl (EXPR_LOCATION (t), VAR_DECL, NULL_TREE,
188 gcc_assert (new_var != NULL_TREE && new_var != error_mark_node);
189 new_node = build2 (MODIFY_EXPR, TREE_TYPE (t), new_var, t);
191 vec_safe_push (data.replacement, new_var);
207 fix_builtin_array_notation_fn (tree an_builtin_fn, tree *new_var) argument
322 *new_var = build_decl (location, VAR_DECL, NULL_TREE, new_var_type);
323 gcc_assert (*new_var && *new_var !
636 tree new_modify_expr, new_var = NULL_TREE, builtin_loop = NULL_TREE; local
918 tree cond = NULL_TREE, builtin_loop = NULL_TREE, new_var = NULL_TREE; local
1137 tree new_var = NULL_TREE; local
1221 tree new_mod_list, new_var, new_mod, retval_expr, retval_type; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-array-notation.c174 tree t = NULL_TREE, new_var = NULL_TREE; local
194 new_var = void_node;
197 new_var = get_temp_regvar (TREE_TYPE (t), t);
198 vec_safe_push (data.replacement, new_var);
213 expand_sec_reduce_builtin (tree an_builtin_fn, tree *new_var) argument
411 *new_var = get_temp_regvar (new_var_type, init);
413 *new_var = NULL_TREE;
419 new_expr = build_x_modify_expr (location, *new_var, code, func_parm,
428 new_yes_expr = build_x_modify_expr (location, *new_var, NOP_EXPR,
430 new_no_expr = build_x_modify_expr (location, *new_var, NOP_EXP
534 tree new_modify_expr, new_var = NULL_TREE, builtin_loop, scalar_mods; local
809 tree builtin_loop, new_var = NULL_TREE; local
990 tree builtin_loop, stmt = NULL_TREE, new_var = NULL_TREE; local
1090 tree new_mod_list, new_var, new_mod, retval_expr; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-phiprop.c184 tree old_arg, new_var; local
211 new_var = phivn[SSA_NAME_VERSION (old_arg)].value;
217 new_var = make_ssa_name (TREE_TYPE (rhs));
222 tmp = gimple_build_assign (new_var,
240 add_phi_arg (new_phi, new_var, e, locus);
H A Domp-low.c1313 tree new_var = omp_copy_decl_1 (var, ctx); local
1314 insert_decl_map (&ctx->cb, var, new_var);
1315 return new_var;
1362 tree new_var; local
1366 new_var = create_artificial_label (DECL_SOURCE_LOCATION (var));
1367 DECL_CONTEXT (new_var) = current_function_decl;
1368 insert_decl_map (&ctx->cb, var, new_var);
1369 return new_var;
1377 new_var = maybe_lookup_decl (var, ctx);
1378 if (new_var)
3539 lower_rec_simd_input_clauses(tree new_var, omp_context *ctx, int &max_vf, tree &idx, tree &lane, tree &ivar, tree &lvar) argument
3660 tree var, new_var; local
4380 tree var, new_var; local
4462 oacc_lower_reduction_var_helper(gimple_seq *stmt_seqp, omp_context *ctx, tree tid, tree var, tree new_var) argument
4558 tree var, ref, new_var; local
4642 tree var, new_var, ref, x; local
11347 tree new_var = lookup_decl (var, ctx); local
[all...]
H A Dtree-cfgcleanup.c624 tree new_var = create_tmp_reg (TREE_TYPE (lhs)); local
625 SET_SSA_NAME_VAR_OR_IDENTIFIER (lhs, new_var);
627 set_ssa_default_def (cfun, new_var, lhs);
H A Dtree-ssa-phiopt.c451 tree new_var, new_var2; local
526 new_var = force_gimple_operand_gsi (&gsi, cond, true, NULL, true,
529 if (!useless_type_conversion_p (TREE_TYPE (result), TREE_TYPE (new_var)))
534 new_stmt = gimple_build_assign (new_var2, CONVERT_EXPR, new_var);
536 new_var = new_var2;
546 replace_phi_edge_with_variable (cond_bb, e1, phi, new_var);
H A Dtree-inline.c645 tree new_var; local
663 new_var = remap_decl (old_var, id);
669 if (new_var == id->retvar)
671 else if (!new_var)
680 gcc_assert (DECL_P (new_var));
681 DECL_CHAIN (new_var) = new_decls;
682 new_decls = new_var;
685 if (TREE_CODE (new_var) == VAR_DECL
686 && DECL_HAS_VALUE_EXPR_P (new_var))
688 tree tem = DECL_VALUE_EXPR (new_var);
4332 tree new_var = remap_decl (var, id); local
[all...]
H A Dvar-tracking.c1740 variable new_var; local
1743 new_var = (variable) pool_alloc (onepart_pool (var->onepart));
1744 new_var->dv = var->dv;
1745 new_var->refcount = 1;
1747 new_var->n_var_parts = var->n_var_parts;
1748 new_var->onepart = var->onepart;
1749 new_var->in_changed_variables = false;
1766 VAR_LOC_1PAUX (new_var) = VAR_LOC_1PAUX (var);
1770 VAR_PART_OFFSET (new_var, i) = VAR_PART_OFFSET (var, i);
1771 nextp = &new_var
9010 variable old_var, new_var; local
9082 variable old_var, new_var; local
[all...]
H A Dtree-vect-loop.c3352 tree new_var; local
3449 new_var = vect_get_new_vect_var (TREE_TYPE (vectype),
3453 &stmts, false, new_var);
3470 init_stmt = gimple_build_assign (new_var, new_name);
3471 new_name = make_ssa_name (new_var, init_stmt);
H A Dtree-vect-stmts.c1335 tree new_var; local
1358 new_var = vect_get_new_vect_var (type, vect_simple_var, "cst_");
1359 init_stmt = gimple_build_assign (new_var, val);
1360 new_temp = make_ssa_name (new_var, init_stmt);
2474 tree new_var local
2476 gimple init_stmt = gimple_build_assign (new_var, cst);
2477 new_temp = make_ssa_name (new_var, init_stmt);
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c3358 tree alloc, p_array, new_var, new_ret;
3376 new_var
3379 DECL_BY_REFERENCE (new_var) = 1;
3385 DECL_INITIAL (new_var)
3386 = build2 (COMPOUND_EXPR, TREE_TYPE (new_var),
3393 fold_convert (TREE_TYPE (p_array), new_var));
3402 DECL_INITIAL (new_var) = alloc;
3403 new_ret = fold_convert (TREE_TYPE (alloc), new_var);
3406 gnat_pushdecl (new_var, Empty);
3414 DECL_CHAIN (new_var)
3349 tree alloc, p_array, new_var, new_ret; local
7815 tree mod, new_var = create_tmp_var_raw (TREE_TYPE (op), "C"); local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c264 var_element (gfc_data_variable *new_var) argument
269 memset (new_var, 0, sizeof (gfc_data_variable));
272 return var_list (new_var);
274 m = gfc_match_variable (&new_var->expr, 0);
278 sym = new_var->expr->symtree->n.sym;
299 if (!gfc_add_data (&sym->attr, sym->name, &new_var->expr->where))
311 gfc_data_variable var, *tail, *new_var; local
324 new_var = gfc_get_data_variable ();
325 *new_var = var;
328 d->var = new_var;
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc3930 Variable* new_var = new Variable(orig_closure_var->type(), NULL, false, local
3932 new_var->set_is_closure();
3936 new_var);
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c17836 offsetT new_var = 4;
17839 new_var = relaxed_micromips_16bit_branch_length (fragp, sec, TRUE);
17840 if (new_var == 4 && RELAX_MICROMIPS_RELAX32 (fragp->fr_subtype))
17841 new_var = relaxed_micromips_32bit_branch_length (fragp, sec, TRUE);
17842 fragp->fr_var = new_var;
17844 return new_var - old_var;
17823 offsetT new_var = 4; local

Completed in 439 milliseconds