Searched refs:target_has_vecop_for_code (Results 1 – 3 of 3) sorted by relevance
2651 target_has_vecop_for_code (tree_code code, tree vectype) in target_has_vecop_for_code() function2670 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()
3006 target_has_vecop_for_code (tree_code code, tree vectype) in target_has_vecop_for_code() function3025 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()
18275 (target_has_vecop_for_code): Likewise.