Home
last modified time | relevance | path

Searched refs:target_has_vecop_for_code (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-patterns.c2651 target_has_vecop_for_code (tree_code code, tree vectype) in target_has_vecop_for_code() function
2670 bool supports_vminus = target_has_vecop_for_code (MINUS_EXPR, vectype); in target_supports_mult_synth_alg()
2671 bool supports_vplus = target_has_vecop_for_code (PLUS_EXPR, vectype); in target_supports_mult_synth_alg()
2674 && !target_has_vecop_for_code (NEGATE_EXPR, vectype)) in target_supports_mult_synth_alg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-patterns.cc3006 target_has_vecop_for_code (tree_code code, tree vectype) in target_has_vecop_for_code() function
3025 bool supports_vminus = target_has_vecop_for_code (MINUS_EXPR, vectype); in target_supports_mult_synth_alg()
3026 bool supports_vplus = target_has_vecop_for_code (PLUS_EXPR, vectype); in target_supports_mult_synth_alg()
3029 && !target_has_vecop_for_code (NEGATE_EXPR, vectype)) in target_supports_mult_synth_alg()
H A DChangeLog-201618275 (target_has_vecop_for_code): Likewise.