Home
last modified time | relevance | path

Searched refs:coefs (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDtree-ssa-address.c353 comb->coefs[m] = comb->coefs[comb->n]; in aff_combination_remove_elt()
358 comb->coefs[comb->n] = 1; in aff_combination_remove_elt()
377 if (addr->coefs[i] != 1) in move_fixed_address_to_symbol()
405 if (addr->coefs[i] != 1) in move_pointer_to_base()
461 if (addr->coefs[i] == 1 in most_expensive_mult_to_index()
462 || !multiplier_allowed_in_address_p (addr->coefs[i])) in most_expensive_mult_to_index()
465 acost = multiply_by_cost (addr->coefs[i], Pmode); in most_expensive_mult_to_index()
470 best_mult = addr->coefs[i]; in most_expensive_mult_to_index()
479 if (addr->coefs[i] != best_mult) in most_expensive_mult_to_index()
481 addr->coefs[j] = addr->coefs[i]; in most_expensive_mult_to_index()
[all …]
HDtree-ssa-loop-ivopts.c2653 comb->coefs[0] = 1; in aff_combination_elt()
2678 comb->coefs[j] = (scale * comb->coefs[i]) & comb->mask; in aff_combination_scale()
2680 if (comb->coefs[j] != 0) in aff_combination_scale()
2689 comb->coefs[comb->n] = scale; in aff_combination_scale()
2714 comb->coefs[i] = (comb->coefs[i] + scale) & comb->mask; in aff_combination_add_elt()
2715 if (comb->coefs[i]) in aff_combination_add_elt()
2719 comb->coefs[i] = comb->coefs[comb->n]; in aff_combination_add_elt()
2725 comb->coefs[comb->n] = 1; in aff_combination_add_elt()
2734 comb->coefs[comb->n] = scale; in aff_combination_add_elt()
2763 aff_combination_add_elt (comb1, comb2->elts[i], comb2->coefs[i]); in aff_combination_add()
[all …]
HDtree-flow.h990 unsigned HOST_WIDE_INT coefs[MAX_AFF_ELTS]; member