HomeSort by: relevance | last modified time | path
    Searched defs:vector_mode (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 230 machine_mode vector_mode : 16; member in struct:arm_mve::type_suffix_info
289 machine_mode vector_mode (unsigned int) const;
730 function_instance::vector_mode (unsigned int i) const function in class:arm_mve::function_instance
732 return type_suffix (i).vector_mode;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 283 machine_mode vector_mode : 16; member in struct:aarch64_sve::type_suffix_info
411 machine_mode vector_mode (unsigned int) const;
1035 function_instance::vector_mode (unsigned int i) const function in class:aarch64_sve::function_instance
1037 return type_suffix (i).vector_mode;
1046 return vector_mode (i);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.h 480 machine_mode vector_mode (void) const;
701 function_expander::vector_mode (void) const function in class:riscv_vector::function_expander
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 237 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;
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 500 machine_mode vector_mode; member in class:vec_info
tree-vect-loop.cc 1563 if (!get_len_load_store_mode (loop_vinfo->vector_mode, true)
1566 if (!get_len_load_store_mode (loop_vinfo->vector_mode, false)
2049 GET_MODE_SIZE (loop_vinfo->vector_mode) * X for some rational X,
3474 GET_MODE_NAME (new_loop_vinfo->vector_mode),
3475 GET_MODE_NAME (old_loop_vinfo->vector_mode));
3495 machine_mode vector_mode = vector_modes[mode_i]; local
3496 loop_vinfo->vector_mode = vector_mode;
3508 GET_MODE_NAME (loop_vinfo->vector_mode));
3520 unroll_vinfo->vector_mode = vector_mode
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 464 machine_mode vector_mode; member in class:vec_info
tree-vect-loop.cc 1172 (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 = vector_mode
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 350 machine_mode vector_mode; local
351 if (!mode_for_vector (broadcast_mode, nunits).exists (&vector_mode))
353 rtx target = gen_reg_rtx (vector_mode);
354 bool ok = ix86_expand_vector_init_duplicate (false, vector_mode,
359 target = lowpart_subreg (mode, target, vector_mode);
2174 bool vector_mode = VECTOR_MODE_P (mode); local
2178 if (vector_mode || mode == TFmode || mode == HFmode)
2205 mask = ix86_build_signbit_mask (vmode, vector_mode, code == ABS);
2207 if (vector_mode || mode == TFmode)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 259 machine_mode vector_mode; local
260 if (!mode_for_vector (broadcast_mode, nunits).exists (&vector_mode))
262 rtx target = ix86_gen_scratch_sse_rtx (vector_mode);
263 bool ok = ix86_expand_vector_init_duplicate (false, vector_mode,
267 target = lowpart_subreg (mode, target, vector_mode);
2029 bool vector_mode = VECTOR_MODE_P (mode); local
2033 if (vector_mode || mode == TFmode || mode == HFmode)
2060 mask = ix86_build_signbit_mask (vmode, vector_mode, code == ABS);
2062 if (vector_mode || mode == TFmode)

Completed in 52 milliseconds