HomeSort by: relevance | last modified time | path
    Searched defs:vector_type (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins-shapes.cc 190 return scalar_types[type_suffixes[suffix].vector_type];
196 vector_type_index vector_type = type_suffixes[suffix].vector_type; local
198 return acle_vector_types[num_vectors - 1][vector_type];
204 return acle_vector_types[0][type_suffixes[suffix].vector_type];
1251 if (!r.require_vector_type (i, type_suffixes[type].vector_type))
arm-mve-builtins.h 209 vector_type_index vector_type : 8; member in struct:arm_mve::type_suffix_info
287 tree vector_type (unsigned int) const;
708 return scalar_types[type_suffix (i).vector_type];
713 function_instance::vector_type (unsigned int i) const function in class:arm_mve::function_instance
715 return acle_vector_types[0][type_suffix (i).vector_type];
725 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type];
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 216 vector_type_index vector_type : 8; member in struct:aarch64_sve::type_suffix_info
298 tree vector_type (unsigned int) const;
817 return scalar_types[type_suffix (i).vector_type];
822 function_instance::vector_type (unsigned int i) const function in class:aarch64_sve::function_instance
824 return acle_vector_types[0][type_suffix (i).vector_type];
834 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type];
aarch64-sve-builtins-shapes.cc 210 return scalar_types[type_suffixes[suffix].vector_type];
216 vector_type_index vector_type = type_suffixes[suffix].vector_type; local
218 return acle_vector_types[num_vectors - 1][vector_type];
224 return acle_vector_types[0][type_suffixes[suffix].vector_type];
aarch64-builtins.cc 1304 tree vector_type = type->itype; local
1305 tree array_type = build_array_type_nelts (vector_type, num_vectors);
2649 if (TREE_CODE (type_out) != VECTOR_TYPE
2650 || TREE_CODE (type_in) != VECTOR_TYPE)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 519 typedef __detail::__mini_vector<value_type> vector_type; typedef in class:free_list
520 typedef vector_type::iterator iterator;
541 vector_type&
544 static vector_type _S_free_list;
561 vector_type& __free_list = _M_get_free_list();
562 const vector_type::size_type __max_size = 64;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 258 vector_type_index vector_type : 8; member in struct:aarch64_sve::type_suffix_info
408 tree vector_type (unsigned int) const;
1005 return scalar_types[type_suffix (i).vector_type];
1010 function_instance::vector_type (unsigned int i) const function in class:aarch64_sve::function_instance
1012 return acle_vector_types[0][type_suffix (i).vector_type];
1022 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type];
aarch64-sve-builtins-shapes.cc 217 auto vector_type = instance.type_suffix (id).vector_type; local
226 return acle_vector_types[num_vectors - 1][vector_type];
250 return scalar_types[type_suffixes[suffix].vector_type];
256 vector_type_index vector_type = type_suffixes[suffix].vector_type; local
258 return acle_vector_types[num_vectors - 1][vector_type];
264 return acle_vector_types[0][type_suffixes[suffix].vector_type];
aarch64-sve-builtins.cc 1025 vector_type_index vector_i = type_suffixes[suffix_i].vector_type;
1051 auto vector_type = type_suffixes[type.type].vector_type; local
1052 return acle_vector_types[type.num_vectors - 1][vector_type];
1632 return vector_types[type_suffixes[type].vector_type].acle_name + 2;
1986 vector_type_index type_i = type_suffixes[suffix_i].vector_type;
2320 return require_vector_type (argno, expected_suffix.vector_type);
2642 return type_suffixes[type].vector_type;
2662 return type_suffixes[type].vector_type;
2740 = type_suffixes[displacement_type].vector_type;
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 521 typedef __detail::__mini_vector<value_type> vector_type; typedef in class:free_list
522 typedef vector_type::iterator iterator;
543 vector_type&
546 static vector_type _S_free_list;
563 vector_type& __free_list = _M_get_free_list();
564 const vector_type::size_type __max_size = 64;
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 697 const auto &vector_type local
701 = amd_dbgapi_register_type_to_gdb_type (vector_type.element_type (),
703 return init_vector_type (element_type, vector_type.count ());
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 699 const auto &vector_type local
703 = amd_dbgapi_register_type_to_gdb_type (vector_type.element_type (),
705 return init_vector_type (element_type, vector_type.count ());
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 756 tree vector_type; variable
tree-vect-slp.cc 400 tree vector_type local
402 if (vector_type
403 && VECTOR_MODE_P (TYPE_MODE (vector_type))
404 && known_eq (GET_MODE_SIZE (TYPE_MODE (vector_type)),
410 poly_uint64 nelts = GET_MODE_NUNITS (TYPE_MODE (vector_type));
423 if (can_vec_perm_const_p (TYPE_MODE (vector_type), indices1)
424 && can_vec_perm_const_p (TYPE_MODE (vector_type), indices2))
429 *vector_type_out = vector_type;
432 permutes[0] = vect_gen_perm_mask_checked (vector_type,
434 permutes[1] = vect_gen_perm_mask_checked (vector_type,
4790 tree vector_type = SLP_TREE_VECTYPE (child); local
6460 tree vector_type; local
    [all...]
tree-vect-stmts.cc 1404 gcc_assert (TREE_CODE (type) == VECTOR_TYPE);
1491 tree vector_type; local
1494 vector_type = vectype;
1497 vector_type = truth_type_for (stmt_vectype);
1499 vector_type = get_vectype_for_scalar_type (loop_vinfo, TREE_TYPE (op));
1501 gcc_assert (vector_type);
1502 tree vop = vect_init_vector (vinfo, stmt_vinfo, op, vector_type, NULL);
4322 atype = bestn->simdclone->args[i].vector_type;
11699 VECTOR_TYPE if supported by the target. */
11702 get_same_sized_vectype (tree scalar_type, tree vector_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 173 vector_type *type,
540 virtual vector_type *dyn_cast_vector_type () { return NULL; }
570 virtual vector_type *is_vector () { return NULL; }
788 class vector_type : public decorated_type class in namespace:gcc::jit::recording
791 vector_type (type *other_type, size_t num_units) function in class:gcc::jit::recording::vector_type
797 vector_type *dyn_cast_vector_type () FINAL OVERRIDE { return this; }
803 vector_type *is_vector () FINAL OVERRIDE { return this; }
1565 vector_type *type,
1581 vector_type *m_vector_type;
libgccjit.cc 67 struct gcc_jit_vector_type : public gcc::jit::recording::vector_type
619 gcc::jit::recording::vector_type *vector_type = type->is_vector (); local
620 return (gcc_jit_vector_type *)vector_type;
640 gcc::jit::recording::vector_type::get_num_units method, in
644 gcc_jit_vector_type_get_num_units (gcc_jit_vector_type *vector_type)
646 RETURN_VAL_IF_FAIL (vector_type, 0, NULL, NULL, "NULL vector_type");
647 return vector_type->get_num_units ();
653 gcc::jit::recording::vector_type::get_element_type method, i
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 759 tree vector_type; variable
tree-vect-stmts.cc 1270 tree vector_type; local
1273 vector_type = vectype;
1276 vector_type = truth_type_for (stmt_vectype);
1278 vector_type = get_vectype_for_scalar_type (loop_vinfo, TREE_TYPE (op));
1280 gcc_assert (vector_type);
1281 tree vop = vect_init_vector (vinfo, stmt_vinfo, op, vector_type, NULL);
4191 && VECTOR_BOOLEAN_TYPE_P (bestn->simdclone->args[i].vector_type))
4201 tree clone_arg_vectype = bestn->simdclone->args[i].vector_type;
4402 atype = bestn->simdclone->args[i].vector_type;
4505 atype = bestn->simdclone->args[i].vector_type;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 180 vector_type *type,
554 virtual vector_type *dyn_cast_vector_type () { return NULL; }
586 virtual vector_type *is_vector () { return NULL; }
833 class vector_type : public decorated_type class in namespace:gcc::jit::recording
836 vector_type (type *other_type, size_t num_units) function in class:gcc::jit::recording::vector_type
850 vector_type *dyn_cast_vector_type () final override { return this; }
858 vector_type *other_vec_type = other->dyn_cast_vector_type ();
865 vector_type *is_vector () final override { return this; }
1666 vector_type *type,
1682 vector_type *m_vector_type
    [all...]
libgccjit.cc 67 struct gcc_jit_vector_type : public gcc::jit::recording::vector_type
634 gcc::jit::recording::vector_type *vector_type = type->is_vector (); local
635 return (gcc_jit_vector_type *)vector_type;
655 gcc::jit::recording::vector_type::get_num_units method, in
659 gcc_jit_vector_type_get_num_units (gcc_jit_vector_type *vector_type)
661 RETURN_VAL_IF_FAIL (vector_type, 0, NULL, NULL, "NULL vector_type");
662 return vector_type->get_num_units ();
668 gcc::jit::recording::vector_type::get_element_type method, i
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 729 (** [vector_type ty n] returns the array type containing [n] elements of the
731 val vector_type : lltype -> int -> lltype var
1039 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 386 struct vector_type
410 static void *vector_grow1 (struct vector_type *vec, size_t elsz);
428 struct vector_type lp; /* Vector of bfd_vma. */
429 struct vector_type ca; /* Vector of bfd_vma. */
430 struct vector_type qr; /* Vector of struct alpha_vms_vma_ref. */
440 struct vector_type shrlibs;
3027 vector_grow1 (struct vector_type *vec, size_t elsz)
385 struct vector_type struct
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 386 struct vector_type
410 static void *vector_grow1 (struct vector_type *vec, size_t elsz);
428 struct vector_type lp; /* Vector of bfd_vma. */
429 struct vector_type ca; /* Vector of bfd_vma. */
430 struct vector_type qr; /* Vector of struct alpha_vms_vma_ref. */
440 struct vector_type shrlibs;
3014 vector_grow1 (struct vector_type *vec, size_t elsz)
385 struct vector_type struct
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 554 /* A list of args for vector_type func (const scalar_type *) function. */
558 /* A list of args for vector_type func (const scalar_type *, size_t *) function.
564 /* A list of args for void func (scalar_type *, vector_type) function. */
569 /* A list of args for vector_type func (const scalar_type *, ptrdiff_t)
575 /* A list of args for void func (scalar_type *, ptrdiff_t, vector_type)
582 /* A list of args for vector_type func (const scalar_type *, eew8_index_type)
588 /* A list of args for vector_type func (const scalar_type *, eew16_index_type)
594 /* A list of args for vector_type func (const scalar_type *, eew32_index_type)
600 /* A list of args for vector_type func (const scalar_type *, eew64_index_type)
606 /* A list of args for void func (scalar_type *, eew8_index_type, vector_type)
3273 enum vector_type_index vector_type local
    [all...]

Completed in 135 milliseconds

1 2