Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc15581 unsigned int vec_flags () const { return m_vec_flags; } in vec_flags()
15622 unsigned int m_vec_flags = 0; member in aarch64_vec_op_count
15638 m_vec_flags (vec_flags), in aarch64_vec_op_count()
15661 if (m_vec_flags) in simd_issue_info()
15671 if (m_vec_flags & VEC_ANY_SVE) in sve_issue_info()
15819 unsigned int m_vec_flags = 0; member in aarch64_vector_costs
15877 m_vec_flags (costing_for_scalar ? 0 in aarch64_vector_costs()
15882 m_ops.quick_push ({ issue_info, m_vec_flags }); in aarch64_vector_costs()
15885 unsigned int vf_factor = (m_vec_flags & VEC_ANY_SVE) ? 2 : 1; in aarch64_vector_costs()
15886 m_ops.quick_push ({ &neoversev1_vec_issue_info, m_vec_flags, in aarch64_vector_costs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20214563 Initialize m_vec_flags here rather than in add_stmt_cost.
4598 (aarch64_vec_op_count::m_vec_flags): Likewise.
7397 (aarch64_vector_costs::add_stmt_cost): Set m_vec_flags,