Home
last modified time | relevance | path

Searched refs:split_constant_offset (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.cc712 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 Dtree-data-ref.h708 void split_constant_offset (tree , tree *, tree *);
H A DChangeLog.ptr32 * tree-data-ref.c (split_constant_offset): Likewise.
234 * tree-data-ref.c (split_constant_offset): Handle
H A DChangeLog-20071159 * 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 DChangeLog.tuples2631 (split_constant_offset): Set VAR to EXP before conversions are
H A DChangeLog-202124392 * tree-data-ref.c (split_constant_offset): Same.
24980 * tree-data-ref.c (split_constant_offset): Same.
H A DChangeLog-20184106 * tree-data-ref.c (split_constant_offset): Add wrapper
34408 * tree-data-ref.c (split_constant_offset): Remove STRIP_NOPS.
H A DChangeLog-20195666 * tree-data-ref.c (split_constant_offset): Likewise.
20877 * tree-data-ref.c (split_constant_offset): Add limit argument
H A DChangeLog-201111869 * 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 DChangeLog-20201449 (split_constant_offset): In the internal overload, treat integer
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.c585 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 Dtree-data-ref.h701 void split_constant_offset (tree , tree *, tree *);