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

1 2 3

  /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...]
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);
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-dse.cc 1286 gimple *new_stmt = gimple_build_assign (lhs, ptr); local
1288 if (gsi_replace (gsi, new_stmt, true))
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...]
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...]
ipa-strub.cc 2495 gcall *new_stmt;
2513 new_stmt = gimple_build_call_vec (gimple_call_fn (stmt), vargs);
2514 gimple_call_set_fntype (new_stmt, callee_fntype);
2517 gimple_call_set_lhs (new_stmt, gimple_call_lhs (stmt));
2519 gimple_move_vops (new_stmt, stmt);
2522 gimple_set_location (new_stmt, gimple_location (stmt));
2523 gimple_call_copy_flags (new_stmt, stmt);
2524 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt));
2526 gimple_set_modified (new_stmt, true);
2528 wrcall = new_stmt;
2493 gcall *new_stmt; local
    [all...]
tree-ssa-dom.cc 1992 gassign *new_stmt; local
2007 new_stmt = gimple_build_assign (rhs, lhs);
2011 new_stmt = gimple_build_assign (rhs, lhs);
2013 gimple_set_vuse (new_stmt, gimple_vdef (stmt));
2017 avail_exprs_stack->lookup_avail_expr (new_stmt, true, true);
2465 gassign *new_stmt; local
2471 new_stmt = gimple_build_assign (rhs, lhs);
2475 new_stmt = gimple_build_assign (rhs, lhs);
2476 gimple_set_vuse (new_stmt, gimple_vuse (stmt));
2478 cached_lhs = m_avail_exprs_stack->lookup_avail_expr (new_stmt, false
    [all...]
gimple-ssa-strength-reduction.cc 2292 gassign *new_stmt, *cast_stmt = NULL;
2321 new_stmt = gimple_build_assign (lhs, code, basis_name, bump_tree);
2333 new_stmt = gimple_build_assign (lhs, code, basis_name,
2351 new_stmt = gimple_build_assign (lhs, plus_code, basis_name, stride);
2353 new_stmt = gimple_build_assign (lhs, MINUS_EXPR, basis_name, stride);
2365 gimple_set_location (new_stmt, loc);
2366 gsi_insert_on_edge (e, new_stmt);
2378 print_gimple_stmt (dump_file, new_stmt, 0);
2284 gassign *new_stmt, *cast_stmt = NULL; local
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-predcom.cc 1654 gassign *new_stmt; local
1667 new_stmt = gimple_build_assign (val, new_tree);
1668 gsi_insert_before (&bsi, new_stmt, GSI_NEW_STMT);
1732 new_stmt = gimple_build_assign (new_tree, unshare_expr (val));
1733 gsi_insert_after (&bsi, new_stmt, GSI_NEW_STMT);
2823 gassign *new_stmt, *tmp_stmt; local
2876 new_stmt = gimple_build_assign (new_name, code, name1, name2);
2893 gsi_insert_before (&bsi, new_stmt, GSI_SAME_STMT);
2896 return new_stmt;
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-ssa-loop-im.cc 1264 gassign *new_stmt; local
1295 new_stmt = gimple_build_assign (gimple_phi_result (stmt),
1308 new_stmt = gimple_build_assign (t, gimple_cond_code (cond),
1311 gsi_insert_on_edge (loop_preheader_edge (level), new_stmt); local
1312 new_stmt = gimple_build_assign (gimple_phi_result (stmt),
1319 reset_flow_sensitive_info (gimple_assign_lhs (new_stmt));
1320 gsi_insert_on_edge (loop_preheader_edge (level), new_stmt); local
tree-ssa-phiopt.cc 242 gimple *arg0_def_stmt = NULL, *arg1_def_stmt = NULL, *new_stmt; local
436 new_stmt = gimple_build_assign (result, temp);
439 new_stmt = gimple_build_assign (result, op_code, temp);
441 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
3355 gassign *new_stmt; local
3419 new_stmt = gimple_build_assign (name, lhs);
3420 gimple_set_location (new_stmt, locus);
3425 tree rhs1 = gimple_assign_rhs1 (new_stmt);
3428 gsi_insert_on_edge (e1, new_stmt);
3438 new_stmt = gimple_build_assign (lhs, PHI_RESULT (newphi))
3473 gassign *new_stmt; local
    [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...]
  /src/external/gpl3/gcc.old/dist/gcc/
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;
gimple-match-head.cc 634 gimple *new_stmt = gimple_build_assign (res, code, local
638 gimple_seq_add_stmt_without_update (seq, new_stmt);
645 gcall *new_stmt = NULL; local
650 new_stmt = build_call_internal (ifn, res_op);
651 if (!new_stmt)
665 new_stmt = gimple_build_call (decl, num_ops,
679 gimple_call_set_lhs (new_stmt, res);
680 gimple_seq_add_stmt_without_update (seq, new_stmt);
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-dse.cc 1144 gimple *new_stmt = gimple_build_assign (lhs, ptr); local
1146 if (gsi_replace (gsi, new_stmt, true))
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...]
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-ssa-dom.cc 1792 gassign *new_stmt; local
1807 new_stmt = gimple_build_assign (rhs, lhs);
1811 new_stmt = gimple_build_assign (rhs, lhs);
1813 gimple_set_vuse (new_stmt, gimple_vdef (stmt));
1817 avail_exprs_stack->lookup_avail_expr (new_stmt, true, true);
2255 gassign *new_stmt; local
2261 new_stmt = gimple_build_assign (rhs, lhs);
2265 new_stmt = gimple_build_assign (rhs, lhs);
2266 gimple_set_vuse (new_stmt, gimple_vuse (stmt));
2268 cached_lhs = m_avail_exprs_stack->lookup_avail_expr (new_stmt, false
    [all...]
tree-ssa-phiopt.cc 485 gimple *arg0_def_stmt = NULL, *arg1_def_stmt = NULL, *new_stmt; local
658 new_stmt = gimple_build_assign (result, temp);
661 new_stmt = gimple_build_assign (result, convert_code, temp);
663 gsi_insert_before (&gsi, new_stmt, GSI_SAME_STMT);
3184 gassign *new_stmt; local
3248 new_stmt = gimple_build_assign (name, lhs);
3249 gimple_set_location (new_stmt, locus);
3254 tree rhs1 = gimple_assign_rhs1 (new_stmt);
3257 gsi_insert_on_edge (e1, new_stmt);
3267 new_stmt = gimple_build_assign (lhs, PHI_RESULT (newphi))
3302 gassign *new_stmt; local
    [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/bsd/libfido2/dist/src/
assert.c 1151 void *new_stmt; local
1160 new_stmt = recallocarray(assert->stmt, assert->stmt_cnt, n,
1162 if (new_stmt == NULL)
1165 assert->stmt = new_stmt;

Completed in 79 milliseconds

1 2 3