Searched refs:add_cost (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dexpmed.c95 static int add_cost, negate_cost, zero_cost; variable
119 add_cost = rtx_cost (gen_rtx_PLUS (word_mode, reg, reg), SET);
142 shiftadd_cost[0] = shiftsub_cost[0] = add_cost;
166 <= 2 * add_cost);
169 <= 2 * add_cost);
2193 cost = add_cost;
2210 cost = add_cost;
2242 cost = MIN (shiftadd_cost[m], add_cost + shift_cost[m]);
2261 cost = MIN (shiftsub_cost[m], add_cost + shift_cost[m]);
2402 mult_cost = MIN (12 * add_cost, mult_cos
[all...]
H A Dloop.c5008 int add_cost;
5013 add_cost = iv_add_mult_cost (bl->biv->add_val, v->mult_val,
5038 benefit -= add_cost * bl->biv_count;
5047 add_cost that was done above). */
5059 benefit += add_cost * bl->biv_count;
5062 benefit += add_cost * bl->biv_count;
5065 benefit += add_cost * bl->biv_count;
5068 benefit += add_cost * bl->biv_count;
4978 int add_cost; local
/openbsd-current/gnu/gcc/gcc/
H A Dexpmed.c101 static int add_cost[NUM_MACHINE_MODES]; variable
226 add_cost[mode] = rtx_cost (&all.plus, SET);
233 <= 2 * add_cost[mode]);
235 <= 4 * add_cost[mode]);
250 shiftadd_cost[mode][0] = shiftsub_cost[mode][0] = add_cost[mode];
2230 && shift_cost[mode][INTVAL (op1)] > INTVAL (op1) * add_cost[mode]
2598 MIN (m * add_cost[mode], shift_cost[mode][m]). */
2599 op_cost = m * add_cost[mode];
2642 op_cost = add_cost[mode];
2662 op_cost = add_cost[mod
[all...]
H A Dtree-ssa-loop-im.c376 bool add_cost)
396 if (add_cost
375 add_dependency(tree def, struct lim_aux_data *data, struct loop *loop, bool add_cost) argument
H A Dtree-ssa-loop-ivopts.c3222 add_cost (enum machine_mode mode) function
3493 add_c = add_cost (Pmode);
3554 cost += add_cost (Pmode);
3663 cost = add_cost (mode);
3783 cost += add_cost (Pmode);
3834 cost += add_cost (mode);
3950 cost += add_cost (TYPE_MODE (ctype));
3987 return cost + n_sums * add_cost (TYPE_MODE (ctype));
4354 cost_step = add_cost (TYPE_MODE (TREE_TYPE (base)));
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c2846 int add_cost = const_ok_for_arm (i) ? 4 : 8;
2855 add_cost += 2;
2858 return add_cost;
2837 int add_cost = const_ok_for_arm (i) ? 4 : 8; local

Completed in 294 milliseconds