Searched refs:orig_t (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc5905 tree *orig_t = t; local
6010 else if (TREE_CODE (*orig_t) == ADDR_EXPR
6016 base = get_addr_base_and_unit_offset (TREE_OPERAND (*orig_t, 0),
6028 *orig_t = build_int_cst (TREE_TYPE (*orig_t), coffset);
6043 if (TREE_CODE (*orig_t) == ADDR_EXPR)
6044 recompute_tree_invariant_for_addr_expr (*orig_t);
H A Dexpmed.cc2760 unsigned HOST_WIDE_INT orig_t = t;
2915 if ((HOST_WIDE_INT) orig_t < 0)
2920 q = ~(~orig_t >> m);
3005 m = exact_log2 (-orig_t + 1);
3025 synth_mult (alg_in, (unsigned HOST_WIDE_INT) (-orig_t + 1) >> m,
2750 unsigned HOST_WIDE_INT orig_t = t; local
H A Dtree-ssa-structalias.cc3260 tree orig_t = t;
3411 || AGGREGATE_TYPE_P (TREE_TYPE (orig_t))
3285 tree orig_t = t; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c2744 unsigned HOST_WIDE_INT orig_t = t;
2899 if ((HOST_WIDE_INT) orig_t < 0)
2904 q = ~(~orig_t >> m);
2989 m = exact_log2 (-orig_t + 1);
3009 synth_mult (alg_in, (unsigned HOST_WIDE_INT) (-orig_t + 1) >> m,
2734 unsigned HOST_WIDE_INT orig_t = t; local
H A Dgimple-fold.c4846 tree *orig_t = t; local
4959 if (TREE_CODE (*orig_t) == ADDR_EXPR)
4960 recompute_tree_invariant_for_addr_expr (*orig_t);
H A Dtree-ssa-structalias.c3253 tree orig_t = t; local
3404 || AGGREGATE_TYPE_P (TREE_TYPE (orig_t))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c13259 tree orig_t = t;
13316 if (NON_DEFAULT_TEMPLATE_ARGS_COUNT (orig_t))
13318 int count = GET_NON_DEFAULT_TEMPLATE_ARGS_COUNT (orig_t);
13324 if ((PACK_EXPANSION_P (TREE_VEC_ELT (orig_t, i))
13325 || ARGUMENT_PACK_P (TREE_VEC_ELT (orig_t, i)))
13258 tree orig_t = t; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc13586 tree orig_t = t;
13645 if (NON_DEFAULT_TEMPLATE_ARGS_COUNT (orig_t))
13647 int count = GET_NON_DEFAULT_TEMPLATE_ARGS_COUNT (orig_t);
13653 tree orig_arg = TREE_VEC_ELT (orig_t, i);

Completed in 878 milliseconds