OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arg0_type
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc
1647
tree
arg0_type
= TREE_TYPE (arg0);
1649
if (TREE_CODE (
arg0_type
) != VECTOR_TYPE)
1656
return build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (
arg0_type
));
1646
tree
arg0_type
= TREE_TYPE (arg0);
local
rs6000-builtin.cc
1710
tree
arg0_type
= TREE_TYPE (arg0);
local
1711
if (INTEGRAL_TYPE_P (TREE_TYPE (
arg0_type
))
1712
&& !TYPE_OVERFLOW_WRAPS (TREE_TYPE (
arg0_type
)))
1845
tree
arg0_type
= TREE_TYPE (arg0);
local
1878
= gimple_build_assign (build2 (MEM_REF,
arg0_type
, aligned_addr,
1942
tree
arg0_type
= TREE_TYPE (arg0);
local
1947
tree align_stype = build_aligned_type (
arg0_type
, 32);
2086
tree
arg0_type
= TREE_TYPE (arg0);
local
2094
int splat_elem_size = TREE_INT_CST_LOW (size_in_bytes (
arg0_type
))
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc
1645
tree
arg0_type
= TREE_TYPE (arg0);
1647
if (TREE_CODE (
arg0_type
) != VECTOR_TYPE)
1654
return build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (
arg0_type
));
1644
tree
arg0_type
= TREE_TYPE (arg0);
local
rs6000-builtin.cc
1730
tree
arg0_type
= TREE_TYPE (arg0);
local
1731
if (INTEGRAL_TYPE_P (TREE_TYPE (
arg0_type
))
1732
&& !TYPE_OVERFLOW_WRAPS (TREE_TYPE (
arg0_type
)))
1865
tree
arg0_type
= TREE_TYPE (arg0);
local
1898
= gimple_build_assign (build2 (MEM_REF,
arg0_type
, aligned_addr,
1962
tree
arg0_type
= TREE_TYPE (arg0);
local
1967
tree align_stype = build_aligned_type (
arg0_type
, 32);
2111
tree
arg0_type
= TREE_TYPE (arg0);
local
2119
int splat_elem_size = TREE_INT_CST_LOW (size_in_bytes (
arg0_type
))
/src/external/gpl3/gcc/dist/gcc/
builtins.cc
10098
tree
arg0_type
= TREE_TYPE (arg0);
10148
if (TYPE_PRECISION (
arg0_type
)
10151
if (TYPE_PRECISION (
arg0_type
) <= TYPE_PRECISION (unsigned_type_node))
10153
cast_type = (TYPE_UNSIGNED (
arg0_type
)
10155
else if (TYPE_PRECISION (
arg0_type
)
10158
cast_type = (TYPE_UNSIGNED (
arg0_type
)
10164
cast_type = (TYPE_UNSIGNED (
arg0_type
)
10170
else if (TYPE_PRECISION (
arg0_type
) <= MAX_FIXED_MODE_SIZE)
10174
TYPE_UNSIGNED (
arg0_type
));
10187
addend = TYPE_PRECISION (
arg0_type
) - TYPE_PRECISION (cast_type)
10095
tree
arg0_type
= TREE_TYPE (arg0);
local
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026