Home
last modified time | relevance | path

Searched refs:vector_type (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dvector.h114 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument
115 static bool vector_type##_vector_insert_at( \
123 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument
124 static bool vector_type##_vector_append( \
135 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument
136 static type_t vector_type##_vector_at_index( \
143 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument
144 static void vector_type##_vector_set_at_index( \
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h47 using vector_type = Vector; variable
48 using iterator = typename vector_type::const_iterator;
49 using const_iterator = typename vector_type::const_iterator;
50 using reverse_iterator = typename vector_type::const_reverse_iterator;
51 using const_reverse_iterator = typename vector_type::const_reverse_iterator;
52 using size_type = typename vector_type::size_type;
159 typename vector_type::iterator I = find(vector_, X); in remove()
200 typename vector_type::iterator I = in remove_if()
301 vector_type vector_; ///< The vector.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h84 using vector_type = SmallVector<GIMatchDagOperand, 3>;
87 using iterator = vector_type::iterator;
88 using const_iterator = vector_type::const_iterator;
91 vector_type Operands;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c295 tree vector_type in can_duplicate_and_interleave_p() local
297 if (vector_type in can_duplicate_and_interleave_p()
298 && VECTOR_MODE_P (TYPE_MODE (vector_type)) in can_duplicate_and_interleave_p()
299 && known_eq (GET_MODE_SIZE (TYPE_MODE (vector_type)), in can_duplicate_and_interleave_p()
305 poly_uint64 nelts = GET_MODE_NUNITS (TYPE_MODE (vector_type)); in can_duplicate_and_interleave_p()
318 if (can_vec_perm_const_p (TYPE_MODE (vector_type), indices1) in can_duplicate_and_interleave_p()
319 && can_vec_perm_const_p (TYPE_MODE (vector_type), indices2)) in can_duplicate_and_interleave_p()
324 *vector_type_out = vector_type; in can_duplicate_and_interleave_p()
327 permutes[0] = vect_gen_perm_mask_checked (vector_type, in can_duplicate_and_interleave_p()
329 permutes[1] = vect_gen_perm_mask_checked (vector_type, in can_duplicate_and_interleave_p()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h216 vector_type_index vector_type : 8; member
298 tree vector_type (unsigned int) const; in class()
818 return scalar_types[type_suffix (i).vector_type]; in scalar_type()
823 function_instance::vector_type (unsigned int i) const in vector_type() function
825 return acle_vector_types[0][type_suffix (i).vector_type]; in vector_type()
835 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type]; in tuple_type()
H A Daarch64-sve-builtins.cc644 vector_type_index vector_i = type_suffixes[suffix_i].vector_type; in find_type_suffix_for_scalar_type()
1173 return acle_vector_types[0][type_suffixes[type].vector_type]; in get_vector_type()
1182 return vector_types[type_suffixes[type].vector_type].acle_name + 2; in get_scalar_type_name()
1343 vector_type_index type_i = type_suffixes[suffix_i].vector_type; in infer_vector_or_tuple_type()
1583 return require_vector_type (argno, expected_suffix.vector_type); in require_derived_vector_type()
1836 return type_suffixes[type].vector_type; in infer_vector_base_type()
1856 return type_suffixes[type].vector_type; in infer_vector_displacement_type()
1934 = type_suffixes[displacement_type].vector_type; in resolve_sv_displacement()
2059 base_vector_type = type_suffixes[base_type].vector_type; in resolve_gather_address()
2923 tree vector_type = base_vector_type (); in prepare_gather_address_operands() local
[all …]
H A Daarch64-sve-builtins-functions.h114 return scalar_types[type_suffixes[m_memory_type].vector_type]; in memory_scalar_type()
162 return scalar_types[type_suffixes[suffix].vector_type]; in memory_scalar_type()
H A Daarch64-sve-builtins-shapes.cc210 return scalar_types[type_suffixes[suffix].vector_type]; in parse_type()
216 vector_type_index vector_type = type_suffixes[suffix].vector_type; in parse_type() local
218 return acle_vector_types[num_vectors - 1][vector_type]; in parse_type()
224 return acle_vector_types[0][type_suffixes[suffix].vector_type]; in parse_type()
H A Daarch64-sve-builtins-base.cc1092 tree vectype = f.vector_type (0); in fold()
1246 tree vectype = f.vector_type (0); in fold()
1991 tree pred = f.convert_pred (stmts, f.vector_type (0), 0); in fold()
2093 tree vectype = f.vector_type (0); in fold()
2191 tree vectype = f.vector_type (0); in fold()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h216 vector_type_index vector_type : 8; member
298 tree vector_type (unsigned int) const; in class()
817 return scalar_types[type_suffix (i).vector_type]; in scalar_type()
822 function_instance::vector_type (unsigned int i) const in vector_type() function
824 return acle_vector_types[0][type_suffix (i).vector_type]; in vector_type()
834 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type]; in tuple_type()
H A Daarch64-sve-builtins.cc644 vector_type_index vector_i = type_suffixes[suffix_i].vector_type; in find_type_suffix_for_scalar_type()
1168 return acle_vector_types[0][type_suffixes[type].vector_type]; in get_vector_type()
1177 return vector_types[type_suffixes[type].vector_type].acle_name + 2; in get_scalar_type_name()
1338 vector_type_index type_i = type_suffixes[suffix_i].vector_type; in infer_vector_or_tuple_type()
1582 return require_vector_type (argno, expected_suffix.vector_type); in require_derived_vector_type()
1835 return type_suffixes[type].vector_type; in infer_vector_base_type()
1855 return type_suffixes[type].vector_type; in infer_vector_displacement_type()
1933 = type_suffixes[displacement_type].vector_type; in resolve_sv_displacement()
2058 base_vector_type = type_suffixes[base_type].vector_type; in resolve_gather_address()
2922 tree vector_type = base_vector_type (); in prepare_gather_address_operands() local
[all …]
H A Daarch64-sve-builtins-functions.h114 return scalar_types[type_suffixes[m_memory_type].vector_type]; in memory_scalar_type()
162 return scalar_types[type_suffixes[suffix].vector_type]; in memory_scalar_type()
H A Daarch64-sve-builtins-shapes.cc210 return scalar_types[type_suffixes[suffix].vector_type]; in parse_type()
216 vector_type_index vector_type = type_suffixes[suffix].vector_type; in parse_type() local
218 return acle_vector_types[num_vectors - 1][vector_type]; in parse_type()
224 return acle_vector_types[0][type_suffixes[suffix].vector_type]; in parse_type()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list(); in _M_get()
112 vector_type& __free_list = _M_get_free_list(); in _M_clear()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list(); in _M_get()
112 vector_type& __free_list = _M_get_free_list(); in _M_clear()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h520 typedef __detail::__mini_vector<value_type> vector_type; in _GLIBCXX_VISIBILITY()
521 typedef vector_type::iterator iterator; in _GLIBCXX_VISIBILITY()
542 vector_type& in _GLIBCXX_VISIBILITY()
545 static vector_type _S_free_list; in _GLIBCXX_VISIBILITY()
562 vector_type& __free_list = _M_get_free_list(); in _GLIBCXX_VISIBILITY()
563 const vector_type::size_type __max_size = 64; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h519 typedef __detail::__mini_vector<value_type> vector_type; in _GLIBCXX_VISIBILITY()
520 typedef vector_type::iterator iterator; in _GLIBCXX_VISIBILITY()
541 vector_type& in _GLIBCXX_VISIBILITY()
544 static vector_type _S_free_list; in _GLIBCXX_VISIBILITY()
561 vector_type& __free_list = _M_get_free_list(); in _GLIBCXX_VISIBILITY()
562 const vector_type::size_type __max_size = 64; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc400 tree vector_type in can_duplicate_and_interleave_p() local
402 if (vector_type in can_duplicate_and_interleave_p()
403 && VECTOR_MODE_P (TYPE_MODE (vector_type)) in can_duplicate_and_interleave_p()
404 && known_eq (GET_MODE_SIZE (TYPE_MODE (vector_type)), in can_duplicate_and_interleave_p()
410 poly_uint64 nelts = GET_MODE_NUNITS (TYPE_MODE (vector_type)); in can_duplicate_and_interleave_p()
423 if (can_vec_perm_const_p (TYPE_MODE (vector_type), indices1) in can_duplicate_and_interleave_p()
424 && can_vec_perm_const_p (TYPE_MODE (vector_type), indices2)) in can_duplicate_and_interleave_p()
429 *vector_type_out = vector_type; in can_duplicate_and_interleave_p()
432 permutes[0] = vect_gen_perm_mask_checked (vector_type, in can_duplicate_and_interleave_p()
434 permutes[1] = vect_gen_perm_mask_checked (vector_type, in can_duplicate_and_interleave_p()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h173 vector_type *type,
540 virtual vector_type *dyn_cast_vector_type () { return NULL; } in dyn_cast_vector_type()
570 virtual vector_type *is_vector () { return NULL; } in is_vector()
788 class vector_type : public decorated_type
791 vector_type (type *other_type, size_t num_units) in vector_type() function
797 vector_type *dyn_cast_vector_type () FINAL OVERRIDE { return this; } in dyn_cast_vector_type()
803 vector_type *is_vector () FINAL OVERRIDE { return this; } in is_vector()
1565 vector_type *type,
1581 vector_type *m_vector_type;
H A Djit-common.h120 class vector_type; variable
H A Dlibgccjit.cc67 struct gcc_jit_vector_type : public gcc::jit::recording::vector_type
619 gcc::jit::recording::vector_type *vector_type = type->is_vector (); in gcc_jit_type_dyncast_vector() local
620 return (gcc_jit_vector_type *)vector_type; in gcc_jit_type_dyncast_vector()
644 gcc_jit_vector_type_get_num_units (gcc_jit_vector_type *vector_type) in gcc_jit_vector_type_get_num_units() argument
646 RETURN_VAL_IF_FAIL (vector_type, 0, NULL, NULL, "NULL vector_type"); in gcc_jit_vector_type_get_num_units()
647 return vector_type->get_num_units (); in gcc_jit_vector_type_get_num_units()
657 gcc_jit_vector_type_get_element_type (gcc_jit_vector_type *vector_type) in gcc_jit_vector_type_get_element_type() argument
659 RETURN_NULL_IF_FAIL (vector_type, NULL, NULL, "NULL vector_type"); in gcc_jit_vector_type_get_element_type()
660 return (gcc_jit_type *)vector_type->get_element_type (); in gcc_jit_vector_type_get_element_type()
4021 gcc::jit::recording::vector_type *as_vec_type in gcc_jit_context_new_rvalue_from_vector()
H A Dlibgccjit.h1982 gcc_jit_vector_type_get_num_units (gcc_jit_vector_type *vector_type);
1986 gcc_jit_vector_type_get_element_type (gcc_jit_vector_type *vector_type);
H A Djit-recording.cc1105 vector_type *type, in new_rvalue_from_vector()
2309 = new vector_type (this, num_units); in get_vector()
3010 recording::vector_type::replay_into (replayer *) in replay_into()
3020 recording::vector_type::make_debug_string () in make_debug_string()
3033 recording::vector_type::write_reproducer (reproducer &r) in write_reproducer()
5315 vector_type *type, in memento_of_new_rvalue_from_vector()
7753 recording::vector_type *arr_a = in types_kinda_same_internal()
7754 static_cast<recording::vector_type*> (base_a); in types_kinda_same_internal()
7755 recording::vector_type *arr_b = in types_kinda_same_internal()
7756 static_cast<recording::vector_type*> (base_b); in types_kinda_same_internal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h120 class vector_type; variable
H A Djit-recording.h162 vector_type *type,
510 virtual vector_type *dyn_cast_vector_type () { return NULL; } in dyn_cast_vector_type()
715 class vector_type : public decorated_type
718 vector_type (type *other_type, size_t num_units) in vector_type() function
724 vector_type *dyn_cast_vector_type () FINAL OVERRIDE { return this; } in dyn_cast_vector_type()
1412 vector_type *type,
1428 vector_type *m_vector_type;

123