OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op0_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vrp.h
52
const value_range *, tree
op0_type
);
gimple-isel.cc
192
tree
op0_type
= TREE_TYPE (op0);
local
195
can_compute_op0 = expand_vec_cmp_expr_p (op0a_type,
op0_type
,
220
&& (get_vcond_mask_icode (mode, TYPE_MODE (
op0_type
))
tree-cfg.cc
3518
tree
op0_type
= TREE_TYPE (op0);
local
3531
if (!useless_type_conversion_p (
op0_type
, op1_type)
3532
&& !useless_type_conversion_p (op1_type,
op0_type
))
3535
debug_generic_expr (
op0_type
);
3545
if ((TREE_CODE (
op0_type
) == VECTOR_TYPE
3548
&& !VECTOR_BOOLEAN_TYPE_P (
op0_type
)
3549
&& !VECTOR_INTEGER_TYPE_P (
op0_type
))
3553
debug_generic_expr (
op0_type
);
3563
if (TREE_CODE (
op0_type
) != VECTOR_TYPE
3567
debug_generic_expr (
op0_type
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
gimple-isel.cc
237
tree
op0_type
= TREE_TYPE (op0);
local
240
can_compute_op0 = expand_vec_cmp_expr_p (op0a_type,
op0_type
,
265
&& (get_vcond_mask_icode (mode, TYPE_MODE (
op0_type
))
value-query.cc
227
tree
op0_type
= TREE_TYPE (TREE_OPERAND (expr, 0));
local
228
if (op && Value_Range::supports_type_p (
op0_type
))
tree-cfg.cc
3607
tree
op0_type
= TREE_TYPE (op0);
local
3620
if (!useless_type_conversion_p (
op0_type
, op1_type)
3621
&& !useless_type_conversion_p (op1_type,
op0_type
))
3624
debug_generic_expr (
op0_type
);
3634
if ((VECTOR_TYPE_P (
op0_type
)
3637
&& !VECTOR_BOOLEAN_TYPE_P (
op0_type
)
3638
&& !VECTOR_INTEGER_TYPE_P (
op0_type
))
3642
debug_generic_expr (
op0_type
);
3652
if (TREE_CODE (
op0_type
) != VECTOR_TYPE
3656
debug_generic_expr (
op0_type
);
[
all
...]
tree-vect-patterns.cc
6765
tree
op0_type
;
local
6772
op0_type
= TREE_TYPE (gimple_assign_rhs1 (assign));
6779
op0_type
= TREE_TYPE (gimple_cond_lhs (cond));
6810
if (is_a <scalar_mode> (TYPE_MODE (
op0_type
), &mode)
6811
&& (vectype = get_vectype_for_scalar_type (vinfo,
op0_type
))
6812
&& (mask_type = get_mask_type_for_scalar_type (vinfo,
op0_type
))
Completed in 28 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026