Home
last modified time | relevance | path

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

1234

/netbsd/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/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/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/external/gpl3/gcc/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()
324 *vector_type_out = vector_type; in can_duplicate_and_interleave_p()
3506 tree element_type = TREE_TYPE (vector_type); in duplicate_and_interleave()
3614 tree vector_type; in vect_get_constant_vectors() local
3647 vector_type); in vect_get_constant_vectors()
3690 if (VECTOR_BOOLEAN_TYPE_P (vector_type)) in vect_get_constant_vectors()
3704 TREE_TYPE (vector_type), op); in vect_get_constant_vectors()
3711 if (VECTOR_BOOLEAN_TYPE_P (vector_type)) in vect_get_constant_vectors()
[all …]
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()
429 *vector_type_out = vector_type; in can_duplicate_and_interleave_p()
4742 if (!vector_type) in vect_slp_analyze_node_operations()
6291 tree element_type = TREE_TYPE (vector_type); in duplicate_and_interleave()
6394 tree vector_type; in vect_create_constant_vectors() local
6404 vector_type = SLP_TREE_VECTYPE (op_node); in vect_create_constant_vectors()
6450 if (VECTOR_BOOLEAN_TYPE_P (vector_type)) in vect_create_constant_vectors()
6464 TREE_TYPE (vector_type), op); in vect_create_constant_vectors()
[all …]
/netbsd/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()
324 *vector_type_out = vector_type; in can_duplicate_and_interleave_p()
3506 tree element_type = TREE_TYPE (vector_type); in duplicate_and_interleave()
3614 tree vector_type; in vect_get_constant_vectors() local
3647 vector_type); in vect_get_constant_vectors()
3690 if (VECTOR_BOOLEAN_TYPE_P (vector_type)) in vect_get_constant_vectors()
3704 TREE_TYPE (vector_type), op); in vect_get_constant_vectors()
3711 if (VECTOR_BOOLEAN_TYPE_P (vector_type)) in vect_get_constant_vectors()
[all …]
/netbsd/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.cc1173 return acle_vector_types[0][type_suffixes[type].vector_type]; in get_vector_type()
1343 vector_type_index type_i = type_suffixes[suffix_i].vector_type; in infer_vector_or_tuple_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
2933 else if (vector_type) in prepare_gather_address_operands()
2946 vector_type = displacement_vector_type (); in prepare_gather_address_operands()
2950 tree scalar_displacement_type = TREE_TYPE (vector_type); in prepare_gather_address_operands()
[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()
/netbsd/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.cc1168 return acle_vector_types[0][type_suffixes[type].vector_type]; in get_vector_type()
1338 vector_type_index type_i = type_suffixes[suffix_i].vector_type; in infer_vector_or_tuple_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
2932 else if (vector_type) in prepare_gather_address_operands()
2945 vector_type = displacement_vector_type (); in prepare_gather_address_operands()
2949 tree scalar_displacement_type = TREE_TYPE (vector_type); in prepare_gather_address_operands()
[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()
/netbsd/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/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/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/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/external/gpl3/gdb/dist/gdb/
H A Dvalarith.c1432 value_vector_widen (struct value *scalar_value, struct type *vector_type) in value_vector_widen() argument
1440 vector_type = check_typedef (vector_type); in value_vector_widen()
1442 gdb_assert (vector_type->code () == TYPE_CODE_ARRAY in value_vector_widen()
1443 && TYPE_VECTOR (vector_type)); in value_vector_widen()
1445 if (!get_array_bounds (vector_type, &low_bound, &high_bound)) in value_vector_widen()
1448 eltype = check_typedef (TYPE_TARGET_TYPE (vector_type)); in value_vector_widen()
1459 val = allocate_value (vector_type); in value_vector_widen()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dvalarith.c1432 value_vector_widen (struct value *scalar_value, struct type *vector_type) in value_vector_widen() argument
1440 vector_type = check_typedef (vector_type); in value_vector_widen()
1442 gdb_assert (vector_type->code () == TYPE_CODE_ARRAY in value_vector_widen()
1443 && TYPE_VECTOR (vector_type)); in value_vector_widen()
1445 if (!get_array_bounds (vector_type, &low_bound, &high_bound)) in value_vector_widen()
1448 eltype = check_typedef (TYPE_TARGET_TYPE (vector_type)); in value_vector_widen()
1459 val = allocate_value (vector_type); in value_vector_widen()
/netbsd/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;
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h120 class vector_type; variable
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 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()

1234