/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.cc | 712 split_constant_offset (tree type, tree *var, tree *off, 774 split_constant_offset (op0, &var0, &off0, nullptr, cache, limit); in split_constant_offset_1() 775 split_constant_offset (op1, &var1, &off1, nullptr, cache, limit); in split_constant_offset_1() 782 split_constant_offset (op0, &var0, &off0, &op0_range, cache, limit); in split_constant_offset_1() 783 split_constant_offset (op1, &var1, &off1, &op1_range, cache, limit); in split_constant_offset_1() 795 split_constant_offset (op0, &var0, &off0, &op0_range, cache, limit); in split_constant_offset_1() 824 split_constant_offset (poffset, &poffset, &off1, nullptr, in split_constant_offset_1() 954 split_constant_offset (op0, var, off, nullptr, cache, limit); in split_constant_offset_1() 959 split_constant_offset (op0, var, off, nullptr, cache, limit); in split_constant_offset_1() 964 split_constant_offset (op0, var, off, &op0_range, in split_constant_offset_1() [all …]
|
H A D | tree-data-ref.h | 708 void split_constant_offset (tree , tree *, tree *);
|
H A D | ChangeLog.ptr | 32 * tree-data-ref.c (split_constant_offset): Likewise. 234 * tree-data-ref.c (split_constant_offset): Handle
|
H A D | ChangeLog-2007 | 1159 * tree-data-ref.c (split_constant_offset): Use POINTER_PLUS_EXPR 2094 * tree-data-ref.c (split_constant_offset) <case ADDR_EXPR>: Punt 8594 * tree-data-ref.c (split_constant_offset) <case SSA_NAME>: Don't 10815 * tree-data-refs.c (split_constant_offset): Expose. 10816 * tree-data-refs.h (split_constant_offset): Add declaration. 10838 (vect_analyze_data_refs): Call split_constant_offset to calculate 13168 (split_constant_offset): Enable split_constant_offset to extract 17601 * tree-data-ref.c (split_constant_offset): Handle 21058 split_constant_offset, canonicalize_base_object_address,
|
H A D | ChangeLog.tuples | 2631 (split_constant_offset): Set VAR to EXP before conversions are
|
H A D | ChangeLog-2021 | 24392 * tree-data-ref.c (split_constant_offset): Same. 24980 * tree-data-ref.c (split_constant_offset): Same.
|
H A D | ChangeLog-2018 | 4106 * tree-data-ref.c (split_constant_offset): Add wrapper 34408 * tree-data-ref.c (split_constant_offset): Remove STRIP_NOPS.
|
H A D | ChangeLog-2019 | 5666 * tree-data-ref.c (split_constant_offset): Likewise. 20877 * tree-data-ref.c (split_constant_offset): Add limit argument
|
H A D | ChangeLog-2011 | 11869 * tree-data-ref.c (split_constant_offset): Do not try to handle 34561 * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
|
H A D | ChangeLog-2020 | 1449 (split_constant_offset): In the internal overload, treat integer
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.c | 585 split_constant_offset (tree exp, tree *var, tree *off, 622 split_constant_offset (op0, &var0, &off0, cache, limit); in split_constant_offset_1() 627 split_constant_offset (op0, &var0, &off0, cache, limit); in split_constant_offset_1() 628 split_constant_offset (op1, &var1, &off1, cache, limit); in split_constant_offset_1() 637 split_constant_offset (op0, &var0, &off0, cache, limit); in split_constant_offset_1() 661 split_constant_offset (poffset, &poffset, &off1, cache, limit); in split_constant_offset_1() 762 split_constant_offset (op0, &tmp_var, &tmp_off, cache, limit); in split_constant_offset_1() 797 split_constant_offset (op0, &var0, off, cache, limit); in split_constant_offset_1() 813 split_constant_offset (tree exp, tree *var, tree *off, in split_constant_offset() function 837 split_constant_offset (tree exp, tree *var, tree *off) in split_constant_offset() function [all …]
|
H A D | tree-data-ref.h | 701 void split_constant_offset (tree , tree *, tree *);
|