Searched refs:pre_p (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgimplify.c205 gimple_pop_condition (tree *pre_p) argument
212 append_to_statement_list (gimplify_ctxp->conditional_cleanups, pre_p);
507 internal_get_tmp_var (tree val, tree *pre_p, tree *post_p, bool is_formal) argument
511 gimplify_expr (&val, pre_p, post_p, is_gimple_formal_tmp_rhs, fb_rvalue);
544 gimplify_and_add (mod, pre_p);
555 get_formal_tmp_var (tree val, tree *pre_p) argument
557 return internal_get_tmp_var (val, pre_p, NULL, true);
564 get_initialized_tmp_var (tree val, tree *pre_p, tree *post_p) argument
566 return internal_get_tmp_var (val, pre_p, post_p, false);
913 gimplify_bind_expr (tree *expr_p, tree temp, tree *pre_p)
912 gimplify_bind_expr(tree *expr_p, tree temp, tree *pre_p) argument
980 gimplify_return_expr(tree stmt, tree *pre_p) argument
1134 gimplify_loop_expr(tree *expr_p, tree *pre_p) argument
1207 gimplify_switch_expr(tree *expr_p, tree *pre_p) argument
1258 append_to_statement_list (SWITCH_BODY (switch_expr), pre_p); local
1528 gimplify_compound_lval(tree *expr_p, tree *pre_p, tree *post_p, fallback_t fallback) argument
1716 gimplify_self_mod_expr(tree *expr_p, tree *pre_p, tree *post_p, bool want_value) argument
1813 gimplify_arg(tree *expr_p, tree *pre_p) argument
1843 gimplify_call_expr(tree *expr_p, tree *pre_p, bool want_value) argument
2247 gimplify_cond_expr(tree *expr_p, tree *pre_p, fallback_t fallback) argument
2472 gimplify_init_ctor_preeval(tree *expr_p, tree *pre_p, tree *post_p, struct gimplify_init_ctor_preeval_data *data) argument
2559 gimplify_init_ctor_eval_range(tree object, tree lower, tree upper, tree value, tree array_elt_type, tree *pre_p, bool cleared) argument
2572 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var, lower), pre_p); local
2578 pre_p); local
2595 pre_p); local
2605 pre_p); local
2612 pre_p); local
2618 pre_p); local
2624 pre_p); local
2656 gimplify_init_ctor_eval(tree object, VEC(constructor_elt,gc) *elts, tree *pre_p, bool cleared) argument
2740 gimplify_init_constructor(tree *expr_p, tree *pre_p, tree *post_p, bool want_value) argument
3072 gimplify_modify_expr_rhs(tree *expr_p, tree *from_p, tree *to_p, tree *pre_p, tree *post_p, bool want_value) argument
3243 gimplify_modify_expr_complex_part(tree *expr_p, tree *pre_p, bool want_value) argument
3293 gimplify_modify_expr(tree *expr_p, tree *pre_p, tree *post_p, bool want_value) argument
3450 gimplify_compound_expr(tree *expr_p, tree *pre_p, bool want_value) argument
3515 gimplify_save_expr(tree *expr_p, tree *pre_p, tree *post_p) argument
3562 gimplify_addr_expr(tree *expr_p, tree *pre_p, tree *post_p) argument
3656 gimplify_asm_expr(tree *expr_p, tree *pre_p, tree *post_p) argument
3845 gimplify_cleanup_point_expr(tree *expr_p, tree *pre_p) argument
3918 gimple_push_cleanup(tree var, tree cleanup, bool eh_only, tree *pre_p) argument
3979 gimplify_target_expr(tree *expr_p, tree *pre_p, tree *post_p) argument
4091 gimplify_expr(tree *expr_p, tree *pre_p, tree *post_p, bool (* gimple_test_f) (tree), fallback_t fallback) argument
[all...]
H A Dc-gimplify.c182 gimplify_compound_literal_expr (tree *expr_p, tree *pre_p) argument
193 gimplify_and_add (decl_s, pre_p);
201 c_gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED) argument
221 return gimplify_compound_literal_expr (expr_p, pre_p);
H A Dlanghooks.c427 lhd_gimplify_expr (tree *expr_p ATTRIBUTE_UNUSED, tree *pre_p ATTRIBUTE_UNUSED,
H A Dtarget.h494 tree (* gimplify_va_arg_expr) (tree valist, tree type, tree *pre_p,
H A Dbuiltins.c4298 std_gimplify_va_arg_expr (tree valist, tree type, tree *pre_p, tree *post_p)
4319 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL);
4329 gimplify_and_add (t, pre_p);
4334 gimplify_and_add (t, pre_p);
4354 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue);
4372 gimplify_and_add (t, pre_p);
4409 gimplify_va_arg_expr (tree *expr_p, tree *pre_p, tree *post_p)
4467 append_to_statement_list (t, pre_p);
4489 gimplify_expr (&valist, pre_p, post_p, is_gimple_val, fb_rvalue);
4492 gimplify_expr (&valist, pre_p, post_
4297 std_gimplify_va_arg_expr(tree valist, tree type, tree *pre_p, tree *post_p) argument
4408 gimplify_va_arg_expr(tree *expr_p, tree *pre_p, tree *post_p) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgimplify.c287 gimple_pop_condition (gimple_seq *pre_p) argument
294 gimplify_seq_add_seq (pre_p, gimplify_ctxp->conditional_cleanups);
595 internal_get_tmp_var (tree val, gimple_seq *pre_p, gimple_seq *post_p, argument
602 gimplify_expr (&val, pre_p, post_p, is_gimple_reg_rhs_or_call,
620 gimplify_and_add (mod, pre_p);
627 gimple last = gimple_seq_last_stmt (*pre_p);
647 get_formal_tmp_var (tree val, gimple_seq *pre_p) argument
649 return internal_get_tmp_var (val, pre_p, NULL, true);
656 get_initialized_tmp_var (tree val, gimple_seq *pre_p, gimple_seq *post_p) argument
658 return internal_get_tmp_var (val, pre_p, post_
1074 gimplify_bind_expr(tree *expr_p, gimple_seq *pre_p) argument
1174 gimplify_return_expr(tree stmt, gimple_seq *pre_p) argument
1349 gimplify_loop_expr(tree *expr_p, gimple_seq *pre_p) argument
1375 gimplify_statement_list(tree *expr_p, gimple_seq *pre_p) argument
1383 gimplify_stmt (tsi_stmt_ptr (i), pre_p); local
1431 gimplify_switch_expr(tree *expr_p, gimple_seq *pre_p) argument
1565 gimplify_case_label_expr(tree *expr_p, gimple_seq *pre_p) argument
1887 gimplify_compound_lval(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, fallback_t fallback) argument
2069 gimplify_self_mod_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value) argument
2189 gimplify_arg(tree *arg_p, gimple_seq *pre_p, location_t call_location) argument
2224 gimplify_call_expr(tree *expr_p, gimple_seq *pre_p, bool want_value) argument
2789 gimplify_pure_cond_expr(tree *expr_p, gimple_seq *pre_p) argument
2854 gimplify_cond_expr(tree *expr_p, gimple_seq *pre_p, fallback_t fallback) argument
3249 gimplify_init_ctor_preeval(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, struct gimplify_init_ctor_preeval_data *data) argument
3338 gimplify_init_ctor_eval_range(tree object, tree lower, tree upper, tree value, tree array_elt_type, gimple_seq *pre_p, bool cleared) argument
3420 gimplify_init_ctor_eval(tree object, VEC(constructor_elt,gc) *elts, gimple_seq *pre_p, bool cleared) argument
3518 gimplify_compound_literal_expr(tree *expr_p, gimple_seq *pre_p) argument
3605 gimplify_init_constructor(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value, bool notify_temp_creation) argument
4095 gimplify_modify_expr_rhs(tree *expr_p, tree *from_p, tree *to_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value) argument
4356 gimplify_modify_expr_complex_part(tree *expr_p, gimple_seq *pre_p, bool want_value) argument
4402 gimplify_modify_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value) argument
4636 gimplify_compound_expr(tree *expr_p, gimple_seq *pre_p, bool want_value) argument
4672 gimplify_save_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) argument
4718 gimplify_addr_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) argument
4819 gimplify_asm_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) argument
5064 gimplify_cleanup_point_expr(tree *expr_p, gimple_seq *pre_p) argument
5141 gimple_push_cleanup(tree var, tree cleanup, bool eh_only, gimple_seq *pre_p) argument
5202 gimplify_target_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) argument
5216 gimplify_type_sizes (TREE_TYPE (temp), pre_p); local
5710 gimplify_scan_omp_clauses(tree *list_p, gimple_seq *pre_p, enum omp_region_type region_type) argument
6016 gimplify_omp_parallel(tree *expr_p, gimple_seq *pre_p) argument
6023 gimplify_scan_omp_clauses (&OMP_PARALLEL_CLAUSES (expr), pre_p, local
6053 gimplify_omp_task(tree *expr_p, gimple_seq *pre_p) argument
6060 gimplify_scan_omp_clauses (&OMP_TASK_CLAUSES (expr), pre_p, local
6086 gimplify_omp_for(tree *expr_p, gimple_seq *pre_p) argument
6097 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, local
6261 gimplify_omp_workshare(tree *expr_p, gimple_seq *pre_p) argument
6267 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ORT_WORKSHARE); local
6322 goa_stabilize_expr(tree *expr_p, gimple_seq *pre_p, tree lhs_addr, tree lhs_var) argument
6384 gimplify_omp_atomic(tree *expr_p, gimple_seq *pre_p) argument
6492 gimplify_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, bool (*gimple_test_f) (tree), fallback_t fallback) argument
[all...]
H A Dc-gimplify.c177 c_gimplify_expr (tree *expr_p, gimple_seq *pre_p ATTRIBUTE_UNUSED,
H A Dlanghooks.c275 gimple_seq *pre_p ATTRIBUTE_UNUSED,
H A Domp-low.c5662 lower_omp_single_simple (gimple single_stmt, gimple_seq *pre_p)
5674 gimple_seq_add_stmt (pre_p, call);
5680 gimple_seq_add_stmt (pre_p, cond);
5681 gimple_seq_add_stmt (pre_p, gimple_build_label (tlabel));
5682 gimple_seq_add_seq (pre_p, gimple_omp_body (single_stmt));
5683 gimple_seq_add_stmt (pre_p, gimple_build_label (flabel));
5717 lower_omp_single_copy (gimple single_stmt, gimple_seq *pre_p, omp_context *ctx)
5734 gimplify_assign (ctx->receiver_decl, t, pre_p);
5740 gimplify_and_add (t, pre_p);
5742 gimple_seq_add_stmt (pre_p, gimple_build_labe
5660 lower_omp_single_simple(gimple single_stmt, gimple_seq *pre_p) argument
5715 lower_omp_single_copy(gimple single_stmt, gimple_seq *pre_p, omp_context *ctx) argument
5745 lower_copyprivate_clauses (gimple_omp_single_clauses (single_stmt), pre_p, local
[all...]
H A Dtarget.h834 tree (* gimplify_va_arg_expr) (tree valist, tree type, gimple_seq *pre_p,
H A Dbuiltins.c4494 std_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p,
4525 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL);
4536 gimplify_and_add (t, pre_p);
4543 gimplify_and_add (t, pre_p);
4563 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue);
4581 gimplify_and_add (t, pre_p);
4618 gimplify_va_arg_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p)
4665 gimplify_and_add (valist, pre_p);
4668 gimplify_and_add (t, pre_p);
4692 gimplify_expr (&valist, pre_p, post_
4493 std_gimplify_va_arg_expr(tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p) argument
4617 gimplify_va_arg_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.c289 gimplify_for_stmt (tree *stmt_p, gimple_seq *pre_p) argument
294 gimplify_and_add (FOR_INIT_STMT (stmt), pre_p); local
296 gimple_seq_add_seq (pre_p,
305 gimplify_while_stmt (tree *stmt_p, gimple_seq *pre_p) argument
308 gimple_seq_add_seq (pre_p,
317 gimplify_do_stmt (tree *stmt_p, gimple_seq *pre_p) argument
320 gimple_seq_add_seq (pre_p,
329 gimplify_switch_stmt (tree *stmt_p, gimple_seq *pre_p) argument
348 gimple_seq_add_seq (pre_p, seq);
358 cp_gimplify_omp_for (tree *expr_p, gimple_seq *pre_p) argument
427 cp_gimplify_init_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) argument
478 gimplify_must_not_throw_expr(tree *expr_p, gimple_seq *pre_p) argument
506 cp_gimplify_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcp-gimplify.c288 gimplify_for_stmt (tree *stmt_p, tree *pre_p) argument
293 gimplify_and_add (FOR_INIT_STMT (stmt), pre_p); local
380 cp_gimplify_init_expr (tree *expr_p, tree *pre_p, tree *post_p) argument
407 gimplify_expr (&to, pre_p, post_p, is_gimple_lvalue, fb_lvalue);
421 gimplify_must_not_throw_expr (tree *expr_p, tree *pre_p) argument
434 append_to_statement_list (stmt, pre_p);
444 cp_gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p) argument
477 gimplify_must_not_throw_expr (expr_p, pre_p);
485 cp_gimplify_init_expr (expr_p, pre_p, post_p);
528 gimplify_for_stmt (expr_p, pre_p);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Dxtensa.c2138 xtensa_gimplify_va_arg_expr (tree valist, tree type, tree *pre_p,
2158 pre_p, NULL);
2159 real_part = get_initialized_tmp_var (real_part, pre_p, NULL);
2162 pre_p, NULL);
2163 imag_part = get_initialized_tmp_var (imag_part, pre_p, NULL);
2178 gimplify_expr (&va_size, pre_p, NULL, is_gimple_val, fb_rvalue);
2188 orig_ndx = get_initialized_tmp_var (ndx, pre_p, NULL);
2199 gimplify_and_add (t, pre_p);
2210 gimplify_and_add (t, pre_p);
2232 gimplify_and_add (t, pre_p);
2136 xtensa_gimplify_va_arg_expr(tree valist, tree type, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.c2781 xtensa_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p,
2801 pre_p, NULL);
2802 real_part = get_initialized_tmp_var (real_part, pre_p, NULL);
2806 pre_p, NULL);
2807 imag_part = get_initialized_tmp_var (imag_part, pre_p, NULL);
2825 gimplify_expr (&va_size, pre_p, NULL, is_gimple_val, fb_rvalue);
2835 orig_ndx = get_initialized_tmp_var (ndx, pre_p, NULL);
2845 gimplify_assign (unshare_expr (orig_ndx), t, pre_p);
2855 gimplify_assign (unshare_expr (ndx), t, pre_p);
2878 gimplify_and_add (t, pre_p); local
2779 xtensa_gimplify_va_arg_expr(tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p ATTRIBUTE_UNUSED) argument
2843 gimplify_assign (unshare_expr (orig_ndx), t, pre_p); local
2853 gimplify_assign (unshare_expr (ndx), t, pre_p); local
2910 gimplify_assign (unshare_expr (ndx), t, pre_p); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.c1372 xstormy16_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p,
1391 gimplify_expr (&size_tree, pre_p, NULL, is_gimple_val, fb_rvalue);
1395 count_tmp = get_initialized_tmp_var (count, pre_p, NULL);
1411 gimplify_and_add (t, pre_p);
1414 gimplify_assign (addr, t, pre_p);
1417 gimplify_and_add (t, pre_p);
1420 gimplify_and_add (t, pre_p);
1437 gimplify_and_add (t, pre_p);
1449 gimplify_assign (addr, t, pre_p);
1452 gimplify_and_add (t, pre_p);
1369 xstormy16_gimplify_va_arg_expr(tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/stormy16/
H A Dstormy16.c1394 xstormy16_expand_builtin_va_arg (tree valist, tree type, tree *pre_p,
1413 gimplify_expr (&size_tree, pre_p, NULL, is_gimple_val, fb_rvalue);
1417 count_tmp = get_initialized_tmp_var (count, pre_p, NULL);
1433 gimplify_and_add (t, pre_p);
1438 gimplify_and_add (t, pre_p);
1441 gimplify_and_add (t, pre_p);
1444 gimplify_and_add (t, pre_p);
1461 gimplify_and_add (t, pre_p);
1473 gimplify_and_add (t, pre_p);
1476 gimplify_and_add (t, pre_p);
1391 xstormy16_expand_builtin_va_arg(tree valist, tree type, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.c7779 sh_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p,
7870 gimplify_assign (unshare_expr (addr), tmp, pre_p);
7872 gimplify_assign (unshare_expr (next_fp_tmp), valist, pre_p);
7883 gimplify_and_add (cmp, pre_p);
7893 gimplify_assign (unshare_expr (next_fp_tmp), tmp, pre_p);
7896 gimplify_and_add (cmp, pre_p);
7906 = std_gimplify_va_arg_expr (next_fp_tmp, subtype, pre_p, NULL);
7907 imag = get_initialized_tmp_var (imag, pre_p, NULL);
7910 = std_gimplify_va_arg_expr (next_fp_tmp, subtype, pre_p, NULL);
7911 real = get_initialized_tmp_var (real, pre_p, NUL
7767 sh_gimplify_va_arg_expr(tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p ATTRIBUTE_UNUSED) argument
7858 gimplify_assign (unshare_expr (addr), tmp, pre_p); local
7860 gimplify_assign (unshare_expr (next_fp_tmp), valist, pre_p); local
7881 gimplify_assign (unshare_expr (next_fp_tmp), tmp, pre_p); local
7915 gimplify_assign (unshare_expr (addr), tmp, pre_p); local
7917 unshare_expr (valist), pre_p); local
7936 gimplify_assign (unshare_expr (addr), tmp, pre_p); local
7946 unshare_expr (next_o_limit), pre_p); local
7949 gimplify_assign (unshare_expr (addr), tmp, pre_p); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.c6747 sh_gimplify_va_arg_expr (tree valist, tree type, tree *pre_p,
6839 gimplify_and_add (tmp, pre_p);
6842 gimplify_and_add (tmp, pre_p);
6852 gimplify_and_add (cmp, pre_p);
6861 gimplify_and_add (tmp, pre_p);
6864 gimplify_and_add (cmp, pre_p);
6874 = std_gimplify_va_arg_expr (next_fp_tmp, subtype, pre_p, NULL);
6875 imag = get_initialized_tmp_var (imag, pre_p, NULL);
6878 = std_gimplify_va_arg_expr (next_fp_tmp, subtype, pre_p, NULL);
6879 real = get_initialized_tmp_var (real, pre_p, NUL
6737 sh_gimplify_va_arg_expr(tree valist, tree type, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mep/
H A Dmep.c3691 gimple_seq *pre_p,
3751 gimplify_and_add (tmp, pre_p);
3756 gimplify_and_add (tmp, pre_p); local
3761 gimplify_and_add (tmp, pre_p);
3766 gimplify_assign (unshare_expr (next_gp), tmp, pre_p);
3770 gimplify_assign (unshare_expr (next_cop), tmp, pre_p);
3773 gimplify_and_add (tmp, pre_p);
3778 gimplify_and_add (tmp, pre_p);
3781 gimplify_and_add (tmp, pre_p);
3785 gimplify_assign (unshare_expr (next_stack), tmp, pre_p);
3680 mep_gimplify_va_arg_expr(tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p ATTRIBUTE_UNUSED) argument
3760 gimplify_assign (unshare_expr (next_cop), tmp, pre_p); local
3775 gimplify_assign (unshare_expr (next_stack), tmp, pre_p); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dalpha.c6230 alpha_gimplify_va_arg_1 (tree type, tree base, tree offset, tree *pre_p)
6241 gimplify_and_add (t, pre_p);
6252 offset, pre_p);
6256 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL);
6259 offset, pre_p);
6279 gimplify_expr (&addr, pre_p, &internal_post, is_gimple_val, fb_rvalue);
6280 append_to_statement_list (internal_post, pre_p);
6295 gimplify_and_add (t, pre_p);
6301 alpha_gimplify_va_arg (tree valist, tree type, tree *pre_p, tree *post_p)
6307 return std_gimplify_va_arg_expr (valist, type, pre_p, post_
6216 alpha_gimplify_va_arg_1(tree type, tree base, tree offset, tree *pre_p) argument
6287 alpha_gimplify_va_arg(tree valist, tree type, tree *pre_p, tree *post_p) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.c7925 s390_gimplify_va_arg (tree valist, tree type, tree *pre_p,
8019 gimplify_and_add (t, pre_p);
8028 gimplify_and_add (t, pre_p);
8031 gimplify_and_add (t, pre_p);
8034 append_to_statement_list (t, pre_p);
8044 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue);
8047 gimplify_and_add (u, pre_p);
8052 gimplify_and_add (t, pre_p);
8055 append_to_statement_list (t, pre_p);
8062 gimplify_and_add (u, pre_p);
7924 s390_gimplify_va_arg(tree valist, tree type, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.c6348 gimple_seq *pre_p)
6360 pre_p);
6371 offset, pre_p);
6375 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL);
6378 offset, pre_p);
6398 gimplify_expr (&addr, pre_p, &internal_post, is_gimple_val, fb_rvalue);
6399 gimple_seq_add_seq (pre_p, internal_post);
6413 pre_p);
6419 alpha_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p,
6426 return std_gimplify_va_arg_expr (valist, type, pre_p, post_
6333 alpha_gimplify_va_arg_1(tree type, tree base, tree offset, gimple_seq *pre_p) argument
6405 alpha_gimplify_va_arg(tree valist, tree type, gimple_seq *pre_p, gimple_seq *post_p) argument
6439 fold_convert (TREE_TYPE (offset_field), offset), pre_p); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.c5822 rs6000_gimplify_va_arg (tree valist, tree type, tree *pre_p, tree *post_p)
5833 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
5850 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5854 real_part = get_initialized_tmp_var (real_part, pre_p, &post);
5855 append_to_statement_list (post, pre_p);
5857 imag_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5864 return std_gimplify_va_arg_expr (valist, type, pre_p, post_p);
5936 gimplify_and_add (t, pre_p);
5948 gimplify_and_add (t, pre_p);
5951 gimplify_and_add (t, pre_p);
5806 rs6000_gimplify_va_arg(tree valist, tree type, tree *pre_p, tree *post_p) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c3908 ix86_gimplify_va_arg (tree valist, tree type, tree *pre_p, tree *post_p)
3923 return std_gimplify_va_arg_expr (valist, type, pre_p, post_p);
4017 gimplify_and_add (t, pre_p);
4027 gimplify_and_add (t, pre_p);
4037 gimplify_and_add (t, pre_p);
4045 gimplify_and_add (t, pre_p);
4055 gimplify_and_add (t, pre_p);
4089 gimplify_and_add (t, pre_p);
4098 gimplify_and_add (t, pre_p);
4105 gimplify_and_add (t, pre_p);
3899 ix86_gimplify_va_arg(tree valist, tree type, tree *pre_p, tree *post_p) argument
[all...]

Completed in 934 milliseconds

12