Searched refs:vector_type (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dvector.h114 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \
115 static bool vector_type##_vector_insert_at( \
123 #define DAL_VECTOR_APPEND(vector_type, type_t) \
124 static bool vector_type##_vector_append( \
135 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \
136 static type_t vector_type##_vector_at_index( \
143 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \
144 static void vector_type##_vector_set_at_index( \
/netbsd-current/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-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h47 using vector_type = Vector;
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);
200 typename vector_type::iterator I =
301 vector_type vector_; ///< The vector.
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list();
112 vector_type& __free_list = _M_get_free_list();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list();
112 vector_type& __free_list = _M_get_free_list();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h216 vector_type_index vector_type : 8; member in struct:aarch64_sve::type_suffix_info
298 tree vector_type (unsigned int) const;
818 return scalar_types[type_suffix (i).vector_type];
823 function_instance::vector_type (unsigned int i) const function in class:aarch64_sve::function_instance
825 return acle_vector_types[0][type_suffix (i).vector_type];
835 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type];
H A Daarch64-sve-builtins.cc644 vector_type_index vector_i = type_suffixes[suffix_i].vector_type;
1173 return acle_vector_types[0][type_suffixes[type].vector_type];
1182 return vector_types[type_suffixes[type].vector_type].acle_name + 2;
1343 vector_type_index type_i = type_suffixes[suffix_i].vector_type;
1583 return require_vector_type (argno, expected_suffix.vector_type);
1836 return type_suffixes[type].vector_type;
1856 return type_suffixes[type].vector_type;
1934 = type_suffixes[displacement_type].vector_type;
2059 base_vector_type = type_suffixes[base_type].vector_type;
2923 tree vector_type
[all...]
H A Daarch64-sve-builtins-functions.h114 return scalar_types[type_suffixes[m_memory_type].vector_type];
162 return scalar_types[type_suffixes[suffix].vector_type];
H A Daarch64-sve-builtins-base.cc1092 tree vectype = f.vector_type (0);
1246 tree vectype = f.vector_type (0);
1991 tree pred = f.convert_pred (stmts, f.vector_type (0), 0);
2093 tree vectype = f.vector_type (0);
2191 tree vectype = f.vector_type (0);
H A Daarch64-sve-builtins-shapes.cc210 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];
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h216 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];
H A Daarch64-sve-builtins.cc644 vector_type_index vector_i = type_suffixes[suffix_i].vector_type;
1168 return acle_vector_types[0][type_suffixes[type].vector_type];
1177 return vector_types[type_suffixes[type].vector_type].acle_name + 2;
1338 vector_type_index type_i = type_suffixes[suffix_i].vector_type;
1582 return require_vector_type (argno, expected_suffix.vector_type);
1835 return type_suffixes[type].vector_type;
1855 return type_suffixes[type].vector_type;
1933 = type_suffixes[displacement_type].vector_type;
2058 base_vector_type = type_suffixes[base_type].vector_type;
2922 tree vector_type
[all...]
H A Daarch64-sve-builtins-functions.h114 return scalar_types[type_suffixes[m_memory_type].vector_type];
162 return scalar_types[type_suffixes[suffix].vector_type];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h120 class vector_type;
H A Djit-recording.h162 vector_type *type,
510 virtual vector_type *dyn_cast_vector_type () { return NULL; }
715 class vector_type : public decorated_type class in namespace:gcc::jit::recording
718 vector_type (type *other_type, size_t num_units) function in class:gcc::jit::recording::vector_type
724 vector_type *dyn_cast_vector_type () FINAL OVERRIDE { return this; }
1412 vector_type *type,
1428 vector_type *m_vector_type;
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h120 class vector_type;
H A Djit-recording.h173 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;
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 Dlibgccjit.cc67 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) argument
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
657 gcc_jit_vector_type_get_element_type(gcc_jit_vector_type *vector_type) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c295 tree vector_type local
297 if (vector_type
298 && VECTOR_MODE_P (TYPE_MODE (vector_type))
299 && known_eq (GET_MODE_SIZE (TYPE_MODE (vector_type)),
305 poly_uint64 nelts = GET_MODE_NUNITS (TYPE_MODE (vector_type));
318 if (can_vec_perm_const_p (TYPE_MODE (vector_type), indices1)
319 && can_vec_perm_const_p (TYPE_MODE (vector_type), indices2))
324 *vector_type_out = vector_type;
327 permutes[0] = vect_gen_perm_mask_checked (vector_type,
329 permutes[1] = vect_gen_perm_mask_checked (vector_type,
3501 duplicate_and_interleave(vec_info *vinfo, gimple_seq *seq, tree vector_type, vec<tree> elts, unsigned int nresults, vec<tree> &results) argument
3614 tree vector_type; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h520 typedef __detail::__mini_vector<value_type> vector_type; typedef in class:free_list
521 typedef vector_type::iterator iterator;
542 vector_type&
545 static vector_type _S_free_list;
562 vector_type& __free_list = _M_get_free_list();
563 const vector_type::size_type __max_size = 64;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h519 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;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc400 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,
4741 tree vector_type = SLP_TREE_VECTYPE (child); local
6286 duplicate_and_interleave(vec_info *vinfo, gimple_seq *seq, tree vector_type, const vec<tree> &elts, unsigned int nresults, vec<tree> &results) argument
6394 tree vector_type; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalarith.c1435 value_vector_widen (struct value *scalar_value, struct type *vector_type)
1443 vector_type = check_typedef (vector_type);
1445 gdb_assert (vector_type->code () == TYPE_CODE_ARRAY
1446 && TYPE_VECTOR (vector_type));
1448 if (!get_array_bounds (vector_type, &low_bound, &high_bound))
1451 eltype = check_typedef (TYPE_TARGET_TYPE (vector_type));
1462 val = allocate_value (vector_type);
1432 value_vector_widen(struct value *scalar_value, struct type *vector_type) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalarith.c1545 value_vector_widen (struct value *scalar_value, struct type *vector_type)
1553 vector_type = check_typedef (vector_type);
1555 gdb_assert (vector_type->code () == TYPE_CODE_ARRAY
1556 && vector_type->is_vector ());
1558 if (!get_array_bounds (vector_type, &low_bound, &high_bound))
1561 eltype = check_typedef (vector_type->target_type ());
1572 value *val = allocate_value (vector_type);
1542 value_vector_widen(struct value *scalar_value, struct type *vector_type) argument

Completed in 255 milliseconds

123