Home
last modified time | relevance | path

Searched refs:aff_combination_to_tree (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-affine.h78 tree aff_combination_to_tree (aff_tree *);
H A Dtree-affine.c230 tree val = fold_convert (type, aff_combination_to_tree (comb)); in aff_combination_convert()
517 aff_combination_to_tree (aff_tree *comb) in aff_combination_to_tree() function
H A Dtree-ssa-loop-ivopts.c1200 base = fold_convert (TREE_TYPE (base), aff_combination_to_tree (&comb));
4113 return fold_convert (type, aff_combination_to_tree (&aff)); in get_computation_at()
4747 comp_inv = aff_combination_to_tree (aff_inv); in get_address_cost()
4893 comp_inv = aff_combination_to_tree (&aff_inv); in get_computation_cost()
5411 aff_combination_to_tree (&bnd)); in may_eliminate_iv()
7266 tree comp_op1 = aff_combination_to_tree (&aff_inv); in rewrite_use_nonlinear_expr()
7267 tree comp_op2 = aff_combination_to_tree (&aff_var); in rewrite_use_nonlinear_expr()
H A Dgimple-ssa-strength-reduction.c474 expr = aff_combination_to_tree (&aff); in get_alternative_base()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-affine.h78 tree aff_combination_to_tree (aff_tree *);
H A Dtree-affine.cc231 tree val = fold_convert (type, aff_combination_to_tree (comb)); in aff_combination_convert()
526 aff_combination_to_tree (aff_tree *comb) in aff_combination_to_tree() function
H A Dtree-ssa-loop-ivopts.cc1201 base = fold_convert (TREE_TYPE (base), aff_combination_to_tree (&comb)); in alloc_iv()
4144 return fold_convert (type, aff_combination_to_tree (&aff)); in get_computation_at()
4778 comp_inv = aff_combination_to_tree (aff_inv); in get_address_cost()
4924 comp_inv = aff_combination_to_tree (&aff_inv); in get_computation_cost()
5476 aff_combination_to_tree (&bnd)); in may_eliminate_iv()
7396 tree comp_op1 = aff_combination_to_tree (&aff_inv); in rewrite_use_nonlinear_expr()
7397 tree comp_op2 = aff_combination_to_tree (&aff_var); in rewrite_use_nonlinear_expr()
H A Dgimple-ssa-strength-reduction.cc474 expr = aff_combination_to_tree (&aff); in get_alternative_base()
H A DChangeLog-2006824 aff_combination_to_tree): Moved to tree-affine.c and made to work with
9872 * tree-ssa-loop-ivopts.c (aff_combination_to_tree): Handle zero
H A DChangeLog-20171165 (aff_combination_to_tree): Track offsets as poly_widest_ints.
34047 * tree-affine.c (aff_combination_to_tree): Get base pointer from
34237 (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
H A DChangeLog-200825152 (aff_combination_to_tree): Use sizetype for the step if a
H A DChangeLog-200521143 tree_to_aff_combination, add_elt_to_tree, aff_combination_to_tree,
H A DChangeLog-20103107 * tree-affine.c (aff_combination_to_tree): Add rest last.
H A DChangeLog-201440107 (aff_combination_to_tree): Use wide-int interfaces.