HomeSort by: relevance | last modified time | path
    Searched defs:new_tree (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/ppc/
gen-icache.c 380 icache_tree *new_tree; local
398 new_tree = ZALLOC(icache_tree);
399 new_tree->name = name;
400 new_tree->next = cur_tree;
401 *ptr_to_cur_tree = new_tree;
402 return new_tree;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
gen-icache.c 380 icache_tree *new_tree; local
398 new_tree = ZALLOC(icache_tree);
399 new_tree->name = name;
400 new_tree->next = cur_tree;
401 *ptr_to_cur_tree = new_tree;
402 return new_tree;
  /src/external/gpl3/gcc.old/dist/libobjc/
init.c 310 objc_class_tree *new_tree local
312 tree->subclasses = list_cons (new_tree, tree->subclasses);
  /src/external/gpl3/gcc/dist/libobjc/
init.c 310 objc_class_tree *new_tree local
312 tree->subclasses = list_cons (new_tree, tree->subclasses);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 390 edge e, gphi *phi, tree new_tree)
397 This is needed as later on, the new_tree will be replacing
412 The new_tree needs to be defined in the same basic block as the conditional. */
413 if (TREE_CODE (new_tree) == SSA_NAME
416 && !SSA_NAME_RANGE_INFO (new_tree)
418 && gimple_bb (SSA_NAME_DEF_STMT (new_tree)) == cond_block
420 duplicate_ssa_name_range_info (new_tree,
425 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new_tree); local
cgraph.h 708 tree new_tree; variable
712 one from the operand of the ADDR_EXPR in NEW_TREE. This is for cases when
vr-values.cc 3583 tree new_tree = test_for_singularity (cond_code, op0, op1, vr); local
3584 if (new_tree)
3595 gimple_cond_set_rhs (stmt, new_tree);
3611 new_tree = test_for_singularity
3614 if (new_tree)
3625 gimple_cond_set_rhs (stmt, new_tree);
tree-inline.cc 167 tree new_tree, var; local
238 new_tree = make_ssa_name (remap_type (TREE_TYPE (name), id));
240 SET_SSA_NAME_VAR_OR_IDENTIFIER (new_tree, SSA_NAME_IDENTIFIER (name));
241 insert_decl_map (id, name, new_tree);
242 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_tree)
251 struct ptr_info_def *new_pi = get_ptr_info (new_tree);
257 duplicate_ssa_name_range_info (new_tree, SSA_NAME_RANGE_TYPE (name),
259 return new_tree;
264 new_tree = remap_decl (var, id);
272 if ((VAR_P (new_tree) || TREE_CODE (new_tree) == PARM_DECL
421 tree new_tree, t; local
837 tree new_tree = block; local
888 tree new_tree; local
5577 tree chain = NULL_TREE, new_tree; local
5603 tree new_tree; local
6086 tree new_tree = remap_decl (arg, id); local
6105 tree new_tree = remap_decl (*pvar, id); local
    [all...]
tree.cc 4361 tree new_tree;
4398 new_tree
4434 new_tree = fold_build1 (code, TREE_TYPE (exp), op0);
4444 new_tree = fold_build2 (code, TREE_TYPE (exp), op0, op1);
4456 new_tree = fold_build3 (code, TREE_TYPE (exp), op0, op1, op2);
4470 new_tree
4483 new_tree = NULL_TREE;
4516 if (!new_tree)
4517 new_tree = copy_node (exp);
4518 TREE_OPERAND (new_tree, i) = new_op
4347 tree new_tree; local
4539 tree new_tree; local
    [all...]
gimplify.cc 3641 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
3642 if (new_tree && new_tree != *expr_p)
3647 *expr_p = new_tree;
3778 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
3780 if (new_tree && new_tree != *expr_p)
3785 *expr_p = new_tree;
3638 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); local
3775 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); local
tree-vect-loop.cc 8930 new_tree = lane_extract <vec_lhs', ...>;
8931 lhs' = new_tree; */
8942 tree new_tree; local
8959 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
8966 new_tree = build3 (BIT_FIELD_REF, bftype,
8968 new_tree = force_gimple_operand (fold_convert (lhs_type, new_tree),
8977 /* Remove existing phi from lhs and create one copy from new_tree. */
8988 gimple *copy = gimple_build_assign (lhs_phi, new_tree);
9006 replace_uses_by (gimple_phi_result (use_stmt), new_tree); local
9022 tree new_tree = build3 (BIT_FIELD_REF, bftype, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 1238 tree new_tree = test_for_singularity (cond_code, op0, op1, &vr); local
1239 if (new_tree)
1242 op1 = new_tree;
1249 new_tree = test_for_singularity
1252 if (new_tree)
1255 op1 = new_tree;
cgraph.h 711 tree new_tree; variable
715 one from the operand of the ADDR_EXPR in NEW_TREE. This is for cases when
tree-ssa-phiopt.cc 102 edge e, gphi *phi, tree new_tree,
111 This is needed as later on, the new_tree will be replacing
126 The new_tree needs to be defined in the same basic block as the conditional. */
127 if (TREE_CODE (new_tree) == SSA_NAME
130 && !SSA_NAME_RANGE_INFO (new_tree)
132 && gimple_bb (SSA_NAME_DEF_STMT (new_tree)) == cond_block
134 duplicate_ssa_name_range_info (new_tree, phi_result);
137 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new_tree); local
tree-inline.cc 167 tree new_tree, var; local
238 new_tree = make_ssa_name (remap_type (TREE_TYPE (name), id));
240 SET_SSA_NAME_VAR_OR_IDENTIFIER (new_tree, SSA_NAME_IDENTIFIER (name));
241 insert_decl_map (id, name, new_tree);
242 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_tree)
251 struct ptr_info_def *new_pi = get_ptr_info (new_tree);
257 duplicate_ssa_name_range_info (new_tree, name);
258 return new_tree;
263 new_tree = remap_decl (var, id);
271 if ((VAR_P (new_tree) || TREE_CODE (new_tree) == PARM_DECL
419 tree new_tree, t; local
835 tree new_tree = block; local
886 tree new_tree; local
5612 tree chain = NULL_TREE, new_tree; local
5638 tree new_tree; local
6121 tree new_tree = remap_decl (arg, id); local
6140 tree new_tree = remap_decl (*pvar, id); local
    [all...]
tree.cc 4401 tree new_tree;
4438 new_tree
4474 new_tree = fold_build1 (code, TREE_TYPE (exp), op0);
4484 new_tree = fold_build2 (code, TREE_TYPE (exp), op0, op1);
4496 new_tree = fold_build3 (code, TREE_TYPE (exp), op0, op1, op2);
4510 new_tree
4523 new_tree = NULL_TREE;
4556 if (!new_tree)
4557 new_tree = copy_node (exp);
4558 TREE_OPERAND (new_tree, i) = new_op
4387 tree new_tree; local
4579 tree new_tree; local
    [all...]
gimplify.cc 3963 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
3964 if (new_tree && new_tree != *expr_p)
3969 *expr_p = new_tree;
4103 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
4105 if (new_tree && new_tree != *expr_p)
4110 *expr_p = new_tree;
3960 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); local
4100 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); local
tree-vect-loop.cc 10653 tree new_tree; local
10662 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10697 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10721 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10728 new_tree = build3 (BIT_FIELD_REF, bftype, vec_lhs_phi, bitsize, bitstart);
10729 new_tree = force_gimple_operand (fold_convert (lhs_type, new_tree),
10737 return new_tree;
10965 new_tree = lane_extract <vec_lhs', ...>;
10966 lhs' = new_tree; */
10998 tree new_tree local
11024 tree new_tree = build3 (BIT_FIELD_REF, bftype, local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c 2826 void *new_tree; local
2832 new_tree = realloc(code->tree, new_num_entries * sizeof(*code->tree));
2833 if (new_tree == NULL)
2835 code->tree = (struct huffman_tree_node *)new_tree;
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4418 tree new_tree = (fndecl
4425 if (old_tree == new_tree)
4428 else if (new_tree)
4431 TREE_TARGET_OPTION (new_tree));
4407 tree new_tree = (fndecl local
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4424 tree new_tree = (fndecl
4431 if (old_tree == new_tree)
4434 else if (new_tree)
4437 TREE_TARGET_OPTION (new_tree));
4413 tree new_tree = (fndecl local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 16280 /* Restore targets globals from NEW_TREE and invalidate s390_previous_fndecl
16284 s390_activate_target_options (tree new_tree)
16287 TREE_TARGET_OPTION (new_tree));
16288 if (TREE_TARGET_GLOBALS (new_tree))
16289 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
16290 else if (new_tree == target_option_default_node)
16293 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
16329 tree new_tree = DECL_FUNCTION_SPECIFIC_TARGET (fndecl);
16330 if (new_tree == NULL_TREE)
16331 new_tree = target_option_default_node
16328 tree new_tree = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 7630 /* Restore or save the TREE_TARGET_GLOBALS from or to new_tree.
7635 loongarch_save_restore_target_globals (tree new_tree)
7637 if (TREE_TARGET_GLOBALS (new_tree))
7638 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
7639 else if (new_tree == target_option_default_node)
7642 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
7673 tree new_tree = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local
7674 if (new_tree == NULL_TREE)
7675 new_tree = target_option_default_node;
7679 if (new_tree == old_tree
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16819 /* Restore targets globals from NEW_TREE and invalidate s390_previous_fndecl
16823 s390_activate_target_options (tree new_tree)
16826 TREE_TARGET_OPTION (new_tree));
16827 if (TREE_TARGET_GLOBALS (new_tree))
16828 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
16829 else if (new_tree == target_option_default_node)
16832 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
16868 tree new_tree = DECL_FUNCTION_SPECIFIC_TARGET (fndecl);
16869 if (new_tree == NULL_TREE)
16870 new_tree = target_option_default_node
16867 tree new_tree = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24545 /* Restore target's globals from NEW_TREE and invalidate the
24549 rs6000_activate_target_options (tree new_tree)
24552 TREE_TARGET_OPTION (new_tree));
24553 if (TREE_TARGET_GLOBALS (new_tree))
24554 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
24555 else if (new_tree == target_option_default_node)
24558 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
24598 tree new_tree;
24602 new_tree = target_option_current_node;
24604 new_tree = NULL_TREE
24550 tree new_tree; local
    [all...]

Completed in 193 milliseconds

1 2