Searched refs:expr_to_aff_combination (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-affine.c | 266 expr_to_aff_combination (aff_tree *comb, tree_code code, tree type, 341 return expr_to_aff_combination (comb, icode, otype, op0, op1); 362 return expr_to_aff_combination (comb, MINUS_EXPR, otype, 397 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0), in tree_to_aff_combination() 404 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0))) in tree_to_aff_combination() 411 if (expr_to_aff_combination (comb, code, in tree_to_aff_combination() 766 if (!expr_to_aff_combination (¤t, code, TREE_TYPE (name), in aff_combination_expand() 773 if (!expr_to_aff_combination (¤t, code, TREE_TYPE (name), in aff_combination_expand() 778 if (!expr_to_aff_combination (¤t, code, TREE_TYPE (name), in aff_combination_expand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-affine.cc | 267 expr_to_aff_combination (aff_tree *comb, tree_code code, tree type, in expr_to_aff_combination() function 342 return expr_to_aff_combination (comb, icode, otype, op0, op1); in expr_to_aff_combination() 371 return expr_to_aff_combination (comb, icode, otype, op0, in expr_to_aff_combination() 406 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0), in tree_to_aff_combination() 413 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0))) in tree_to_aff_combination() 420 if (expr_to_aff_combination (comb, code, in tree_to_aff_combination() 775 if (!expr_to_aff_combination (¤t, code, TREE_TYPE (name), in aff_combination_expand() 782 if (!expr_to_aff_combination (¤t, code, TREE_TYPE (name), in aff_combination_expand() 787 if (!expr_to_aff_combination (¤t, code, TREE_TYPE (name), in aff_combination_expand()
|
H A D | ChangeLog-2021 | 24391 * tree-affine.c (expr_to_aff_combination): Same.
|
H A D | ChangeLog-2020 | 23004 * tree-affine.c (expr_to_aff_combination): Replace SSA_NAME with
|
H A D | ChangeLog-2019 | 28385 * tree-affine.c (expr_to_aff_combination): New function split
|