Searched refs:split_constant_offset_1 (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.cc | 749 split_constant_offset_1 (tree type, tree op0, enum tree_code code, tree op1, in split_constant_offset_1() function 899 bool res = split_constant_offset_1 (type, var0, subcode, var1, in split_constant_offset_1() 1047 if (split_constant_offset_1 (type, op0, code, op1, var, off, in split_constant_offset()
|
H A D | ChangeLog.tuples | 2629 * tree-data-ref.c (split_constant_offset_1): Use POINTER_PLUS_EXPR
|
H A D | ChangeLog-2018 | 4108 (split_constant_offset_1): Cache results of expanding 17106 * tree-data-ref.c (split_constant_offset_1): Same. 29918 * tree-data-ref.c (split_constant_offset_1): Use it to refine the 30386 * tree-data-ref.c (split_constant_offset_1): For types that
|
H A D | ChangeLog-2020 | 1453 (split_constant_offset_1): Likewise. Rework the handling of 1742 * tree-data-ref.c (split_constant_offset_1): Use 9092 * tree-data-ref.c (split_constant_offset_1): Handle
|
H A D | ChangeLog-2008 | 2782 * tree-data-ref.c (split_constant_offset_1): Fix tuplification. 10419 * tree-data-ref.c (split_constant_offset_1): Likewise.
|
H A D | ChangeLog-2011 | 8746 * tree-data-ref.c (split_constant_offset_1): Also process 18037 * tree-data-ref.c (split_constant_offset_1): Likewise.
|
H A D | ChangeLog-2021 | 9204 * tree-data-ref.c (split_constant_offset_1): Bail out
|
H A D | ChangeLog-2016 | 18658 * tree-data-ref.c (split_constant_offset_1,
|
H A D | ChangeLog-2019 | 20879 (split_constant_offset_1): Add limit argument and use it to
|
H A D | ChangeLog-2010 | 39512 (split_constant_offset_1): Look through some conversions.
|
H A D | ChangeLog-2017 | 960 * tree-data-ref.c (split_constant_offset_1): Likewise.
|
H A D | ChangeLog-2015 | 7930 * tree-data-ref.c (split_constant_offset_1): Likewise.
|
H A D | ChangeLog-2014 | 3315 * tree-data-ref.c (split_constant_offset_1): Do not follow
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.c | 596 split_constant_offset_1 (tree type, tree op0, enum tree_code code, tree op1, in split_constant_offset_1() function 738 bool res = split_constant_offset_1 (type, var0, subcode, var1, in split_constant_offset_1() 829 if (split_constant_offset_1 (type, op0, code, op1, &e, &o, cache, limit)) in split_constant_offset()
|