Searched refs:get_initialized_tmp_var (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-gimple.h | 31 extern tree get_initialized_tmp_var (tree, tree *, tree *);
|
| D | gimplify.c | 645 get_initialized_tmp_var (tree val, tree *pre_p, tree *post_p) in get_initialized_tmp_var() function 3800 val = get_initialized_tmp_var (val, pre_p, post_p); in gimplify_save_expr() 5491 *expr_p = get_initialized_tmp_var (*expr_p, pre_p, post_p); in gimplify_expr() 5504 *expr_p = get_initialized_tmp_var (*expr_p, pre_p, post_p); in gimplify_expr() 5686 *expr_p = get_initialized_tmp_var (*expr_p, pre_p, post_p); in gimplify_expr() 6036 *expr_p = get_initialized_tmp_var (*expr_p, pre_p, post_p); in gimplify_expr()
|
| D | tree-ssa-ccp.c | 2500 tmp = get_initialized_tmp_var (expr, &stmts, NULL); in convert_to_gimple_builtin()
|
| D | omp-low.c | 3023 trip = get_initialized_tmp_var (t, &list, NULL); in expand_omp_for_static_chunk()
|
| D | builtins.c | 4278 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL); in std_gimplify_va_arg_expr()
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | xtensa.c | 2171 real_part = get_initialized_tmp_var (real_part, pre_p, NULL); in xtensa_gimplify_va_arg_expr() 2175 imag_part = get_initialized_tmp_var (imag_part, pre_p, NULL); in xtensa_gimplify_va_arg_expr() 2200 orig_ndx = get_initialized_tmp_var (ndx, pre_p, NULL); in xtensa_gimplify_va_arg_expr()
|
| /openbsd/src/gnu/gcc/gcc/config/stormy16/ |
| D | stormy16.c | 1417 count_tmp = get_initialized_tmp_var (count, pre_p, NULL); in xstormy16_expand_builtin_va_arg()
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.c | 7012 imag = get_initialized_tmp_var (imag, pre_p, NULL); in sh_gimplify_va_arg_expr() 7016 real = get_initialized_tmp_var (real, pre_p, NULL); in sh_gimplify_va_arg_expr() 7019 result = get_initialized_tmp_var (result, pre_p, NULL); in sh_gimplify_va_arg_expr()
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | alpha.c | 6279 real_temp = get_initialized_tmp_var (real_part, pre_p, NULL); in alpha_gimplify_va_arg_1() 6345 offset = get_initialized_tmp_var (t, pre_p, NULL); in alpha_gimplify_va_arg()
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tree-ssa.texi | 178 @code{get_initialized_tmp_var} or @code{create_tmp_var}.
|
| D | gccint.info | 6425 `get_initialized_tmp_var' or `create_tmp_var'.
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 5919 real_part = get_initialized_tmp_var (real_part, pre_p, &post); in rs6000_gimplify_va_arg()
|