OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base_off
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc
2473
HOST_WIDE_INT
base_off
= poly_off.to_constant ();
local
2477
if (
base_off
% access_size != 0)
2486
base_off
/= access_size;
2489
base_off
--;
2491
if (
base_off
< LDP_MIN_IMM ||
base_off
> LDP_MAX_IMM)
/src/external/gpl3/gcc/dist/gcc/
expr.cc
12789
poly_int64
base_off
= 0;
12817
array = get_addr_base_and_unit_offset (ref, &
base_off
);
12893
tree offset = wide_int_to_tree (sizetype,
base_off
);
12925
if (!
base_off
.is_constant (&cstoff))
12966
*ptr_offset = wide_int_to_tree (ssizetype,
base_off
);
12980
if (!
base_off
.is_constant (&wioff))
12987
base_off
= wioff.to_uhwi ();
12989
init = fold_ctor_reference (TREE_TYPE (arg), init,
base_off
, 0, array,
12995
if (!
base_off
.is_constant (&cstoff))
12767
poly_int64
base_off
= 0;
local
/src/external/gpl3/gcc.old/dist/gcc/
expr.cc
11951
poly_int64
base_off
= 0;
11979
array = get_addr_base_and_unit_offset (ref, &
base_off
);
12055
tree offset = wide_int_to_tree (sizetype,
base_off
);
12087
if (!
base_off
.is_constant (&cstoff))
12128
*ptr_offset = wide_int_to_tree (ssizetype,
base_off
);
12142
if (!
base_off
.is_constant (&wioff))
12149
base_off
= wioff.to_uhwi ();
12151
init = fold_ctor_reference (TREE_TYPE (arg), init,
base_off
, 0, array,
12157
if (!
base_off
.is_constant (&cstoff))
11929
poly_int64
base_off
= 0;
local
Completed in 40 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026