HomeSort by: relevance | last modified time | path
    Searched refs:new_stmt (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 165 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, gsi)
2925 gassign *new_stmt = gimple_build_assign (var, VIEW_CONVERT_EXPR, op); local
2953 gassign *new_stmt local
2962 gassign *new_stmt local
2983 gassign *new_stmt local
2998 gimple *new_stmt = gimple_build_call (gs_info->decl, 5, src_op, ptr, op, local
3208 gimple *new_stmt; local
3629 gimple *new_stmt; local
3710 gimple *new_stmt; local
4353 gassign *new_stmt local
4395 gassign *new_stmt local
4407 gassign *new_stmt local
4454 gassign *new_stmt local
4475 gassign *new_stmt local
4507 gimple *new_stmt = new_call; local
4651 gimple *new_stmt; local
4689 gassign *new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); local
5256 gassign *new_stmt = gimple_build_assign (vec_dest, code1, vop0); local
5308 gimple *new_stmt; local
5339 gassign *new_stmt local
5535 gassign *new_stmt = gimple_build_assign (vec_dest, vop); local
5982 gassign *new_stmt local
5993 gassign *new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); local
6455 gimple *new_stmt = NULL; local
7840 gassign *new_stmt local
7852 gassign *new_stmt local
7866 gassign *new_stmt local
7880 gassign *new_stmt local
7895 gcall *new_stmt local
8271 gimple *new_stmt; local
8547 gassign *new_stmt local
9099 gimple *new_stmt = SSA_NAME_DEF_STMT (new_temp); local
9261 gimple *new_stmt = NULL; local
9690 gimple *new_stmt = NULL; local
10678 gassign *new_stmt; local
10737 gassign *new_stmt = gimple_build_assign (vec_compare_name, local
10746 gassign *new_stmt = gimple_build_assign (vec_compare_name, local
10767 gimple *new_stmt; local
11004 gimple *new_stmt; local
    [all...]
gimple-isel.cc 56 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;
tree-if-conv.cc 1935 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, 0, TDF_SLIM)
2255 gcall *new_stmt; local
2393 gcall *new_stmt = gimple_build_call_internal_vec (cond_fn, args); local
2554 gimple *new_stmt; local
    [all...]
cgraph.cc 782 /* Change field call_stmt of edge E to NEW_STMT. If UPDATE_SPECULATIVE and E
788 cgraph_edge::set_call_stmt (cgraph_edge *e, gcall *new_stmt,
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);
1420 gcall *new_stmt; local
1436 gcall *new_stmt; local
    [all...]
gimple-fold.cc 609 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 = gsi_stmt (i) local
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
5413 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
5430 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
5513 gimple *new_stmt = gimple_build_assign (lhs, def); local
5523 gimple *new_stmt = gimple_build_call (fndecl, 0); local
    [all...]
ipa-param-manipulation.cc 1000 gcall *new_stmt = gimple_build_call_vec (callee_decl, vargs); local
1006 gimple_call_set_lhs (new_stmt, lhs);
1019 gimple_set_block (new_stmt, gimple_block (stmt));
1021 gimple_set_location (new_stmt, gimple_location (stmt));
1022 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt));
1023 gimple_call_copy_flags (new_stmt, stmt);
1025 gimple_move_vops (new_stmt, stmt);
1030 print_gimple_stmt (dump_file, new_stmt, 0);
1033 gsi_replace (&gsi, new_stmt, true);
1049 return new_stmt;
2182 gcall *new_stmt = gimple_build_call_vec (gimple_call_fn (stmt), vargs); local
    [all...]
tree-eh.cc 577 /* Add a new record to the goto queue contained in TF. NEW_STMT is the
578 data to be added, IS_LABEL indicates whether NEW_STMT is a label or
583 treemple new_stmt,
607 q->stmt = new_stmt;
621 treemple temp, new_stmt; local
656 new_stmt = stmt;
657 record_in_goto_queue (tf, new_stmt, index, true, location);
668 treemple new_stmt; local
678 new_stmt.tp = gimple_op_ptr (cond_stmt, 2);
679 record_in_goto_queue_label (tf, new_stmt,
1233 gimple_seq new_stmt; local
    [all...]
gimple-ssa-isolate-paths.cc 94 gcall *new_stmt local
97 gimple_seq_add_stmt (&seq, new_stmt);
120 bb_split_points->safe_push (new_stmt);
122 split_block (gimple_bb (new_stmt), new_stmt); local
tree-vect-loop.cc 6187 gimple *new_stmt = gimple_build_assign (cond, VEC_COND_EXPR, local
6189 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
6331 gimple *new_stmt; local
6340 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0);
6341 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
6355 new_stmt = gimple_build_call_internal (mask_reduc_fn, 3, reduc_var,
6358 new_stmt = gimple_build_call_internal (reduc_fn, 2, reduc_var,
6366 gimple_set_lhs (new_stmt, scalar_dest_var);
6367 reduc_var = make_ssa_name (scalar_dest_var, new_stmt);
6368 gimple_set_lhs (new_stmt, reduc_var)
7553 gimple *new_stmt; local
8114 gimple *new_stmt; local
9512 gimple *orig_stmt, *new_stmt; local
9937 gimple *new_stmt = gimple_build_assign (lhs, zero); local
9948 gimple *new_stmt = gimple_build_assign (lhs, else_arg); local
    [all...]
tree-ssa-forwprop.cc 3260 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, loc)
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...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-isel.cc 65 gcall *new_stmt = NULL; local
126 new_stmt = gimple_build_call_internal (IFN_VEC_SET, 3, var_src,
129 gimple_call_set_lhs (new_stmt, var_dst);
130 gimple_set_location (new_stmt, loc);
131 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
146 new_stmt
148 gimple_call_set_lhs (new_stmt, lhs);
150 gsi_replace (gsi, new_stmt, true);
250 gassign *new_stmt = gimple_build_assign (lhs, conv_op); local
251 gsi_replace (gsi, new_stmt, true)
    [all...]
tree-vect-stmts.cc 167 gimple *new_stmt; local
176 new_stmt = gimple_build_assign (vect, array_ref);
177 vect_name = make_ssa_name (vect, new_stmt);
178 gimple_assign_set_lhs (new_stmt, vect_name);
179 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
194 gimple *new_stmt; local
200 new_stmt = gimple_build_assign (array_ref, vect);
201 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
227 gimple *new_stmt = gimple_build_assign (var, clobber); local
228 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi)
2674 gassign *new_stmt = gimple_build_assign (var, VIEW_CONVERT_EXPR, op); local
2693 gassign *new_stmt local
2722 gimple *new_stmt = gimple_build_call (gs_info->decl, 5, src_op, ptr, op, local
2774 gassign *new_stmt local
2800 gassign *new_stmt = gimple_build_assign (var, VIEW_CONVERT_EXPR, src); local
2812 gassign *new_stmt = gimple_build_assign (var, VIEW_CONVERT_EXPR, op); local
2818 gcall *new_stmt local
3075 gimple *new_stmt; local
3522 gimple *new_stmt; local
3630 gimple *new_stmt; local
    [all...]
cgraph.cc 784 /* Change field call_stmt of edge E to NEW_STMT. If UPDATE_SPECULATIVE and E
790 cgraph_edge::set_call_stmt (cgraph_edge *e, gcall *new_stmt,
797 && (decl = gimple_call_fndecl (new_stmt)))
824 cgraph_edge *d2 = set_call_stmt (d, new_stmt, false);
832 ref->stmt = new_stmt;
836 indirect = set_call_stmt (indirect, new_stmt, false);
852 e->call_stmt = new_stmt;
855 e->can_throw_external = stmt_can_throw_external (fun, new_stmt);
1422 gcall *new_stmt; local
1437 gcall *new_stmt; local
    [all...]
tree-if-conv.cc 2087 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
2088 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
2089 update_stmt (new_stmt);
2090 *res_stmt = new_stmt;
2143 gimple *new_stmt = NULL, *reduc, *nop_reduc; local
2168 new_stmt = gimple_build_assign (res, rhs);
2169 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
2170 update_stmt (new_stmt);
2229 new_stmt = gimple_build_assign (res, rhs);
2230 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT)
2459 gcall *new_stmt; local
2597 gcall *new_stmt = gimple_build_call_internal_vec (cond_fn, args); local
2759 gimple *new_stmt; local
3653 gimple *new_stmt = gimple_build_assign (unshare_expr (rep_comp_ref), local
3668 gimple *new_stmt = gimple_build_assign (gimple_assign_lhs (stmt), local
    [all...]
tree-eh.cc 577 /* Add a new record to the goto queue contained in TF. NEW_STMT is the
578 data to be added, IS_LABEL indicates whether NEW_STMT is a label or
583 treemple new_stmt,
607 q->stmt = new_stmt;
621 treemple temp, new_stmt; local
656 new_stmt = stmt;
657 record_in_goto_queue (tf, new_stmt, index, true, location);
668 treemple new_stmt; local
678 new_stmt.tp = gimple_op_ptr (cond_stmt, 2);
679 record_in_goto_queue_label (tf, new_stmt,
1234 gimple_seq new_stmt; local
    [all...]
gimple-fold.cc 608 gimple *new_stmt = gsi_stmt (i); local
609 if ((gimple_assign_single_p (new_stmt)
610 && !is_gimple_reg (gimple_assign_lhs (new_stmt)))
611 || (is_gimple_call (new_stmt)
612 && (gimple_call_flags (new_stmt)
619 vdef = make_ssa_name (gimple_vop (cfun), new_stmt);
620 gimple_set_vdef (new_stmt, vdef);
622 SSA_NAME_DEF_STMT (vdef) = new_stmt;
623 laststore = new_stmt;
633 gimple *new_stmt = gsi_stmt (i) local
688 gcall *new_stmt, *stmt = as_a <gcall *> (gsi_stmt (*si_p)); local
741 gimple *stmt, *new_stmt; local
756 gcall *new_stmt; local
1027 gimple *new_stmt; local
2231 gimple *new_stmt = gimple_build_assign (gimple_call_lhs (stmt), local
2264 gimple *new_stmt = gimple_build_call (strlen_fn, 1, str); local
2321 gimple *new_stmt local
5522 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
5543 gassign *new_stmt = gimple_build_assign (lhs, rhs); local
5626 gimple *new_stmt = gimple_build_assign (lhs, def); local
5636 gimple *new_stmt = gimple_build_builtin_unreachable (loc); local
    [all...]
gimple-ssa-isolate-paths.cc 94 gcall *new_stmt local
97 gimple_seq_add_stmt (&seq, new_stmt);
120 bb_split_points->safe_push (new_stmt);
122 split_block (gimple_bb (new_stmt), new_stmt); local
tree-ssa-forwprop.cc 3261 gimple *new_stmt local
3264 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
3386 gimple *new_stmt = gimple_build_assign (tem, new_rhs); local
3388 gimple_set_location (new_stmt, loc);
3389 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
3391 new_stmt = gimple_build_assign (gimple_assign_lhs (use_stmt),
3393 gimple_set_location (new_stmt, loc);
3394 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
3404 gimple *new_stmt = gimple_build_assign (gimple_assign_lhs (use_stmt), local
3407 gimple_set_location (new_stmt, loc)
3724 gimple *new_stmt local
3777 gimple *new_stmt = gimple_build_assign (new_lhs, rhs); local
3876 gimple *new_stmt = gimple_build_assign (new_lhs, new_rhs); local
    [all...]
tree-vect-loop.cc 6995 gimple *new_stmt = gimple_build_assign (cond, VEC_COND_EXPR, local
6997 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
7209 gimple *new_stmt; local
7239 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0);
7240 gsi_insert_before (gsi, new_stmt, GSI_SAME_STMT);
7255 new_stmt = gimple_build_call_internal (mask_reduc_fn, 5, reduc_var,
7258 new_stmt = gimple_build_call_internal (mask_reduc_fn, 3, reduc_var,
7261 new_stmt = gimple_build_call_internal (reduc_fn, 2, reduc_var,
7269 gimple_set_lhs (new_stmt, scalar_dest_var);
7270 reduc_var = make_ssa_name (scalar_dest_var, new_stmt);
8406 gimple *new_stmt; local
8616 gimple *new_stmt; local
9646 gimple *new_stmt; local
9960 gimple *new_stmt; local
11643 gimple *orig_stmt, *new_stmt; local
12164 gimple *new_stmt = gimple_build_assign (lhs, zero); local
12175 gimple *new_stmt = gimple_build_assign (lhs, else_arg); local
    [all...]
ipa-param-manipulation.cc 970 gcall *new_stmt = gimple_build_call_vec (callee_decl, vargs); local
976 gimple_call_set_lhs (new_stmt, lhs);
989 gimple_set_block (new_stmt, gimple_block (stmt));
991 gimple_set_location (new_stmt, gimple_location (stmt));
992 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt));
993 gimple_call_copy_flags (new_stmt, stmt);
995 gimple_move_vops (new_stmt, stmt);
1000 print_gimple_stmt (dump_file, new_stmt, 0);
1003 gsi_replace (&gsi, new_stmt, true);
1019 return new_stmt;
2344 gcall *new_stmt = gimple_build_call_vec (gimple_call_fn (stmt), vargs); local
    [all...]
gimple-match-exports.cc 501 gimple *new_stmt = gimple_build_assign (res, code, local
505 gimple_seq_add_stmt_without_update (seq, new_stmt);
512 gcall *new_stmt = NULL; local
517 new_stmt = build_call_internal (ifn, res_op);
518 if (!new_stmt)
532 new_stmt = gimple_build_call (decl, num_ops,
546 gimple_call_set_lhs (new_stmt, res);
547 gimple_seq_add_stmt_without_update (seq, new_stmt);
  /src/external/bsd/libpcap/dist/
gencode.c 500 static inline struct slist *new_stmt(compiler_state_t *cstate, int);
705 new_stmt(compiler_state_t *cstate, int code) function
1155 s2 = new_stmt(cstate, BPF_ALU|BPF_AND|BPF_K);
1866 s2 = new_stmt(cstate, BPF_LD|BPF_IND|size);
1874 s = new_stmt(cstate, BPF_LD|BPF_ABS|size);
1905 s = new_stmt(cstate, BPF_LD|BPF_ABS|size);
1957 s2 = new_stmt(cstate, BPF_LD|BPF_IND|size);
1991 s2 = new_stmt(cstate, BPF_LD|BPF_IND|BPF_B);
1994 s2 = new_stmt(cstate, BPF_ALU|BPF_AND|BPF_K);
1997 s2 = new_stmt(cstate, BPF_ALU|BPF_LSH|BPF_K)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-builtins.cc 389 gimple *new_stmt = NULL; local
393 new_stmt = NULL;
397 new_stmt = riscv_vector::gimple_fold_builtin (subcode, gsi, stmt);
401 if (!new_stmt)
404 gsi_replace (gsi, new_stmt, false);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 3477 gimple *new_stmt = NULL; local
3490 new_stmt = gimple_build_call_internal (IFN_REDUC_PLUS,
3492 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
3497 new_stmt = gimple_build_call_internal (IFN_SQRT,
3499 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
3520 new_stmt = gimple_build_assign (gimple_call_lhs (stmt), ctor);
3546 new_stmt
3551 gimple_set_vuse (new_stmt, gimple_vuse (stmt));
3552 gimple_set_vdef (new_stmt, gimple_vdef (stmt));
3572 new_stmt
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 2934 gimple *new_stmt = NULL; local
2946 new_stmt = gimple_build_call_internal (IFN_REDUC_PLUS,
2948 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
2953 new_stmt = gimple_build_call_internal (IFN_SQRT,
2955 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
2980 new_stmt
2985 gimple_set_vuse (new_stmt, gimple_vuse (stmt));
2986 gimple_set_vdef (new_stmt, gimple_vdef (stmt));
3006 new_stmt
3010 gimple_set_vuse (new_stmt, gimple_vuse (stmt))
    [all...]

Completed in 88 milliseconds

1 2 3