OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:try_align
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc
2848
unsigned
try_align
= FASTEST_ALIGNMENT;
2850
if (maximum_field_alignment &&
try_align
> maximum_field_alignment)
2851
try_align
= maximum_field_alignment;
2852
if (align >=
try_align
)
2864
|| tree_to_uhwi (offset) >=
try_align
2865
|| tree_to_uhwi (size) >=
try_align
)
2866
return
try_align
;
2871
if (max >= (HOST_WIDE_INT)
try_align
)
2872
align =
try_align
;
2873
else if (
try_align
> 32 && max >= 32
2837
unsigned
try_align
= FASTEST_ALIGNMENT;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc
2847
unsigned
try_align
= FASTEST_ALIGNMENT;
2849
if (maximum_field_alignment &&
try_align
> maximum_field_alignment)
2850
try_align
= maximum_field_alignment;
2851
if (align >=
try_align
)
2863
|| tree_to_uhwi (offset) >=
try_align
2864
|| tree_to_uhwi (size) >=
try_align
)
2865
return
try_align
;
2870
if (max >= (HOST_WIDE_INT)
try_align
)
2871
align =
try_align
;
2872
else if (
try_align
> 32 && max >= 32
2836
unsigned
try_align
= FASTEST_ALIGNMENT;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc
4448
const unsigned HOST_WIDE_INT
try_align
= split_store->align;
local
4490
dest_type = build_aligned_type (dest_type,
try_align
);
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc
4344
const unsigned HOST_WIDE_INT
try_align
= split_store->align;
local
4386
dest_type = build_aligned_type (dest_type,
try_align
);
Completed in 43 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026