Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc488 complex_pattern (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn) in complex_pattern() argument
489 : vect_pattern (node, m_ops, ifn) in complex_pattern()
591 complex_add_pattern (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn) in complex_add_pattern() argument
592 : complex_pattern (node, m_ops, ifn) in complex_add_pattern()
608 mkInstance (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn) in mkInstance() argument
610 return new complex_add_pattern (node, m_ops, ifn); in mkInstance()
622 slp_tree node = this->m_ops[0]; in build()
632 vect_free_slp_tree (this->m_ops[0]); in build()
633 vect_free_slp_tree (this->m_ops[1]); in build()
973 complex_mul_pattern (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn) in complex_mul_pattern() argument
[all …]
H A Dtree-vectorizer.h2419 vec<slp_tree> m_ops;
2422 vect_pattern (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn)
2426 this->m_ops.create (0);
2427 if (m_ops)
2428 this->m_ops.safe_splice (*m_ops);
2443 this->m_ops.release ();
H A DChangeLog-20214540 (aarch64_vector_costs::m_ops): Turn into a vector.
4545 of all entries in m_ops.
4547 entries in m_ops.
4553 Exit earlier if m_ops is empty for either cost structure.
4559 (aarch64_vector_costs::m_ops): ...this.
22189 m_ops optional.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2809 unsigned int opno = m_ops.length (); in add_output_operand()
2811 m_ops.safe_grow (opno + 1, true); in add_output_operand()
2812 create_output_operand (&m_ops.last (), possible_target, mode); in add_output_operand()
2830 unsigned int opno = m_ops.length (); in add_input_operand()
2848 m_ops.safe_grow (m_ops.length () + 1, true); in add_input_operand()
2849 create_input_operand (&m_ops.last (), x, mode); in add_input_operand()
2856 m_ops.safe_grow (m_ops.length () + 1, true); in add_integer_operand()
2857 create_integer_operand (&m_ops.last (), x); in add_integer_operand()
2880 m_ops.safe_grow (m_ops.length () + 1, true); in add_address_operand()
2881 create_address_operand (&m_ops.last (), x); in add_address_operand()
[all …]
H A Daarch64-sve-builtins.h578 auto_vec<expand_operand, 8> m_ops;
H A Daarch64.cc15871 auto_vec<aarch64_vec_op_count, 2> m_ops; member in aarch64_vector_costs
15882 m_ops.quick_push ({ issue_info, m_vec_flags }); in aarch64_vector_costs()
15886 m_ops.quick_push ({ &neoversev1_vec_issue_info, m_vec_flags, in aarch64_vector_costs()
16016 if (!m_ops.is_empty () && !LOOP_VINFO_MASKS (loop_vinfo).is_empty ()) in analyze_loop_vinfo()
16024 for (auto &ops : m_ops) in analyze_loop_vinfo()
16805 for (auto &ops : m_ops) in add_stmt_cost()
16941 for (auto vec_ops : m_ops) in determine_suggested_unroll_factor()
16996 if (scalar_costs->m_ops.is_empty () || m_ops.is_empty ()) in adjust_body_cost()
16999 const auto &scalar_ops = scalar_costs->m_ops[0]; in adjust_body_cost()
17000 const auto &vector_ops = m_ops[0]; in adjust_body_cost()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2810 unsigned int opno = m_ops.length (); in add_output_operand()
2812 m_ops.safe_grow (opno + 1); in add_output_operand()
2813 create_output_operand (&m_ops.last (), possible_target, mode); in add_output_operand()
2831 unsigned int opno = m_ops.length (); in add_input_operand()
2849 m_ops.safe_grow (m_ops.length () + 1); in add_input_operand()
2850 create_input_operand (&m_ops.last (), x, mode); in add_input_operand()
2857 m_ops.safe_grow (m_ops.length () + 1); in add_integer_operand()
2858 create_integer_operand (&m_ops.last (), x); in add_integer_operand()
2881 m_ops.safe_grow (m_ops.length () + 1); in add_address_operand()
2882 create_address_operand (&m_ops.last (), x); in add_address_operand()
[all …]
H A Daarch64-sve-builtins.h578 auto_vec<expand_operand, 8> m_ops;