OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elem_bits
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc
1067
unsigned int
elem_bits
= vector_element_size (GET_MODE_PRECISION (mode),
local
1069
tree bool_type = build_nonstandard_boolean_type (
elem_bits
);
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc
1044
unsigned int
elem_bits
= vector_element_size (GET_MODE_BITSIZE (mode),
local
1046
tree bool_type = build_nonstandard_boolean_type (
elem_bits
);
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc
3427
unsigned int
elem_bits
= vector_element_size (GET_MODE_PRECISION (mode),
3429
tree bool_type = build_nonstandard_boolean_type (
elem_bits
);
3413
unsigned int
elem_bits
= vector_element_size (GET_MODE_PRECISION (mode),
local
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc
3397
unsigned int
elem_bits
= vector_element_size (GET_MODE_BITSIZE (mode),
3399
tree bool_type = build_nonstandard_boolean_type (
elem_bits
);
3383
unsigned int
elem_bits
= vector_element_size (GET_MODE_BITSIZE (mode),
local
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
2534
unsigned int
elem_bits
= vector_element_size (GET_MODE_PRECISION (mode),
2536
tree bool_type = build_nonstandard_boolean_type (
elem_bits
);
2529
unsigned int
elem_bits
= vector_element_size (GET_MODE_PRECISION (mode),
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
2481
unsigned int
elem_bits
= vector_element_size (GET_MODE_BITSIZE (mode),
2483
tree bool_type = build_nonstandard_boolean_type (
elem_bits
);
2476
unsigned int
elem_bits
= vector_element_size (GET_MODE_BITSIZE (mode),
local
Completed in 109 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026