| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimplify.h | 60 extern tree get_initialized_tmp_var (tree, gimple_seq *, gimple_seq * = NULL,
|
| H A D | targhooks.c | 2182 real_part = get_initialized_tmp_var (real_part, pre_p); in std_gimplify_va_arg_expr() 2186 imag_part = get_initialized_tmp_var (imag_part, pre_p); in std_gimplify_va_arg_expr() 2204 valist_tmp = get_initialized_tmp_var (valist, pre_p); in std_gimplify_va_arg_expr()
|
| H A D | gimplify.c | 672 get_initialized_tmp_var (tree val, gimple_seq *pre_p, in get_initialized_tmp_var() function 3178 lhs = get_initialized_tmp_var (lhs, pre_p); in gimplify_self_mod_expr() 4314 tree var = get_initialized_tmp_var (*expr_p, seq_p, NULL, false); in prepare_gimple_addressable() 5709 tree addr = get_initialized_tmp_var (build_fold_addr_expr (*to_p), in gimplify_modify_expr() 5880 *from_p = get_initialized_tmp_var (*from_p, pre_p, post_p); in gimplify_modify_expr() 6081 val = get_initialized_tmp_var (val, pre_p, post_p, in gimplify_save_expr() 8868 = get_initialized_tmp_var (OMP_CLAUSE_SIZE (c), pre_p, NULL, in gimplify_scan_omp_clauses() 11323 = get_initialized_tmp_var (TREE_OPERAND (t, 1), in gimplify_omp_for() 11354 = get_initialized_tmp_var (TREE_OPERAND (t, 1), in gimplify_omp_for() 11393 *tp = get_initialized_tmp_var (*tp, seq, NULL, false); in gimplify_omp_for() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimplify.h | 60 extern tree get_initialized_tmp_var (tree, gimple_seq *, gimple_seq * = NULL,
|
| H A D | gimplify.cc | 677 get_initialized_tmp_var (tree val, gimple_seq *pre_p, in get_initialized_tmp_var() function 3402 lhs = get_initialized_tmp_var (lhs, pre_p); in gimplify_self_mod_expr() 4581 tree var = get_initialized_tmp_var (*expr_p, seq_p, NULL, false); in prepare_gimple_addressable() 6021 tree addr = get_initialized_tmp_var (build_fold_addr_expr (*to_p), in gimplify_modify_expr() 6192 *from_p = get_initialized_tmp_var (*from_p, pre_p, post_p); in gimplify_modify_expr() 6396 val = get_initialized_tmp_var (val, pre_p, post_p, in gimplify_save_expr() 9592 = get_initialized_tmp_var (OMP_CLAUSE_SIZE (c), pre_p, NULL, in gimplify_scan_omp_clauses() 10664 = get_initialized_tmp_var (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c), in gimplify_scan_omp_clauses() 10729 = get_initialized_tmp_var (OMP_CLAUSE_OPERAND (c, 0), in gimplify_scan_omp_clauses() 10891 = get_initialized_tmp_var (OMP_CLAUSE_ALLOCATE_ALLOCATOR (c), in gimplify_scan_omp_clauses() [all …]
|
| H A D | ChangeLog.tuples | 4633 * tree-gimple.h (get_initialized_tmp_var, 8035 (get_initialized_tmp_var): Same. 8111 * tree-gimple.h (get_initialized_tmp_var): Adjust prototype
|
| H A D | ChangeLog.tree-ssa | 8045 (get_initialized_tmp_var): Add post_p parm. 11021 (get_initialized_tmp_var): Use it. 13607 (get_initialized_tmp_var): Similarly. 17380 (get_initialized_tmp_var): Use an INIT_EXPR. 17448 (get_initialized_tmp_var): Use it to try to get a prefix for 17560 (get_initialized_tmp_var): Let simplify_expr handle post-effects. 17572 * c-simplify.c (get_initialized_tmp_var): New fn.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-gimplify.cc | 424 *expr_p = get_initialized_tmp_var (*expr_p, pre_p); in gimplify_to_rvalue() 463 *arg_p = get_initialized_tmp_var (*arg_p, pre_p); in cp_gimplify_arg() 584 TREE_OPERAND (*expr_p, 1) = get_initialized_tmp_var (op1, pre_p); in cp_gimplify_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-gimplify.c | 681 *expr_p = get_initialized_tmp_var (*expr_p, pre_p); in gimplify_to_rvalue() 720 *arg_p = get_initialized_tmp_var (*arg_p, pre_p); in cp_gimplify_arg() 848 TREE_OPERAND (*expr_p, 1) = get_initialized_tmp_var (op1, pre_p); in cp_gimplify_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| H A D | xtensa.cc | 3293 real_part = get_initialized_tmp_var (real_part, pre_p, NULL); in xtensa_gimplify_va_arg_expr() 3298 imag_part = get_initialized_tmp_var (imag_part, pre_p, NULL); in xtensa_gimplify_va_arg_expr() 3326 orig_ndx = get_initialized_tmp_var (ndx, pre_p, NULL); in xtensa_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| H A D | xtensa.c | 3261 real_part = get_initialized_tmp_var (real_part, pre_p, NULL); in xtensa_gimplify_va_arg_expr() 3266 imag_part = get_initialized_tmp_var (imag_part, pre_p, NULL); in xtensa_gimplify_va_arg_expr() 3294 orig_ndx = get_initialized_tmp_var (ndx, pre_p, NULL); in xtensa_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 2588 tree valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL); in rs6000_gimplify_va_arg() 2633 real_part = get_initialized_tmp_var (real_part, pre_p, &post); in rs6000_gimplify_va_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| H A D | stormy16.c | 1361 count_tmp = get_initialized_tmp_var (count, pre_p, NULL); in xstormy16_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| H A D | stormy16.cc | 1361 count_tmp = get_initialized_tmp_var (count, pre_p, NULL); in xstormy16_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| H A D | alpha.cc | 6253 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL); in alpha_gimplify_va_arg_1() 6318 offset = get_initialized_tmp_var (t, pre_p, NULL); in alpha_gimplify_va_arg() 6338 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL); in alpha_gimplify_va_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| H A D | alpha.c | 6248 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL); in alpha_gimplify_va_arg_1() 6313 offset = get_initialized_tmp_var (t, pre_p, NULL); in alpha_gimplify_va_arg() 6333 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL); in alpha_gimplify_va_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
| H A D | msp430.c | 851 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL); in msp430_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
| H A D | msp430.cc | 844 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL); in msp430_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh.cc | 7779 imag = get_initialized_tmp_var (imag, pre_p, NULL); in sh_gimplify_va_arg_expr() 7783 real = get_initialized_tmp_var (real, pre_p, NULL); in sh_gimplify_va_arg_expr() 7788 result = get_initialized_tmp_var (result, pre_p, NULL); in sh_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh.c | 7779 imag = get_initialized_tmp_var (imag, pre_p, NULL); in sh_gimplify_va_arg_expr() 7783 real = get_initialized_tmp_var (real, pre_p, NULL); in sh_gimplify_va_arg_expr() 7788 result = get_initialized_tmp_var (result, pre_p, NULL); in sh_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.c | 8021 tree valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL); in rs6000_gimplify_va_arg() 8066 real_part = get_initialized_tmp_var (real_part, pre_p, &post); in rs6000_gimplify_va_arg()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gimple.texi | 538 using @code{get_initialized_tmp_var} or @code{create_tmp_var}.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gimple.texi | 538 using @code{get_initialized_tmp_var} or @code{create_tmp_var}.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 16765 off = get_initialized_tmp_var (f_off, pre_p, NULL); in aarch64_gimplify_va_arg_expr() 16804 arg = get_initialized_tmp_var (stack, pre_p, NULL); in aarch64_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 19869 off = get_initialized_tmp_var (f_off, pre_p, NULL); in aarch64_gimplify_va_arg_expr() 19908 arg = get_initialized_tmp_var (stack, pre_p, NULL); in aarch64_gimplify_va_arg_expr()
|