Home
last modified time | relevance | path

Searched refs:get_initialized_tmp_var (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-gimple.h31 extern tree get_initialized_tmp_var (tree, tree *, tree *);
Dgimplify.c645 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()
Dtree-ssa-ccp.c2500 tmp = get_initialized_tmp_var (expr, &stmts, NULL); in convert_to_gimple_builtin()
Domp-low.c3023 trip = get_initialized_tmp_var (t, &list, NULL); in expand_omp_for_static_chunk()
Dbuiltins.c4278 valist_tmp = get_initialized_tmp_var (valist, pre_p, NULL); in std_gimplify_va_arg_expr()
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dxtensa.c2171 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/
Dstormy16.c1417 count_tmp = get_initialized_tmp_var (count, pre_p, NULL); in xstormy16_expand_builtin_va_arg()
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.c7012 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/
Dalpha.c6279 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/
Dtree-ssa.texi178 @code{get_initialized_tmp_var} or @code{create_tmp_var}.
Dgccint.info6425 `get_initialized_tmp_var' or `create_tmp_var'.
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c5919 real_part = get_initialized_tmp_var (real_part, pre_p, &post); in rs6000_gimplify_va_arg()