OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rhs2_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc
5866
tree lhs = NULL_TREE, rhs1, rhs2, tmp, rhs1_type,
rhs2_type
;
local
6109
rhs2_type
= integer_type_for_mask (rhs2, vinfo);
6111
if (!rhs1_type || !
rhs2_type
6112
|| TYPE_PRECISION (rhs1_type) == TYPE_PRECISION (
rhs2_type
))
6115
if (TYPE_PRECISION (rhs1_type) < TYPE_PRECISION (
rhs2_type
))
6124
vectype1 = get_mask_type_for_scalar_type (vinfo,
rhs2_type
);
tree-cfg.cc
3935
tree
rhs2_type
= TREE_TYPE (rhs2);
local
3960
|| !(INTEGRAL_TYPE_P (
rhs2_type
)
3961
|| SCALAR_FLOAT_TYPE_P (
rhs2_type
)))
3966
debug_generic_expr (
rhs2_type
);
3984
|| (!INTEGRAL_TYPE_P (
rhs2_type
)
3988
&& VECTOR_TYPE_P (
rhs2_type
)
3989
&& INTEGRAL_TYPE_P (TREE_TYPE (
rhs2_type
))))
3995
debug_generic_expr (
rhs2_type
);
4012
debug_generic_expr (
rhs2_type
);
4033
debug_generic_expr (
rhs2_type
);
4332
tree
rhs2_type
= TREE_TYPE (rhs2);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc
4599
tree lhs = NULL_TREE, rhs1, rhs2, tmp, rhs1_type,
rhs2_type
;
local
4832
rhs2_type
= integer_type_for_mask (rhs2, vinfo);
4834
if (!rhs1_type || !
rhs2_type
4835
|| TYPE_PRECISION (rhs1_type) == TYPE_PRECISION (
rhs2_type
))
4838
if (TYPE_PRECISION (rhs1_type) < TYPE_PRECISION (
rhs2_type
))
4847
vectype1 = get_mask_type_for_scalar_type (vinfo,
rhs2_type
);
tree-cfg.cc
3846
tree
rhs2_type
= TREE_TYPE (rhs2);
local
3871
|| !(INTEGRAL_TYPE_P (
rhs2_type
)
3872
|| SCALAR_FLOAT_TYPE_P (
rhs2_type
)))
3877
debug_generic_expr (
rhs2_type
);
3895
|| (!INTEGRAL_TYPE_P (
rhs2_type
)
3899
&& TREE_CODE (
rhs2_type
) == VECTOR_TYPE
3900
&& INTEGRAL_TYPE_P (TREE_TYPE (
rhs2_type
))))
3906
debug_generic_expr (
rhs2_type
);
3923
debug_generic_expr (
rhs2_type
);
3944
debug_generic_expr (
rhs2_type
);
4233
tree
rhs2_type
= TREE_TYPE (rhs2);
local
[
all
...]
Completed in 78 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026