Searched refs:aff_combination_add_elt (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-affine.cc | 140 aff_combination_add_elt (aff_tree *comb, tree elt, const widest_int &scale_in) in aff_combination_add_elt() function 216 aff_combination_add_elt (comb1, comb2->elts[i].val, comb2->elts[i].coef); in aff_combination_add() 218 aff_combination_add_elt (comb1, comb2->rest, 1); in aff_combination_add() 454 aff_combination_add_elt (comb, core, 1); in tree_to_aff_combination() 624 aff_combination_add_elt (r, aval, coef * c->elts[i].coef); in aff_combination_add_product() 637 aff_combination_add_elt (r, aval, coef); in aff_combination_add_product() 644 aff_combination_add_elt (r, val, coef * c->offset.coeffs[0]); in aff_combination_add_product() 651 aff_combination_add_elt (r, val, coef); in aff_combination_add_product() 831 aff_combination_add_elt (&curre, e, -scale); in aff_combination_expand()
|
| D | tree-affine.h | 74 void aff_combination_add_elt (aff_tree *, tree, const widest_int &);
|
| D | tree-ssa-loop-ivopts.cc | 4730 aff_combination_add_elt (aff_inv, parts.symbol, 1); in get_address_cost()
|
| D | ChangeLog-2007 | 13329 (aff_combination_add_elt): Likewise. Don't specialize pointer types. 16713 * tree-affine.c (aff_combination_add_elt): Handle
|
| D | ChangeLog-2005 | 5075 * tree-ssa-loop-ivopts.c (aff_combination_add_elt): Move rest 21142 aff_combination_add_elt, aff_combination_add,
|
| D | ChangeLog-2006 | 822 aff_combination_add_elt, aff_combination_add, aff_combination_convert,
|
| D | ChangeLog-2014 | 40101 (aff_combination_add_elt): Likewise. 40128 (aff_combination_add_elt): Likewise.
|
| D | ChangeLog-2017 | 34233 (aff_combination_add_elt): Likewise.
|