OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhs1_type
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc
3689
tree
rhs1_type
= TREE_TYPE (rhs1);
local
3713
&& VECTOR_TYPE_P (
rhs1_type
)
3715
TYPE_VECTOR_SUBPARTS (
rhs1_type
)))
3718
rhs1_type
= TREE_TYPE (
rhs1_type
);
3720
else if (VECTOR_TYPE_P (lhs_type) || VECTOR_TYPE_P (
rhs1_type
))
3724
debug_generic_expr (
rhs1_type
);
3734
&& INTEGRAL_TYPE_P (
rhs1_type
))
3735
|| (POINTER_TYPE_P (
rhs1_type
)
3737
&& (TYPE_PRECISION (
rhs1_type
) >= TYPE_PRECISION (lhs_type
3933
tree
rhs1_type
= TREE_TYPE (rhs1);
local
4330
tree
rhs1_type
= TREE_TYPE (rhs1);
local
4604
tree
rhs1_type
= TREE_TYPE (rhs1);
local
[
all
...]
tree-vect-patterns.cc
5866
tree lhs = NULL_TREE, rhs1, rhs2, tmp,
rhs1_type
, rhs2_type;
local
5962
rhs1_type
= integer_type_for_mask (rhs1, vinfo);
5963
if (!
rhs1_type
)
5990
rhs1_type
= TREE_TYPE (rhs1_op0);
5992
rhs1_type
= TREE_TYPE (rhs1_op1);
6003
rhs1_type
= rhs1_op1_type;
6005
rhs1_type
= rhs1_op0_type;
6008
rhs1_type
= build_nonstandard_integer_type
6012
rhs1_type
= rhs1_op0_type;
6017
vectype2 = get_mask_type_for_scalar_type (vinfo,
rhs1_type
);
[
all
...]
gimple-lower-bitint.cc
1131
tree
rhs1_type
= TREE_TYPE (rhs1);
1140
if (!types_compatible_p (
rhs1_type
, m_limb_type))
1142
if (!TYPE_UNSIGNED (
rhs1_type
))
1144
tree type = unsigned_type_for (
rhs1_type
);
1163
else if (types_compatible_p (
rhs1_type
, m_limb_type))
1207
tree in = add_cast (
rhs1_type
, data_in);
1208
lhs = make_ssa_name (
rhs1_type
);
1211
rhs1 = make_ssa_name (
rhs1_type
);
1222
if (!types_compatible_p (
rhs1_type
, m_limb_type))
1223
rhs1 = add_cast (
rhs1_type
, rhs1)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc
3600
tree
rhs1_type
= TREE_TYPE (rhs1);
local
3624
&& VECTOR_TYPE_P (
rhs1_type
)
3626
TYPE_VECTOR_SUBPARTS (
rhs1_type
)))
3629
rhs1_type
= TREE_TYPE (
rhs1_type
);
3631
else if (VECTOR_TYPE_P (lhs_type) || VECTOR_TYPE_P (
rhs1_type
))
3635
debug_generic_expr (
rhs1_type
);
3645
&& INTEGRAL_TYPE_P (
rhs1_type
))
3646
|| (POINTER_TYPE_P (
rhs1_type
)
3648
&& (TYPE_PRECISION (
rhs1_type
) >= TYPE_PRECISION (lhs_type
3844
tree
rhs1_type
= TREE_TYPE (rhs1);
local
4231
tree
rhs1_type
= TREE_TYPE (rhs1);
local
4501
tree
rhs1_type
= TREE_TYPE (rhs1);
local
[
all
...]
tree-vect-patterns.cc
4599
tree lhs = NULL_TREE, rhs1, rhs2, tmp,
rhs1_type
, rhs2_type;
local
4685
rhs1_type
= integer_type_for_mask (rhs1, vinfo);
4686
if (!
rhs1_type
)
4713
rhs1_type
= TREE_TYPE (rhs1_op0);
4715
rhs1_type
= TREE_TYPE (rhs1_op1);
4726
rhs1_type
= rhs1_op1_type;
4728
rhs1_type
= rhs1_op0_type;
4731
rhs1_type
= build_nonstandard_integer_type
4735
rhs1_type
= rhs1_op0_type;
4740
vectype2 = get_mask_type_for_scalar_type (vinfo,
rhs1_type
);
5497
tree
rhs1_type
= TREE_TYPE (gimple_assign_rhs1 (assign));
local
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026