Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc16533 const aarch64_sve_vec_issue_info *sve_issue = ops->sve_issue_info (); in count_ops() local
16601 if (sve_issue && (kind == vector_stmt || kind == vec_to_scalar)) in count_ops()
16605 ? sve_issue->fp_cmp_pred_ops in count_ops()
16606 : sve_issue->int_cmp_pred_ops); in count_ops()
16628 if (sve_issue in count_ops()
16633 ops->pred_ops += sve_issue->gather_scatter_pair_pred_ops * pairs; in count_ops()
16634 ops->general_ops += sve_issue->gather_scatter_pair_general_ops * pairs; in count_ops()