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_vector_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h
190
vector_type_index
base_vector_type
;
member in struct:arm_mve::mode_suffix_info
608
find_mode_suffix (vector_type_index
base_vector_type
,
615
if (mode.
base_vector_type
==
base_vector_type
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h
231
vector_type_index
base_vector_type
;
member in struct:aarch64_sve::mode_suffix_info
398
tree
base_vector_type
() const;
833
find_mode_suffix (vector_type_index
base_vector_type
,
840
if (mode.
base_vector_type
==
base_vector_type
956
function_instance::
base_vector_type
() const
function in class:aarch64_sve::function_instance
958
return acle_vector_types[0][mode_suffix ().
base_vector_type
];
aarch64-sve-builtins.cc
2835
vector_type_index
base_vector_type
;
local
2840
base_vector_type
= infer_vector_base_type (argno);
2841
if (
base_vector_type
== NUM_VECTOR_TYPES)
2865
base_vector_type
= type_suffixes[base_type].vector_type;
2878
if (mode.
base_vector_type
==
base_vector_type
3896
tree vector_type =
base_vector_type
();
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h
197
vector_type_index
base_vector_type
;
member in struct:aarch64_sve::mode_suffix_info
292
tree
base_vector_type
() const;
683
find_mode_suffix (vector_type_index
base_vector_type
,
690
if (mode.
base_vector_type
==
base_vector_type
785
function_instance::
base_vector_type
() const
function in class:aarch64_sve::function_instance
787
return acle_vector_types[0][mode_suffix ().
base_vector_type
];
aarch64-sve-builtins.cc
2028
vector_type_index
base_vector_type
;
local
2033
base_vector_type
= infer_vector_base_type (argno);
2034
if (
base_vector_type
== NUM_VECTOR_TYPES)
2058
base_vector_type
= type_suffixes[base_type].vector_type;
2071
if (mode.
base_vector_type
==
base_vector_type
2922
tree vector_type =
base_vector_type
();
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc
384
tree
base_vector_type
= get_vectype_for_scalar_type (vinfo, elt_type, count);
local
385
if (!
base_vector_type
|| !VECTOR_MODE_P (TYPE_MODE (
base_vector_type
)))
388
machine_mode base_vector_mode = TYPE_MODE (
base_vector_type
);
/src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc
426
tree
base_vector_type
= get_vectype_for_scalar_type (vinfo, elt_type, count);
local
427
if (!
base_vector_type
|| !VECTOR_MODE_P (TYPE_MODE (
base_vector_type
)))
430
machine_mode base_vector_mode = TYPE_MODE (
base_vector_type
);
Completed in 48 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026