Home
last modified time | relevance | path

Searched refs:new_stmt (Results 1 – 25 of 53) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-propagate.c681 SSA_NAME_DEF_STMT (var) = new_stmt; in move_ssa_defining_stmt_for_defs()
698 if (gimple_block (new_stmt) == NULL_TREE) in finish_update_gimple_call()
700 gsi_replace (si_p, new_stmt, false); in finish_update_gimple_call()
711 gimple new_stmt, stmt = gsi_stmt (*si_p); in update_gimple_call() local
745 gimple new_stmt; in update_call_from_tree() local
765 gimple new_stmt; in update_call_from_tree() local
783 new_stmt = gimple_build_nop (); in update_call_from_tree()
801 lhs = make_ssa_name (lhs, new_stmt); in update_call_from_tree()
802 gimple_assign_set_lhs (new_stmt, lhs); in update_call_from_tree()
808 gsi_replace (si_p, new_stmt, false); in update_call_from_tree()
[all …]
H A Dtree-vect-stmts.c64 gimple new_stmt; in read_vector_array() local
91 gimple new_stmt; in write_vector_array() local
1779 new_stmt); in vectorizable_call()
1869 new_stmt); in vectorizable_call()
2553 new_stmt); in vectorizable_conversion()
2669 new_stmt); in vectorizable_conversion()
4445 new_stmt in vectorizable_load()
4452 new_stmt in vectorizable_load()
4466 new_stmt in vectorizable_load()
4847 new_stmt in vectorizable_load()
[all …]
H A Dtree-ssa-phiopt.c501 gimple stmt, new_stmt; in conditional_replacement() local
576 gimple_assign_set_lhs (new_stmt, new_var2); in conditional_replacement()
585 gimple_set_location (new_stmt, locus_0); in conditional_replacement()
743 gimple cond, new_stmt; in minmax_replacement() local
990 gimple new_stmt, cond; in abs_replacement() local
1306 gimple newphi, new_stmt; in cond_store_replacement() local
1347 name = make_ssa_name (condstoretemp, new_stmt); in cond_store_replacement()
1348 gimple_assign_set_lhs (new_stmt, name); in cond_store_replacement()
1349 gimple_set_location (new_stmt, locus); in cond_store_replacement()
1350 gsi_insert_on_edge (e1, new_stmt); in cond_store_replacement()
[all …]
H A Dtree-vect-loop.c2994 gimple init_stmt, induction_phi, new_stmt; in get_initial_def_for_induction() local
3146 gimple_assign_set_lhs (new_stmt, vec_def); in get_initial_def_for_induction()
3148 set_vinfo_for_stmt (new_stmt, new_stmt_vec_info (new_stmt, loop_vinfo, in get_initial_def_for_induction()
3186 gimple_assign_set_lhs (new_stmt, vec_def); in get_initial_def_for_induction()
3197 gimple_assign_set_lhs (new_stmt, in get_initial_def_for_induction()
3199 (gimple_assign_lhs (new_stmt), new_stmt)); in get_initial_def_for_induction()
3202 set_vinfo_for_stmt (new_stmt, in get_initial_def_for_induction()
3255 induc_def = make_ssa_name (gimple_assign_lhs (new_stmt), new_stmt); in get_initial_def_for_induction()
3259 set_vinfo_for_stmt (new_stmt, in get_initial_def_for_induction()
3989 gimple new_stmt; in vect_create_epilog_for_reduction() local
[all …]
H A Dtree-eh.c563 treemple new_stmt, in record_in_goto_queue() argument
586 q->stmt = new_stmt; in record_in_goto_queue()
598 treemple temp, new_stmt; in record_in_goto_queue_label() local
633 new_stmt = stmt; in record_in_goto_queue_label()
645 treemple new_stmt; in maybe_record_in_goto_queue() local
659 new_stmt.g = stmt; in maybe_record_in_goto_queue()
665 new_stmt.g = stmt; in maybe_record_in_goto_queue()
1175 gimple_seq new_stmt; in lower_try_finally_copy() local
1190 new_stmt = NULL; in lower_try_finally_copy()
2765 if (!stmt_could_throw_p (new_stmt)) in maybe_duplicate_eh_stmt_fn()
[all …]
H A Dtree-vect-patterns.c411 gimple new_stmt; in vect_handle_widen_op_by_const() local
447 new_stmt = STMT_VINFO_RELATED_STMT (vinfo_for_stmt (def_stmt)); in vect_handle_widen_op_by_const()
449 if (!is_gimple_assign (new_stmt) in vect_handle_widen_op_by_const()
450 || gimple_assign_rhs_code (new_stmt) != NOP_EXPR in vect_handle_widen_op_by_const()
451 || TREE_TYPE (gimple_assign_lhs (new_stmt)) != new_type) in vect_handle_widen_op_by_const()
455 *oprnd = gimple_assign_lhs (new_stmt); in vect_handle_widen_op_by_const()
915 gimple def_stmt, new_stmt; in vect_operation_fits_smaller_type() local
1044 if (!is_gimple_assign (new_stmt) in vect_operation_fits_smaller_type()
1045 || gimple_assign_rhs_code (new_stmt) != NOP_EXPR in vect_operation_fits_smaller_type()
1050 oprnd = gimple_assign_lhs (new_stmt); in vect_operation_fits_smaller_type()
[all …]
H A Dgimple-fold.c546 gimple stmt, new_stmt; in gimplify_and_update_call_from_tree() local
598 new_stmt = gsi_stmt (i); in gimplify_and_update_call_from_tree()
601 || (is_gimple_call (new_stmt) in gimplify_and_update_call_from_tree()
610 gimple_set_vdef (new_stmt, vdef); in gimplify_and_update_call_from_tree()
613 laststore = new_stmt; in gimplify_and_update_call_from_tree()
630 new_stmt = gsi_stmt (i); in gimplify_and_update_call_from_tree()
633 find_new_referenced_vars (new_stmt); in gimplify_and_update_call_from_tree()
639 if (gimple_vdef (new_stmt)) in gimplify_and_update_call_from_tree()
641 last = new_stmt; in gimplify_and_update_call_from_tree()
990 gimple new_stmt; in gimple_adjust_this_by_delta() local
[all …]
H A Dtree-ssa-math-opts.c339 gimple new_stmt; in insert_reciprocals() local
360 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT); in insert_reciprocals()
368 gsi_insert_after (def_gsi, new_stmt, GSI_NEW_STMT); in insert_reciprocals()
374 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT); in insert_reciprocals()
379 occ->recip_def_stmt = new_stmt; in insert_reciprocals()
1442 gimple_set_location (new_stmt, loc); in execute_cse_sincos()
1444 gsi_replace (&gsi, new_stmt, true); in execute_cse_sincos()
1463 gimple_set_location (new_stmt, loc); in execute_cse_sincos()
1465 gsi_replace (&gsi, new_stmt, true); in execute_cse_sincos()
1479 gimple_set_location (new_stmt, loc); in execute_cse_sincos()
[all …]
H A Dcgraph.c830 e->call_stmt = new_stmt; in cgraph_set_call_stmt()
832 && (decl = gimple_call_fndecl (new_stmt))) in cgraph_set_call_stmt()
854 gimple old_stmt, gimple new_stmt) in cgraph_set_call_stmt_including_clones() argument
860 cgraph_set_call_stmt (edge, new_stmt); in cgraph_set_call_stmt_including_clones()
868 cgraph_set_call_stmt (edge, new_stmt); in cgraph_set_call_stmt_including_clones()
1209 gimple new_stmt) in cgraph_update_edges_for_call_stmt_node() argument
1211 tree new_call = (new_stmt && is_gimple_call (new_stmt)) in cgraph_update_edges_for_call_stmt_node()
1212 ? gimple_call_fndecl (new_stmt) : 0; in cgraph_update_edges_for_call_stmt_node()
1253 basic_block bb = gimple_bb (new_stmt); in cgraph_update_edges_for_call_stmt_node()
1262 new_stmt, count, frequency); in cgraph_update_edges_for_call_stmt_node()
[all …]
H A Dtree-vect-data-refs.c4072 gimple new_stmt; in vect_setup_realignment() local
4173 new_stmt = gimple_build_assign_with_ops in vect_setup_realignment()
4178 gimple_assign_set_lhs (new_stmt, new_temp); in vect_setup_realignment()
4186 gimple_assign_set_lhs (new_stmt, new_temp); in vect_setup_realignment()
4187 mark_symbols_for_renaming (new_stmt); in vect_setup_realignment()
4196 msq_init = gimple_assign_lhs (new_stmt); in vect_setup_realignment()
4227 gimple_call_return_type (new_stmt)); in vect_setup_realignment()
4229 gimple_call_set_lhs (new_stmt, new_temp); in vect_setup_realignment()
4500 gimple next_stmt, new_stmt; in vect_record_strided_load_vectors() local
4529 new_stmt = SSA_NAME_DEF_STMT (tmp_data_ref); in vect_record_strided_load_vectors()
[all …]
H A Dcgraphunit.c2472 gimple new_stmt; in cgraph_redirect_edge_call_stmt_to_callee() local
2508 new_stmt in cgraph_redirect_edge_call_stmt_to_callee()
2511 gimple_call_set_fndecl (new_stmt, e->callee->decl); in cgraph_redirect_edge_call_stmt_to_callee()
2513 if (gimple_vdef (new_stmt) in cgraph_redirect_edge_call_stmt_to_callee()
2514 && TREE_CODE (gimple_vdef (new_stmt)) == SSA_NAME) in cgraph_redirect_edge_call_stmt_to_callee()
2515 SSA_NAME_DEF_STMT (gimple_vdef (new_stmt)) = new_stmt; in cgraph_redirect_edge_call_stmt_to_callee()
2518 gsi_replace (&gsi, new_stmt, false); in cgraph_redirect_edge_call_stmt_to_callee()
2527 add_stmt_to_eh_lp (new_stmt, lp_nr); in cgraph_redirect_edge_call_stmt_to_callee()
2532 new_stmt = e->call_stmt; in cgraph_redirect_edge_call_stmt_to_callee()
2534 update_stmt (new_stmt); in cgraph_redirect_edge_call_stmt_to_callee()
[all …]
H A Dtree-ssa-copy.c260 gimple new_stmt; in propagate_tree_value_into_stmt() local
264 new_stmt = gimple_build_assign (gimple_call_lhs (stmt), expr); in propagate_tree_value_into_stmt()
265 move_ssa_defining_stmt_for_defs (new_stmt, stmt); in propagate_tree_value_into_stmt()
266 gsi_replace (gsi, new_stmt, false); in propagate_tree_value_into_stmt()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-stmts.c134 gimple *new_stmt; in read_vector_array() local
160 gimple *new_stmt; in write_vector_array() local
3959 new_stmt in vectorizable_simd_clone_call()
3995 new_stmt in vectorizable_simd_clone_call()
4043 new_stmt in vectorizable_simd_clone_call()
4119 new_stmt in vectorizable_simd_clone_call()
4153 new_stmt in vectorizable_simd_clone_call()
4169 new_stmt in vectorizable_simd_clone_call()
4186 new_stmt in vectorizable_simd_clone_call()
6425 new_stmt in vectorizable_store()
[all …]
H A Dtree-ssa-propagate.c612 SSA_NAME_DEF_STMT (var) = new_stmt; in move_ssa_defining_stmt_for_defs()
626 gimple_set_vuse (new_stmt, gimple_vuse (stmt)); in finish_update_gimple_call()
627 gimple_set_vdef (new_stmt, gimple_vdef (stmt)); in finish_update_gimple_call()
629 if (gimple_block (new_stmt) == NULL_TREE) in finish_update_gimple_call()
631 gsi_replace (si_p, new_stmt, false); in finish_update_gimple_call()
676 gcall *new_stmt; in update_call_from_tree() local
687 new_stmt = gimple_build_call_vec (fn, args); in update_call_from_tree()
696 gimple *new_stmt; in update_call_from_tree() local
707 gimple_set_vuse (new_stmt, gimple_vuse (stmt)); in update_call_from_tree()
714 new_stmt = gimple_build_nop (); in update_call_from_tree()
[all …]
H A Dcgraph.c805 call_stmt = new_stmt; in set_call_stmt()
1276 gcall *new_stmt; in redirect_call_stmt_to_callee() local
1283 gcall *new_stmt; in redirect_call_stmt_to_callee() local
1405 new_stmt in redirect_call_stmt_to_callee()
1409 new_stmt = chkp_copy_call_skip_bounds (new_stmt); in redirect_call_stmt_to_callee()
1431 SSA_NAME_DEF_STMT (gimple_vdef (new_stmt)) = new_stmt; in redirect_call_stmt_to_callee()
1556 new_stmt); in redirect_call_stmt_to_callee()
1565 return new_stmt; in redirect_call_stmt_to_callee()
1577 gimple *new_stmt) in cgraph_update_edges_for_call_stmt_node() argument
1579 tree new_call = (new_stmt && is_gimple_call (new_stmt)) in cgraph_update_edges_for_call_stmt_node()
[all …]
H A Dipa-param-manipulation.c245 gcall *new_stmt; in ipa_modify_call_arguments() local
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
447 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt)); in ipa_modify_call_arguments()
449 gimple_set_block (new_stmt, gimple_block (stmt)); in ipa_modify_call_arguments()
453 gimple_call_copy_flags (new_stmt, stmt); in ipa_modify_call_arguments()
456 gimple_set_vuse (new_stmt, gimple_vuse (stmt)); in ipa_modify_call_arguments()
459 gimple_set_vdef (new_stmt, gimple_vdef (stmt)); in ipa_modify_call_arguments()
460 SSA_NAME_DEF_STMT (gimple_vdef (new_stmt)) = new_stmt; in ipa_modify_call_arguments()
467 print_gimple_stmt (dump_file, new_stmt, 0); in ipa_modify_call_arguments()
470 gsi_replace (&gsi, new_stmt, true); in ipa_modify_call_arguments()
[all …]
H A Dtree-ssa-phiopt.c553 new_stmt = gimple_build_assign (result, temp); in factor_out_conditional_conversion()
558 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT); in factor_out_conditional_conversion()
579 gassign *new_stmt; in conditional_replacement() local
675 gimple_set_location (new_stmt, locus_0); in conditional_replacement()
1198 gassign *new_stmt; in minmax_replacement() local
1532 gassign *new_stmt; in abs_replacement() local
1887 gassign *new_stmt; in cond_store_replacement() local
1937 new_stmt = gimple_build_assign (name, lhs); in cond_store_replacement()
1938 gimple_set_location (new_stmt, locus); in cond_store_replacement()
1939 gsi_insert_on_edge (e1, new_stmt); in cond_store_replacement()
[all …]
H A Dtree-if-conv.c1793 gimple *new_stmt = NULL, *reduc; in predicate_scalar_phi() local
1820 update_stmt (new_stmt); in predicate_scalar_phi()
1874 new_stmt = gsi_stmt (new_gsi); in predicate_scalar_phi()
1875 update_stmt (new_stmt); in predicate_scalar_phi()
1956 update_stmt (new_stmt); in predicate_scalar_phi()
1978 update_stmt (new_stmt); in predicate_scalar_phi()
2250 gcall *new_stmt; in predicate_mem_writes() local
2296 new_stmt in predicate_mem_writes()
2299 gimple_call_set_lhs (new_stmt, lhs); in predicate_mem_writes()
2304 new_stmt in predicate_mem_writes()
[all …]
H A Dgimple-fold.c486 laststore = new_stmt; in gsi_replace_with_seq_vops()
538 gimple *stmt, *new_stmt; in gimplify_and_update_call_from_tree() local
796 gimple *new_stmt; in gimple_fold_builtin_memory_op() local
802 new_stmt); in gimple_fold_builtin_memory_op()
809 new_stmt in gimple_fold_builtin_memory_op()
817 SSA_NAME_DEF_STMT (gimple_vdef (new_stmt)) = new_stmt; in gimple_fold_builtin_memory_op()
1039 gimple *new_stmt; in gimple_fold_builtin_memory_op() local
1049 new_stmt); in gimple_fold_builtin_memory_op()
1068 new_stmt in gimple_fold_builtin_memory_op()
1076 SSA_NAME_DEF_STMT (gimple_vdef (new_stmt)) = new_stmt; in gimple_fold_builtin_memory_op()
[all …]
H A Dtree-vect-loop.c5818 gimple *new_stmt; in vect_create_epilog_for_reduction() local
6226 gimple *new_stmt = NULL; in vectorize_fold_left_reduction() local
6467 gimple *new_stmt = NULL; in vectorizable_reduction() local
7545 new_stmt = call; in vectorizable_reduction()
7655 gimple *new_stmt; in vectorizable_induction() local
7887 set_vinfo_for_stmt (new_stmt, new_stmt_vec_info (new_stmt, loop_vinfo)); in vectorizable_induction()
7954 new_stmt in vectorizable_induction()
7963 new_stmt); in vectorizable_induction()
7965 set_vinfo_for_stmt (new_stmt, in vectorizable_induction()
8078 set_vinfo_for_stmt (new_stmt, new_stmt_vec_info (new_stmt, loop_vinfo)); in vectorizable_induction()
[all …]
H A Dtree-eh.c599 q->stmt = new_stmt; in record_in_goto_queue()
613 treemple temp, new_stmt; in record_in_goto_queue_label() local
648 new_stmt = stmt; in record_in_goto_queue_label()
660 treemple new_stmt; in maybe_record_in_goto_queue() local
673 EXPR_LOCATION (*new_stmt.tp)); in maybe_record_in_goto_queue()
677 EXPR_LOCATION (*new_stmt.tp)); in maybe_record_in_goto_queue()
681 new_stmt.g = stmt; in maybe_record_in_goto_queue()
688 new_stmt.g = stmt; in maybe_record_in_goto_queue()
1236 gimple_seq new_stmt; in lower_try_finally_copy() local
1252 new_stmt = NULL; in lower_try_finally_copy()
[all …]
H A Dgimple-ssa-isolate-paths.c92 gcall *new_stmt in insert_trap() local
95 gimple_seq_add_stmt (&seq, new_stmt); in insert_trap()
114 split_block (gimple_bb (new_stmt), new_stmt); in insert_trap()
H A Dgimple-match-head.c370 gimple *new_stmt = gimple_build_assign (res, rcode, in maybe_push_res_to_seq() local
372 gimple_seq_add_stmt_without_update (seq, new_stmt); in maybe_push_res_to_seq()
392 gcall *new_stmt = NULL; in maybe_push_res_to_seq() local
397 new_stmt = build_call_internal (ifn, type, nargs, ops); in maybe_push_res_to_seq()
398 if (!new_stmt) in maybe_push_res_to_seq()
412 new_stmt = gimple_build_call (decl, nargs, ops[0], ops[1], ops[2]); in maybe_push_res_to_seq()
421 gimple_call_set_lhs (new_stmt, res); in maybe_push_res_to_seq()
422 gimple_seq_add_stmt_without_update (seq, new_stmt); in maybe_push_res_to_seq()
H A Dgimple.c1676 gimple_init_singleton (new_stmt); in gimple_assign_set_rhs_with_ops()
1677 gsi_replace (gsi, new_stmt, false); in gimple_assign_set_rhs_with_ops()
1678 stmt = new_stmt; in gimple_assign_set_rhs_with_ops()
2215 gcall *new_stmt; in gimple_call_copy_skip_args() local
2228 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt)); in gimple_call_copy_skip_args()
2230 gimple_set_vuse (new_stmt, gimple_vuse (stmt)); in gimple_call_copy_skip_args()
2231 gimple_set_vdef (new_stmt, gimple_vdef (stmt)); in gimple_call_copy_skip_args()
2234 gimple_set_location (new_stmt, gimple_location (stmt)); in gimple_call_copy_skip_args()
2235 gimple_call_copy_flags (new_stmt, stmt); in gimple_call_copy_skip_args()
2238 gimple_set_modified (new_stmt, true); in gimple_call_copy_skip_args()
[all …]
/dragonfly/contrib/libpcap/
H A Dgencode.c2446 s2 = new_stmt(cstate, BPF_ST); in gen_load_prism_llprefixlen()
2487 s2 = new_stmt(cstate, BPF_ST); in gen_load_avs_llprefixlen()
2548 s2 = new_stmt(cstate, BPF_ST); in gen_load_radiotap_llprefixlen()
2616 s2 = new_stmt(cstate, BPF_ST); in gen_load_ppi_llprefixlen()
2702 s2 = new_stmt(cstate, BPF_ST); in gen_load_802_11_header_len()
2750 s2 = new_stmt(cstate, BPF_ST); in gen_load_802_11_header_len()
2863 s2 = new_stmt(cstate, BPF_ST); in gen_load_802_11_header_len()
2955 s2 = new_stmt(cstate, BPF_ST); in insert_compute_vloffsets()
7564 s = new_stmt(cstate, BPF_ST); in gen_load_internal()
7725 s = new_stmt(cstate, BPF_ST); in gen_neg()
[all …]

123