Searched refs:new_stmt (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-propagate.c594 move_ssa_defining_stmt_for_defs (gimple *new_stmt, gimple *old_stmt) argument
606 SSA_NAME_DEF_STMT (var) = new_stmt;
615 finish_update_gimple_call (gimple_stmt_iterator *si_p, gimple *new_stmt, argument
618 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
619 move_ssa_defining_stmt_for_defs (new_stmt, stmt);
620 gimple_move_vops (new_stmt, stmt);
621 gimple_set_location (new_stmt, gimple_location (stmt));
622 if (gimple_block (new_stmt) == NULL_TREE)
623 gimple_set_block (new_stmt, gimple_block (stmt));
624 gsi_replace (si_p, new_stmt, fals
635 gcall *new_stmt, *stmt = as_a <gcall *> (gsi_stmt (*si_p)); local
669 gcall *new_stmt; local
689 gimple *new_stmt; local
[all...]
H A Dtree-vect-stmts.c131 gimple *new_stmt; local
140 new_stmt = gimple_build_assign (vect, array_ref);
141 vect_name = make_ssa_name (vect, new_stmt);
142 gimple_assign_set_lhs (new_stmt, vect_name);
143 vect_finish_stmt_generation (stmt_info, new_stmt, gsi);
157 gimple *new_stmt; local
163 new_stmt = gimple_build_assign (array_ref, vect);
164 vect_finish_stmt_generation (stmt_info, new_stmt, gsi);
190 gimple *new_stmt = gimple_build_assign (var, clobber); local
191 vect_finish_stmt_generation (stmt_info, new_stmt, gs
1405 vect_init_vector_1(stmt_vec_info stmt_vinfo, gimple *new_stmt, gimple_stmt_iterator *gsi) argument
2885 gassign *new_stmt = gimple_build_assign (var, VIEW_CONVERT_EXPR, op); local
2911 gassign *new_stmt local
2920 gassign *new_stmt local
2940 gassign *new_stmt local
2968 gassign *new_stmt = gimple_build_assign (var, VIEW_CONVERT_EXPR, op); local
3167 gimple *new_stmt; local
3557 gimple *new_stmt local
3629 gimple *new_stmt = gimple_build_assign (new_temp, new_var); local
3649 gassign *new_stmt = gimple_build_assign (new_temp, convert_code, local
3753 gcall *new_stmt = gimple_build_call_vec (fndecl, vargs); local
3786 gassign *new_stmt local
4271 gassign *new_stmt local
4307 gassign *new_stmt local
4355 gassign *new_stmt local
4377 gassign *new_stmt local
4432 gimple *new_stmt local
4464 gimple *new_stmt local
4479 gimple *new_stmt local
4497 gimple *new_stmt local
4554 gimple *new_stmt; local
4631 gassign *new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); variable
5130 gassign *new_stmt = gimple_build_assign (vec_dest, code1, vop0); local
5236 gassign *new_stmt local
5284 gassign *new_stmt local
5474 gassign *new_stmt = gimple_build_assign (vec_dest, vop); local
5921 gassign *new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); local
6381 gassign *new_stmt = gimple_build_assign (vec_dest, code, local
6390 gassign *new_stmt local
7692 gassign *new_stmt local
7704 gassign *new_stmt local
7718 gassign *new_stmt local
7732 gassign *new_stmt local
7747 gcall *new_stmt local
8416 gassign *new_stmt local
8856 gimple *new_stmt = SSA_NAME_DEF_STMT (new_temp); local
9035 gassign *new_stmt local
9063 gassign *new_stmt local
9519 gimple *new_stmt = NULL; local
10339 gassign *new_stmt; local
10397 gassign *new_stmt = gimple_build_assign (vec_compare_name, local
10406 gassign *new_stmt = gimple_build_assign (vec_compare_name, local
10432 gcall *new_stmt = gimple_build_call_internal local
10453 gassign *new_stmt local
10713 gassign *new_stmt = gimple_build_assign (new_temp, code, local
10720 gassign *new_stmt; local
[all...]
H A Dtree-if-conv.c1811 gimple *new_stmt = NULL, *reduc; local
1836 new_stmt = gimple_build_assign (res, rhs);
1837 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
1838 update_stmt (new_stmt);
1887 new_stmt = gimple_build_assign (res, rhs);
1888 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
1889 gimple_stmt_iterator new_gsi = gsi_for_stmt (new_stmt);
1892 new_stmt = gsi_stmt (new_gsi);
1893 update_stmt (new_stmt);
1899 print_gimple_stmt (dump_file, new_stmt,
2122 gcall *new_stmt; local
2260 gcall *new_stmt = gimple_build_call_internal_vec (cond_fn, args); local
2420 gimple *new_stmt; local
[all...]
H A Dcgraph.c780 cgraph_edge::set_call_stmt (cgraph_edge *e, gcall *new_stmt, argument
787 && (decl = gimple_call_fndecl (new_stmt)))
814 cgraph_edge *d2 = set_call_stmt (d, new_stmt, false);
822 ref->stmt = new_stmt;
826 indirect = set_call_stmt (indirect, new_stmt, false);
842 e->call_stmt = new_stmt;
845 e->can_throw_external = stmt_can_throw_external (fun, new_stmt);
1403 gcall *new_stmt; local
1419 gcall *new_stmt; local
1443 new_stmt
1614 cgraph_update_edges_for_call_stmt_node(cgraph_node *node, gimple *old_stmt, tree old_call, gimple *new_stmt) argument
1694 cgraph_update_edges_for_call_stmt(gimple *old_stmt, tree old_decl, gimple *new_stmt) argument
[all...]
H A Dtree-ssa-phiopt.c426 gimple *arg0_def_stmt = NULL, *arg1_def_stmt = NULL, *new_stmt; local
590 new_stmt = gimple_build_assign (result, temp);
593 new_stmt = gimple_build_assign (result, convert_code, temp);
595 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
752 gassign *new_stmt; local
842 new_stmt = gimple_build_assign (new_var2, CONVERT_EXPR, new_var);
843 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
851 gimple_set_location (new_stmt, locus_0);
1376 gassign *new_stmt; local
1710 new_stmt
1865 gassign *new_stmt; local
2221 gassign *new_stmt; local
2336 gassign *new_stmt; local
[all...]
H A Dgimple-fold.c504 gimple *new_stmt = gsi_stmt (i); local
505 if ((gimple_assign_single_p (new_stmt)
506 && !is_gimple_reg (gimple_assign_lhs (new_stmt)))
507 || (is_gimple_call (new_stmt)
508 && (gimple_call_flags (new_stmt)
515 vdef = make_ssa_name (gimple_vop (cfun), new_stmt);
516 gimple_set_vdef (new_stmt, vdef);
518 SSA_NAME_DEF_STMT (vdef) = new_stmt;
519 laststore = new_stmt;
529 gimple *new_stmt local
571 gimple *stmt, *new_stmt; local
816 gimple *new_stmt; local
1970 gimple *new_stmt = gimple_build_assign (gimple_call_lhs (stmt), local
2003 gimple *new_stmt = gimple_build_call (strlen_fn, 1, str); local
2060 gimple *new_stmt local
4326 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
4343 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
4439 gimple *new_stmt = gimple_build_assign (lhs, def); local
4449 gimple *new_stmt = gimple_build_call (fndecl, 0); local
[all...]
H A Dtree-ssa-forwprop.c2887 gimple *new_stmt local
2892 gimple_set_location (new_stmt, loc);
2897 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
2953 gimple *new_stmt local
2958 gimple_set_location (new_stmt, loc);
2963 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
2990 gimple *new_stmt = gimple_build_assign (new_lhs, rhs); local
2992 gimple_set_location (new_stmt, loc);
2993 gimple_set_vuse (new_stmt, gimple_vuse (use_stmt));
2994 gimple_set_vdef (new_stmt, make_ssa_nam
3052 gimple *new_stmt = gimple_build_assign (new_lhs, new_rhs); local
[all...]
H A Dtree-eh.c582 treemple new_stmt,
606 q->stmt = new_stmt;
620 treemple temp, new_stmt; local
655 new_stmt = stmt;
656 record_in_goto_queue (tf, new_stmt, index, true, location);
667 treemple new_stmt; local
677 new_stmt.tp = gimple_op_ptr (cond_stmt, 2);
678 record_in_goto_queue_label (tf, new_stmt,
680 EXPR_LOCATION (*new_stmt.tp));
681 new_stmt
581 record_in_goto_queue(struct leh_tf_state *tf, treemple new_stmt, int index, bool is_label, location_t location) argument
1237 gimple_seq new_stmt; local
3059 maybe_clean_or_replace_eh_stmt(gimple *old_stmt, gimple *new_stmt) argument
3088 maybe_duplicate_eh_stmt_fn(struct function *new_fun, gimple *new_stmt, struct function *old_fun, gimple *old_stmt, hash_map<void *, void *> *map, int default_lp_nr) argument
3130 maybe_duplicate_eh_stmt(gimple *new_stmt, gimple *old_stmt) argument
[all...]
H A Dipa-param-manipulation.c844 gcall *new_stmt = gimple_build_call_vec (callee_decl, vargs); local
849 gimple_call_set_lhs (new_stmt, lhs);
873 gimple_set_block (new_stmt, gimple_block (stmt));
875 gimple_set_location (new_stmt, gimple_location (stmt));
876 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt));
877 gimple_call_copy_flags (new_stmt, stmt);
879 gimple_move_vops (new_stmt, stmt);
884 print_gimple_stmt (dump_file, new_stmt, 0);
887 gsi_replace (&gsi, new_stmt, true);
895 return new_stmt;
1673 gcall *new_stmt = gimple_build_call_vec (gimple_call_fn (stmt), vargs); local
[all...]
H A Dgimple-match-head.c608 gimple *new_stmt = gimple_build_assign (res, res_op->code, local
612 gimple_seq_add_stmt_without_update (seq, new_stmt);
619 gcall *new_stmt = NULL; local
624 new_stmt = build_call_internal (ifn, res_op);
625 if (!new_stmt)
639 new_stmt = gimple_build_call (decl, num_ops,
653 gimple_call_set_lhs (new_stmt, res);
654 gimple_seq_add_stmt_without_update (seq, new_stmt);
H A Dtree-ssa-math-opts.c399 gassign *new_stmt, *new_square_stmt; local
412 new_stmt = gimple_build_assign (recip_def, RDIV_EXPR,
431 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
441 gsi_insert_after (def_gsi, new_stmt, GSI_NEW_STMT);
449 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
456 occ->recip_def_stmt = new_stmt;
708 gimple *new_stmt local
711 gsi_insert_after (def_gsi, new_stmt, GSI_NEW_STMT);
2184 gassign *new_stmt = gimple_build_assign (lhs, result); local
2185 gimple_set_location (new_stmt, lo
2233 gassign *new_stmt = gimple_build_assign (lhs, result); local
2251 gassign *new_stmt = gimple_build_assign (lhs, result); local
[all...]
H A Dtree-vect-loop.c5651 gimple *new_stmt = gimple_build_assign (cond, VEC_COND_EXPR, local
5653 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
5797 gimple *new_stmt; local
5806 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0);
5807 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
5821 new_stmt = gimple_build_call_internal (mask_reduc_fn, 3, reduc_var,
5824 new_stmt = gimple_build_call_internal (reduc_fn, 2, reduc_var,
5832 gimple_set_lhs (new_stmt, scalar_dest_var);
5833 reduc_var = make_ssa_name (scalar_dest_var, new_stmt);
5834 gimple_set_lhs (new_stmt, reduc_va
7063 gassign *new_stmt = gimple_build_assign (vec_dest, code, local
7387 gimple *new_stmt; local
8541 gimple *orig_stmt, *new_stmt; local
8960 gimple *new_stmt = gimple_build_assign (lhs, zero); local
8971 gimple *new_stmt = gimple_build_assign (lhs, else_arg); local
[all...]
H A Dgimple-ssa-isolate-paths.c92 gcall *new_stmt local
95 gimple_seq_add_stmt (&seq, new_stmt);
114 split_block (gimple_bb (new_stmt), new_stmt); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-stmts.cc165 gimple *new_stmt; local
174 new_stmt = gimple_build_assign (vect, array_ref);
175 vect_name = make_ssa_name (vect, new_stmt);
176 gimple_assign_set_lhs (new_stmt, vect_name);
177 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
192 gimple *new_stmt; local
198 new_stmt = gimple_build_assign (array_ref, vect);
199 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
225 gimple *new_stmt = gimple_build_assign (var, clobber); local
226 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gs
1371 vect_init_vector_1(vec_info *vinfo, stmt_vec_info stmt_vinfo, gimple *new_stmt, gimple_stmt_iterator *gsi) argument
2924 gassign *new_stmt = gimple_build_assign (var, VIEW_CONVERT_EXPR, op); local
2952 gassign *new_stmt local
2961 gassign *new_stmt local
2982 gassign *new_stmt local
2997 gimple *new_stmt = gimple_build_call (gs_info->decl, 5, src_op, ptr, op, local
3207 gimple *new_stmt; local
3628 gimple *new_stmt; local
3709 gimple *new_stmt; local
4352 gassign *new_stmt local
4394 gassign *new_stmt local
4406 gassign *new_stmt local
4453 gassign *new_stmt local
4474 gassign *new_stmt local
4506 gimple *new_stmt = new_call; local
4650 gimple *new_stmt; local
4688 gassign *new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); local
5255 gassign *new_stmt = gimple_build_assign (vec_dest, code1, vop0); local
5307 gimple *new_stmt; local
5338 gassign *new_stmt local
5534 gassign *new_stmt = gimple_build_assign (vec_dest, vop); local
5981 gassign *new_stmt local
5992 gassign *new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); local
6454 gimple *new_stmt = NULL; local
7839 gassign *new_stmt local
7851 gassign *new_stmt local
7865 gassign *new_stmt local
7879 gassign *new_stmt local
7894 gcall *new_stmt local
8270 gimple *new_stmt; local
8546 gassign *new_stmt local
9090 gimple *new_stmt = SSA_NAME_DEF_STMT (new_temp); local
9252 gimple *new_stmt = NULL; local
9681 gimple *new_stmt = NULL; local
10669 gassign *new_stmt; local
10728 gassign *new_stmt = gimple_build_assign (vec_compare_name, local
10737 gassign *new_stmt = gimple_build_assign (vec_compare_name, local
10758 gimple *new_stmt; local
10995 gimple *new_stmt; local
[all...]
H A Dgimple-isel.cc56 gcall *new_stmt = NULL; local
92 new_stmt
94 gimple_call_set_lhs (new_stmt, var_dst);
95 gimple_set_location (new_stmt, loc);
96 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
205 gassign *new_stmt = gimple_build_assign (lhs, conv_op); local
206 gsi_replace (gsi, new_stmt, true);
207 return new_stmt;
H A Dtree-if-conv.cc1935 gimple *new_stmt = NULL, *reduc, *nop_reduc; local
1961 new_stmt = gimple_build_assign (res, rhs);
1962 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
1963 update_stmt (new_stmt);
2017 new_stmt = gimple_build_assign (res, rhs);
2018 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
2019 gimple_stmt_iterator new_gsi = gsi_for_stmt (new_stmt);
2022 new_stmt = gsi_stmt (new_gsi);
2023 update_stmt (new_stmt);
2029 print_gimple_stmt (dump_file, new_stmt,
2255 gcall *new_stmt; local
2393 gcall *new_stmt = gimple_build_call_internal_vec (cond_fn, args); local
2554 gimple *new_stmt; local
[all...]
H A Dcgraph.cc788 cgraph_edge::set_call_stmt (cgraph_edge *e, gcall *new_stmt, argument
795 && (decl = gimple_call_fndecl (new_stmt)))
822 cgraph_edge *d2 = set_call_stmt (d, new_stmt, false);
830 ref->stmt = new_stmt;
834 indirect = set_call_stmt (indirect, new_stmt, false);
850 e->call_stmt = new_stmt;
853 e->can_throw_external = stmt_can_throw_external (fun, new_stmt);
1413 gcall *new_stmt; local
1429 gcall *new_stmt; local
1453 new_stmt
1617 cgraph_update_edges_for_call_stmt_node(cgraph_node *node, gimple *old_stmt, tree old_call, gimple *new_stmt) argument
1697 cgraph_update_edges_for_call_stmt(gimple *old_stmt, tree old_decl, gimple *new_stmt) argument
[all...]
H A Dgimple-fold.cc609 gimple *new_stmt = gsi_stmt (i); local
610 if ((gimple_assign_single_p (new_stmt)
611 && !is_gimple_reg (gimple_assign_lhs (new_stmt)))
612 || (is_gimple_call (new_stmt)
613 && (gimple_call_flags (new_stmt)
620 vdef = make_ssa_name (gimple_vop (cfun), new_stmt);
621 gimple_set_vdef (new_stmt, vdef);
623 SSA_NAME_DEF_STMT (vdef) = new_stmt;
624 laststore = new_stmt;
634 gimple *new_stmt local
667 finish_update_gimple_call(gimple_stmt_iterator *si_p, gimple *new_stmt, gimple *stmt) argument
689 gcall *new_stmt, *stmt = as_a <gcall *> (gsi_stmt (*si_p)); local
742 gimple *stmt, *new_stmt; local
757 gcall *new_stmt; local
1027 gimple *new_stmt; local
2232 gimple *new_stmt = gimple_build_assign (gimple_call_lhs (stmt), local
2265 gimple *new_stmt = gimple_build_call (strlen_fn, 1, str); local
2322 gimple *new_stmt local
5406 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
5423 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
5506 gimple *new_stmt = gimple_build_assign (lhs, def); local
5516 gimple *new_stmt = gimple_build_call (fndecl, 0); local
[all...]
H A Dipa-param-manipulation.cc943 gcall *new_stmt = gimple_build_call_vec (callee_decl, vargs); local
949 gimple_call_set_lhs (new_stmt, lhs);
974 gimple_set_block (new_stmt, gimple_block (stmt));
976 gimple_set_location (new_stmt, gimple_location (stmt));
977 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt));
978 gimple_call_copy_flags (new_stmt, stmt);
980 gimple_move_vops (new_stmt, stmt);
985 print_gimple_stmt (dump_file, new_stmt, 0);
988 gsi_replace (&gsi, new_stmt, true);
1001 return new_stmt;
2134 gcall *new_stmt = gimple_build_call_vec (gimple_call_fn (stmt), vargs); local
[all...]
H A Dtree-eh.cc582 treemple new_stmt,
606 q->stmt = new_stmt;
620 treemple temp, new_stmt; local
655 new_stmt = stmt;
656 record_in_goto_queue (tf, new_stmt, index, true, location);
667 treemple new_stmt; local
677 new_stmt.tp = gimple_op_ptr (cond_stmt, 2);
678 record_in_goto_queue_label (tf, new_stmt,
680 EXPR_LOCATION (*new_stmt.tp));
681 new_stmt
581 record_in_goto_queue(struct leh_tf_state *tf, treemple new_stmt, int index, bool is_label, location_t location) argument
1232 gimple_seq new_stmt; local
3054 maybe_clean_or_replace_eh_stmt(gimple *old_stmt, gimple *new_stmt) argument
3083 maybe_duplicate_eh_stmt_fn(struct function *new_fun, gimple *new_stmt, struct function *old_fun, gimple *old_stmt, hash_map<void *, void *> *map, int default_lp_nr) argument
3125 maybe_duplicate_eh_stmt(gimple *new_stmt, gimple *old_stmt) argument
[all...]
H A Dtree-vect-loop.cc6194 gimple *new_stmt = gimple_build_assign (cond, VEC_COND_EXPR, local
6196 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
6338 gimple *new_stmt; local
6347 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0);
6348 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
6362 new_stmt = gimple_build_call_internal (mask_reduc_fn, 3, reduc_var,
6365 new_stmt = gimple_build_call_internal (reduc_fn, 2, reduc_var,
6373 gimple_set_lhs (new_stmt, scalar_dest_var);
6374 reduc_var = make_ssa_name (scalar_dest_var, new_stmt);
6375 gimple_set_lhs (new_stmt, reduc_va
7559 gimple *new_stmt; local
8120 gimple *new_stmt; local
9511 gimple *orig_stmt, *new_stmt; local
9940 gimple *new_stmt = gimple_build_assign (lhs, zero); local
9951 gimple *new_stmt = gimple_build_assign (lhs, else_arg); local
[all...]
H A Dtree-ssa-forwprop.cc3260 gimple *new_stmt local
3263 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
3303 gimple *new_stmt = gimple_build_assign (tem, new_rhs); local
3305 gimple_set_location (new_stmt, loc);
3306 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
3308 new_stmt = gimple_build_assign (gimple_assign_lhs (use_stmt),
3310 gimple_set_location (new_stmt, loc);
3311 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
3321 gimple *new_stmt = gimple_build_assign (gimple_assign_lhs (use_stmt), local
3324 gimple_set_location (new_stmt, lo
3586 gimple *new_stmt local
3636 gimple *new_stmt = gimple_build_assign (new_lhs, rhs); local
3700 gimple *new_stmt = gimple_build_assign (new_lhs, new_rhs); local
[all...]
H A Dgimple-ssa-isolate-paths.cc92 gcall *new_stmt local
95 gimple_seq_add_stmt (&seq, new_stmt);
114 split_block (gimple_bb (new_stmt), new_stmt); local
/netbsd-current/external/bsd/libpcap/dist/
H A Dgencode.c485 static inline struct slist *new_stmt(compiler_state_t *cstate, int);
695 new_stmt(compiler_state_t *cstate, int code) function
1125 s2 = new_stmt(cstate, BPF_ALU|BPF_AND|BPF_K);
1759 s2 = new_stmt(cstate, BPF_LD|BPF_IND|size);
1767 s = new_stmt(cstate, BPF_LD|BPF_ABS|size);
1798 s = new_stmt(cstate, BPF_LD|BPF_ABS|size);
1850 s2 = new_stmt(cstate, BPF_LD|BPF_IND|size);
1884 s2 = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B);
1887 s2 = new_stmt(cstate, BPF_ALU|BPF_AND|BPF_K);
1890 s2 = new_stmt(cstat
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc2920 gimple *new_stmt = NULL; local
2932 new_stmt = gimple_build_call_internal (IFN_REDUC_PLUS,
2934 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
2939 new_stmt = gimple_build_call_internal (IFN_SQRT,
2941 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
2966 new_stmt
2971 gimple_set_vuse (new_stmt, gimple_vuse (stmt));
2972 gimple_set_vdef (new_stmt, gimple_vdef (stmt));
2992 new_stmt
2996 gimple_set_vuse (new_stmt, gimple_vus
[all...]

Completed in 340 milliseconds

123