Searched refs:add_stmt (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc206 add_stmt (tree t) function
221 add_stmt (TREE_OPERAND (t, 0));
222 add_stmt (TREE_OPERAND (t, 1));
245 generated code are pushed to add_stmt(), which appends them to the
310 add_stmt (scope);
355 add_stmt (build1 (LABEL_EXPR, void_type_node, label));
362 add_stmt (fold_build1 (GOTO_EXPR, void_type_node, label));
603 add_stmt (cond);
645 add_stmt (build_vcondition (exitcond, void_node,
650 add_stmt (build
[all...]
H A Dd-codegen.cc1079 add_stmt (build_assign (INIT_EXPR, result, init));
1090 add_stmt (build_assign (INIT_EXPR, t, length));
1094 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t1)));
1098 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t2)));
1110 add_stmt (t);
1117 add_stmt (t);
1123 add_stmt (t);
1125 add_stmt (t);
1131 add_stmt (t);
1135 add_stmt (build
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc205 add_stmt (tree t) function
220 add_stmt (TREE_OPERAND (t, 0));
221 add_stmt (TREE_OPERAND (t, 1));
244 generated code are pushed to add_stmt(), which appends them to the
309 add_stmt (scope);
354 add_stmt (build1 (LABEL_EXPR, void_type_node, label));
361 add_stmt (fold_build1 (GOTO_EXPR, void_type_node, label));
614 add_stmt (cond);
656 add_stmt (build_vcondition (exitcond, void_node,
661 add_stmt (build
[all...]
H A Dd-codegen.cc1023 add_stmt (build_assign (INIT_EXPR, result, init));
1034 add_stmt (build_assign (INIT_EXPR, t, length));
1038 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t1)));
1042 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t2)));
1054 add_stmt (t);
1061 add_stmt (t);
1067 add_stmt (t);
1069 add_stmt (t);
1075 add_stmt (t);
1079 add_stmt (build
[all...]
H A Dmodules.cc167 add_stmt (expr);
382 add_stmt (build_vcondition (if_cond, expr_list, void_node));
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc1335 return add_stmt (expr);
1396 return add_stmt (expr);
1766 add_stmt (r); /* case 0: */
1771 add_stmt (r); /* goto ret; */
1774 add_stmt (r); /* case 1: */
1776 add_stmt (r); /* goto resume; */
1779 add_stmt (r); /* default:; */
1781 add_stmt (r); /* goto destroy; */
2179 add_stmt (actor_bind);
2217 add_stmt (ddefla
[all...]
H A Doptimize.cc150 add_stmt (call_delete);
160 add_stmt (build2 (TRY_FINALLY_EXPR, void_type_node,
172 add_stmt (build_stmt (0, RETURN_EXPR, val));
438 add_stmt (modify);
442 add_stmt (call);
447 add_stmt (bind);
H A Dsemantics.cc532 add_stmt (tree t) function
602 add_stmt (r);
677 add_stmt (stmt);
825 add_stmt (build_predict_expr (PRED_GOTO, NOT_TAKEN));
826 return add_stmt (build_stmt (input_location, GOTO_EXPR, destination));
896 r = add_stmt (expr);
1030 add_stmt (if_stmt);
1091 add_stmt (do_poplevel (scope));
1102 add_stmt (r);
1153 add_stmt (
[all...]
H A Dtypeck2.cc482 add_stmt (tx);
527 add_stmt (code);
589 add_stmt (expand_vec_init_expr (sub, vi, tf_warning_or_error,
639 add_stmt (code);
670 add_stmt (code);
705 add_stmt (code);
770 add_stmt (build2 (MODIFY_EXPR, TREE_TYPE (d), d, i));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc1305 return add_stmt (expr);
1380 return add_stmt (expr);
1727 add_stmt (r); /* case 0: */
1732 add_stmt (r); /* goto ret; */
1735 add_stmt (r); /* case 1: */
1737 add_stmt (r); /* goto resume; */
1740 add_stmt (r); /* default:; */
1742 add_stmt (r); /* goto destroy; */
2253 add_stmt (actor_bind);
2322 add_stmt (ddefla
[all...]
H A Doptimize.c151 add_stmt (call_delete);
161 add_stmt (build2 (TRY_FINALLY_EXPR, void_type_node,
172 add_stmt (build_stmt (0, RETURN_EXPR, val));
438 add_stmt (modify);
442 add_stmt (call);
447 add_stmt (bind);
H A Dsemantics.c372 add_stmt (tree t) function
442 add_stmt (r);
487 add_stmt (stmt);
635 add_stmt (build_predict_expr (PRED_GOTO, NOT_TAKEN));
636 return add_stmt (build_stmt (input_location, GOTO_EXPR, destination));
706 r = add_stmt (expr);
786 add_stmt (if_stmt);
847 add_stmt (do_poplevel (scope));
858 add_stmt (r);
909 add_stmt (
[all...]
H A Dtypeck2.c630 add_stmt (code);
711 add_stmt (code);
751 add_stmt (code);
786 add_stmt (code);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1800 add_stmt (stmt);
2028 add_stmt (fn);
2559 add_stmt (fnbody);
2562 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), DECL_EXPR, decl));
2567 add_stmt (fnbody);
5673 add_stmt (build_stmt (label_loc, DECL_EXPR, label));
5934 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
6131 add_stmt (c_parser_compound_statement (parser));
6243 add_stmt (fn);
6374 add_stmt (build_empty_stm
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1767 add_stmt (stmt);
1991 add_stmt (fn);
2517 add_stmt (fnbody);
2520 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), DECL_EXPR, decl));
2525 add_stmt (fnbody);
5672 add_stmt (build_stmt (label_loc, DECL_EXPR, label));
5920 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
5952 add_stmt (fn);
6161 add_stmt (c_parser_compound_statement (parser));
6273 add_stmt (f
[all...]
H A Dc-typeck.c4174 add_stmt (rhs);
4273 add_stmt (rhs);
4309 add_stmt (old);
4321 add_stmt (hold_call);
4324 add_stmt (loop_label);
4346 add_stmt (rhs);
4365 add_stmt (stmt);
4368 add_stmt (clear_call);
4373 add_stmt (goto_stmt);
4376 add_stmt (done_labe
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c82 tree t = add_stmt (build1 (OMP_MASTER, void_type_node, stmt));
98 return add_stmt (stmt);
114 return add_stmt (stmt);
132 return add_stmt (t);
146 add_stmt (x);
160 add_stmt (x);
174 add_stmt (x);
185 tree with add_stmt. If TEST is set, avoid calling save_expr
542 add_stmt (build2 (MODIFY_EXPR, void_type_node, r, t));
569 add_stmt (build
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1955 add_stmt (rvalue->as_tree ());
1985 add_stmt (stmt);
2015 add_stmt (label_expr);
2049 add_stmt (stmt);
2063 //add_stmt (top);
2070 add_stmt (stmt);
2084 return add_stmt (t);
2118 add_stmt (return_stmt);
2181 add_stmt (switch_stmt);
2279 add_stmt (asm_stm
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc85 tree t = add_stmt (build1 (OMP_MASTER, void_type_node, stmt));
101 return add_stmt (stmt);
115 return add_stmt (stmt);
142 return add_stmt (stmt);
160 return add_stmt (t);
174 add_stmt (x);
188 add_stmt (x);
202 add_stmt (x);
213 tree with add_stmt. If TEST is set, avoid calling save_expr
783 add_stmt (build
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1573 add_stmt (rvalue->as_tree ());
1603 add_stmt (stmt);
1633 add_stmt (label_expr);
1667 add_stmt (stmt);
1681 //add_stmt (top);
1688 add_stmt (stmt);
1702 return add_stmt (t);
1736 add_stmt (return_stmt);
1799 add_stmt (switch_stmt);
H A Djit-playback.h556 void add_stmt (tree stmt) function in class:gcc::jit::playback::block
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3896 gimple *add_stmt = NULL; local
4121 add_stmt = use_stmt;
4124 if (add_stmt == NULL)
4127 /* If stmt and add_stmt are in the same bb, we need to find out
4129 checked add_stmt is in the same bb as one of the uses of the
4130 stmt lhs, so stmt needs to dominate add_stmt too. */
4131 if (gimple_bb (stmt) == gimple_bb (add_stmt))
4143 if (gsi_stmt (gsib) == add_stmt)
4154 if (gsi_stmt (gsif) == add_stmt)
4161 *gsi = gsi_for_stmt (add_stmt);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c842 add_stmt (phi);
849 add_stmt (stmt);
4696 loop_vinfo->add_stmt (new_phi);
4724 = loop_vinfo->add_stmt (SSA_NAME_DEF_STMT (new_phi_tree));
4778 stmt_vec_info phi_info = loop_vinfo->add_stmt (phi);
5511 stmt_vec_info epilog_stmt_info = loop_vinfo->add_stmt (epilog_stmt);
7229 stmt_vec_info new_phi_info = loop_vinfo->add_stmt (new_phi);
7295 stmt_vec_info new_phi_info = loop_vinfo->add_stmt (new_phi);
7310 stmt_vec_info new_phi_info = loop_vinfo->add_stmt (new_phi);
7610 = loop_vinfo->add_stmt (induction_ph
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c964 add_stmt (build_function_call
971 add_stmt (c_end_compound_stmt (input_location, body, true));
1004 add_stmt (build_stmt (input_location, EXPR_STMT,
2210 return add_stmt (t);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc965 add_stmt (build_function_call
972 add_stmt (c_end_compound_stmt (input_location, body, true));
1005 add_stmt (build_stmt (input_location, EXPR_STMT,
2211 return add_stmt (t);

Completed in 639 milliseconds

123