HomeSort by: relevance | last modified time | path
    Searched defs:orig_t (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 2772 unsigned HOST_WIDE_INT orig_t = t;
2924 /* See if treating ORIG_T as a signed number yields a better
2925 sequence. Try this sequence only for a negative ORIG_T
2926 as it would be useless for a non-negative ORIG_T. */
2927 if ((HOST_WIDE_INT) orig_t < 0)
2929 /* Shift ORIG_T as follows because a right shift of a
2932 q = ~(~orig_t >> m);
3017 m = exact_log2 (-orig_t + 1);
3037 synth_mult (alg_in, (unsigned HOST_WIDE_INT) (-orig_t + 1) >> m,
2762 unsigned HOST_WIDE_INT orig_t = t; local
gimple-fold.cc 6048 tree *orig_t = t; local
6153 else if (TREE_CODE (*orig_t) == ADDR_EXPR
6159 base = get_addr_base_and_unit_offset (TREE_OPERAND (*orig_t, 0),
6171 *orig_t = build_int_cst (TREE_TYPE (*orig_t), coffset);
6186 if (TREE_CODE (*orig_t) == ADDR_EXPR)
6187 recompute_tree_invariant_for_addr_expr (*orig_t);
tree-ssa-structalias.cc 3294 tree orig_t = t; local
3445 || AGGREGATE_TYPE_P (TREE_TYPE (orig_t))
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 2760 unsigned HOST_WIDE_INT orig_t = t;
2912 /* See if treating ORIG_T as a signed number yields a better
2913 sequence. Try this sequence only for a negative ORIG_T
2914 as it would be useless for a non-negative ORIG_T. */
2915 if ((HOST_WIDE_INT) orig_t < 0)
2917 /* Shift ORIG_T as follows because a right shift of a
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
gimple-fold.cc 5912 tree *orig_t = t; local
6017 else if (TREE_CODE (*orig_t) == ADDR_EXPR
6023 base = get_addr_base_and_unit_offset (TREE_OPERAND (*orig_t, 0),
6035 *orig_t = build_int_cst (TREE_TYPE (*orig_t), coffset);
6050 if (TREE_CODE (*orig_t) == ADDR_EXPR)
6051 recompute_tree_invariant_for_addr_expr (*orig_t);
tree-ssa-structalias.cc 3261 tree orig_t = t; local
3412 || AGGREGATE_TYPE_P (TREE_TYPE (orig_t))

Completed in 76 milliseconds