OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rhs_oprnd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc
1806
tree
rhs_oprnd
, rhs_type, lhs_oprnd, lhs_type, vec_type, vec_rhs_type;
local
1822
rhs_oprnd
= gimple_call_arg (call_stmt, 0);
1823
rhs_type = TREE_TYPE (
rhs_oprnd
);
1831
|| TREE_CODE (
rhs_oprnd
) != SSA_NAME)
1920
pattern_stmt = gimple_build_assign (new_var, NOP_EXPR,
rhs_oprnd
);
1923
rhs_oprnd
= new_var;
1927
pattern_stmt = gimple_build_assign (m1, PLUS_EXPR,
rhs_oprnd
,
1933
pattern_stmt = gimple_build_assign (new_var, BIT_NOT_EXPR,
rhs_oprnd
);
1936
rhs_oprnd
= new_var;
1940
m1,
rhs_oprnd
);
2084
tree
rhs_oprnd
, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc
1510
tree
rhs_oprnd
, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var;
local
1525
rhs_oprnd
= gimple_assign_rhs1 (last_stmt);
1526
if (TREE_CODE (
rhs_oprnd
) != SSA_NAME
1527
|| !has_single_use (
rhs_oprnd
))
1529
popcount_stmt = SSA_NAME_DEF_STMT (
rhs_oprnd
);
1545
rhs_oprnd
= gimple_call_arg (popcount_stmt, 0);
1547
rhs_origin = vect_look_through_possible_promotion (vinfo,
rhs_oprnd
,
1559
!= TYPE_PRECISION (TREE_TYPE (
rhs_oprnd
)))))
Completed in 55 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026