Searched refs:vector_mode (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc104 icode = code_for_aarch64_pred_fma (e.vector_mode (0));
106 icode = code_for_aarch64_pred (UNSPEC_COND_FMLA, e.vector_mode (0));
123 insn_code icode = code_for_aarch64_lane (unspec, e.vector_mode (0));
137 icode = code_for_aarch64_pred_fnma (e.vector_mode (0));
139 icode = code_for_aarch64_pred (UNSPEC_COND_FMLS, e.vector_mode (0));
161 icode = code_for_aarch64_pred_abd (max_code, e.vector_mode (0));
163 icode = code_for_aarch64_pred_abd (e.vector_mode (0));
168 icode = code_for_aarch64_cond_abd (max_code, e.vector_mode (0));
170 icode = code_for_aarch64_cond_abd (e.vector_mode (0));
185 insn_code icode = code_for_aarch64_pred_fac (m_unspec, e.vector_mode (
[all...]
H A Daarch64-sve-builtins-functions.h89 machine_mode mode = fi.vector_mode (0);
120 machine_mode mem_mode = type_suffixes[m_memory_type].vector_mode;
121 machine_mode reg_mode = fi.vector_mode (0);
168 poly_uint64 nunits = GET_MODE_NUNITS (fi.vector_mode (0));
334 return e.use_exact_insn (CODE (unspec_for (e), e.vector_mode (0)));
399 icode = code_for_aarch64_sve (unspec, e.vector_mode (0));
402 icode = INT_CODE (unspec, e.vector_mode (0));
434 icode = code_for_aarch64_lane (unspec, e.vector_mode (0));
437 icode = INT_CODE (unspec, e.vector_mode (0));
456 return e.use_exact_insn (CODE_FOR_MODE (e.vector_mode (
[all...]
H A Daarch64-sve-builtins-sve2.cc88 machine_mode mode = e.vector_mode (0);
102 e.vector_mode (0)));
115 e.vector_mode (0)));
151 e.vector_mode (0),
170 e.vector_mode (0)));
221 e.vector_mode (0)));
234 e.vector_mode (0)));
354 machine_mode mode = e.vector_mode (0);
369 machine_mode mode = e.vector_mode (0);
403 insn_code icode = code_for_aarch64_scatter_stnt (e.vector_mode (
[all...]
H A Daarch64-sve-builtins.h237 machine_mode vector_mode : 16; member in struct:aarch64_sve::type_suffix_info
301 machine_mode vector_mode (unsigned int) const;
848 function_instance::vector_mode (unsigned int i) const function in class:aarch64_sve::function_instance
850 return type_suffix (i).vector_mode;
H A Daarch64-sve-builtins.cc2695 return ::direct_optab_handler (op, vector_mode (suffix_i));
2709 mode = vector_mode (suffix_i);
3150 machine_mode mode = vector_mode (0);
3239 machine_mode mode = vector_mode (0);
3302 machine_mode mode = vector_mode (0);
3321 insn_code icode = code_for_cond (unspec, vector_mode (0));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc104 icode = code_for_aarch64_pred_fma (e.vector_mode (0));
106 icode = code_for_aarch64_pred (UNSPEC_COND_FMLA, e.vector_mode (0));
123 insn_code icode = code_for_aarch64_lane (unspec, e.vector_mode (0));
137 icode = code_for_aarch64_pred_fnma (e.vector_mode (0));
139 icode = code_for_aarch64_pred (UNSPEC_COND_FMLS, e.vector_mode (0));
161 icode = code_for_aarch64_pred_abd (max_code, e.vector_mode (0));
163 icode = code_for_aarch64_pred_abd (e.vector_mode (0));
168 icode = code_for_aarch64_cond_abd (max_code, e.vector_mode (0));
170 icode = code_for_aarch64_cond_abd (e.vector_mode (0));
185 insn_code icode = code_for_aarch64_pred_fac (m_unspec, e.vector_mode (
[all...]
H A Daarch64-sve-builtins-functions.h89 machine_mode mode = fi.vector_mode (0);
120 machine_mode mem_mode = type_suffixes[m_memory_type].vector_mode;
121 machine_mode reg_mode = fi.vector_mode (0);
168 poly_uint64 nunits = GET_MODE_NUNITS (fi.vector_mode (0));
334 return e.use_exact_insn (CODE (unspec_for (e), e.vector_mode (0)));
399 icode = code_for_aarch64_sve (unspec, e.vector_mode (0));
402 icode = INT_CODE (unspec, e.vector_mode (0));
434 icode = code_for_aarch64_lane (unspec, e.vector_mode (0));
437 icode = INT_CODE (unspec, e.vector_mode (0));
456 return e.use_exact_insn (CODE_FOR_MODE (e.vector_mode (
[all...]
H A Daarch64-sve-builtins-sve2.cc88 machine_mode mode = e.vector_mode (0);
102 e.vector_mode (0)));
115 e.vector_mode (0)));
151 e.vector_mode (0),
170 e.vector_mode (0)));
221 e.vector_mode (0)));
234 e.vector_mode (0)));
354 machine_mode mode = e.vector_mode (0);
369 machine_mode mode = e.vector_mode (0);
403 insn_code icode = code_for_aarch64_scatter_stnt (e.vector_mode (
[all...]
H A Daarch64-sve-builtins.h237 machine_mode vector_mode : 16; member in struct:aarch64_sve::type_suffix_info
301 machine_mode vector_mode (unsigned int) const;
847 function_instance::vector_mode (unsigned int i) const function in class:aarch64_sve::function_instance
849 return type_suffix (i).vector_mode;
H A Daarch64-sve-builtins.cc2694 return ::direct_optab_handler (op, vector_mode (suffix_i));
2708 mode = vector_mode (suffix_i);
3149 machine_mode mode = vector_mode (0);
3238 machine_mode mode = vector_mode (0);
3301 machine_mode mode = vector_mode (0);
3320 insn_code icode = code_for_cond (unspec, vector_mode (0));
H A Daarch64.cc3872 aarch64_vectorize_related_mode (machine_mode vector_mode, argument
3876 unsigned int vec_flags = aarch64_classify_vector_mode (vector_mode);
3902 sve_nunits = ordered_min (sve_nunits, GET_MODE_SIZE (vector_mode));
3912 && known_eq (GET_MODE_BITSIZE (vector_mode), 64U)
3914 * GET_MODE_NUNITS (vector_mode), 128U))
3921 return default_vectorize_related_mode (vector_mode, element_mode, nunits);
15817 : aarch64_classify_vector_mode (vinfo->vector_mode))
17102 GET_MODE_NAME (this_loop_vinfo->vector_mode),
17104 GET_MODE_NAME (other_loop_vinfo->vector_mode),
17133 GET_MODE_NAME (this_loop_vinfo->vector_mode));
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c533 related_vector_mode (machine_mode vector_mode, scalar_mode element_mode,
536 gcc_assert (VECTOR_MODE_P (vector_mode));
537 return targetm.vectorize.related_mode (vector_mode, element_mode, nunits);
550 related_int_vector_mode (machine_mode vector_mode)
552 gcc_assert (VECTOR_MODE_P (vector_mode));
554 if (int_mode_for_mode (GET_MODE_INNER (vector_mode)).exists (&int_mode))
555 return related_vector_mode (vector_mode, int_mode,
556 GET_MODE_NUNITS (vector_mode));
531 related_vector_mode(machine_mode vector_mode, scalar_mode element_mode, poly_uint64 nunits) argument
548 related_int_vector_mode(machine_mode vector_mode) argument
H A Dtree-vect-loop.c1418 GET_MODE_SIZE (loop_vinfo->vector_mode) * X for some rational X,
2471 GET_MODE_NAME (new_loop_vinfo->vector_mode),
2472 GET_MODE_NAME (old_loop_vinfo->vector_mode));
2489 GET_MODE_NAME (loop_vinfo->vector_mode));
2496 main_loop_vinfo->vector_mode = loop_vinfo->vector_mode;
2507 GET_MODE_NAME (loop_vinfo->vector_mode));
2569 loop_vinfo->vector_mode = next_vector_mode;
2606 autodetected_vector_mode = loop_vinfo->vector_mode;
2612 GET_MODE_NAME (loop_vinfo->vector_mode));
[all...]
H A Dtarghooks.c1318 default_vectorize_related_mode (machine_mode vector_mode, argument
1324 || multiple_p (GET_MODE_SIZE (vector_mode),
H A Dtree-vect-slp.c502 && !GET_MODE_SIZE (vinfo->vector_mode).is_constant ()
2544 GET_MODE_SIZE (vinfo->vector_mode) * X
3278 bb_vinfo->vector_mode = next_vector_mode;
3287 " %s\n", GET_MODE_NAME (bb_vinfo->vector_mode));
3297 if (GET_MODE_SIZE (bb_vinfo->vector_mode).is_constant (&bytes))
3314 GET_MODE_NAME (bb_vinfo->vector_mode));
3318 autodetected_vector_mode = bb_vinfo->vector_mode;
H A Dtree-vectorizer.c983 if (GET_MODE_SIZE (loop_vinfo->vector_mode).is_constant (&bytes))
H A Dtree-vect-loop-manip.c2639 (GET_MODE_SIZE (loop_vinfo->vector_mode),
2640 GET_MODE_SIZE (epilogue_vinfo->vector_mode), &ratio)
H A Dtree-vectorizer.h347 machine_mode vector_mode; member in class:vec_info
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.cc536 related_vector_mode (machine_mode vector_mode, scalar_mode element_mode,
539 gcc_assert (VECTOR_MODE_P (vector_mode));
540 return targetm.vectorize.related_mode (vector_mode, element_mode, nunits);
553 related_int_vector_mode (machine_mode vector_mode)
555 gcc_assert (VECTOR_MODE_P (vector_mode));
557 if (int_mode_for_mode (GET_MODE_INNER (vector_mode)).exists (&int_mode))
558 return related_vector_mode (vector_mode, int_mode,
559 GET_MODE_NUNITS (vector_mode));
534 related_vector_mode(machine_mode vector_mode, scalar_mode element_mode, poly_uint64 nunits) argument
551 related_int_vector_mode(machine_mode vector_mode) argument
H A Dtree-vect-loop.cc1172 (loop_vinfo->vector_mode, true).require ();
1174 (loop_vinfo->vector_mode, false).require ();
1606 GET_MODE_SIZE (loop_vinfo->vector_mode) * X for some rational X,
2843 GET_MODE_NAME (new_loop_vinfo->vector_mode),
2844 GET_MODE_NAME (old_loop_vinfo->vector_mode));
2864 machine_mode vector_mode = vector_modes[mode_i]; local
2865 loop_vinfo->vector_mode = vector_mode;
2875 GET_MODE_NAME (loop_vinfo->vector_mode));
2886 unroll_vinfo->vector_mode
[all...]
H A Dtarghooks.cc1516 default_vectorize_related_mode (machine_mode vector_mode, argument
1522 || multiple_p (GET_MODE_SIZE (vector_mode),
H A Dtree-vect-slp.cc638 && !GET_MODE_SIZE (vinfo->vector_mode).is_constant ()
1932 if (!GET_MODE_SIZE (vinfo->vector_mode).is_constant ()
4196 GET_MODE_SIZE (vinfo->vector_mode) * X
5962 bb_vinfo->vector_mode = next_vector_mode;
5970 " %s\n", GET_MODE_NAME (bb_vinfo->vector_mode));
6049 (bb_vinfo->vector_mode).is_constant (&bytes))
6065 GET_MODE_NAME (bb_vinfo->vector_mode));
6069 autodetected_vector_mode = bb_vinfo->vector_mode;
H A Dtree-vectorizer.cc1000 if (GET_MODE_SIZE (loop_vinfo->vector_mode).is_constant (&bytes))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c2890 machine_mode vector_mode)
2899 vector_size = GET_MODE_SIZE (vector_mode);
2941 machine_mode vector_mode)
2947 vector_size = GET_MODE_SIZE (vector_mode);
2888 neon_dereference_pointer(tree exp, tree type, machine_mode mem_mode, machine_mode reg_mode, machine_mode vector_mode) argument
2940 mve_dereference_pointer(tree exp, tree type, machine_mode reg_mode, machine_mode vector_mode) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-builtins.cc2849 machine_mode vector_mode)
2858 vector_size = GET_MODE_SIZE (vector_mode);
2900 machine_mode vector_mode)
2906 vector_size = GET_MODE_SIZE (vector_mode);
2847 neon_dereference_pointer(tree exp, tree type, machine_mode mem_mode, machine_mode reg_mode, machine_mode vector_mode) argument
2899 mve_dereference_pointer(tree exp, tree type, machine_mode reg_mode, machine_mode vector_mode) argument

Completed in 595 milliseconds

12