OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_has_vecop_for_code
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc
4126
target_has_vecop_for_code
(tree_code code, tree vectype)
function
4145
bool supports_vminus =
target_has_vecop_for_code
(MINUS_EXPR, vectype);
4146
bool supports_vplus =
target_has_vecop_for_code
(PLUS_EXPR, vectype);
4149
&& !
target_has_vecop_for_code
(NEGATE_EXPR, vectype))
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc
3006
target_has_vecop_for_code
(tree_code code, tree vectype)
function
3025
bool supports_vminus =
target_has_vecop_for_code
(MINUS_EXPR, vectype);
3026
bool supports_vplus =
target_has_vecop_for_code
(PLUS_EXPR, vectype);
3029
&& !
target_has_vecop_for_code
(NEGATE_EXPR, vectype))
Completed in 22 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026