Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/include/
H A Dvector.h112 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument
113 static bool vector_type##_vector_insert_at( \
121 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument
122 static bool vector_type##_vector_append( \
133 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument
134 static type_t vector_type##_vector_at_index( \
141 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument
142 static void vector_type##_vector_set_at_index( \
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-slp.c238 if (VECTOR_MODE_P (TYPE_MODE (vector_type))) in can_duplicate_and_interleave_p()
258 *vector_type_out = vector_type; in can_duplicate_and_interleave_p()
3411 tree element_type = TREE_TYPE (vector_type); in duplicate_and_interleave()
3515 tree vector_type; in vect_get_constant_vectors() local
3531 vector_type in vect_get_constant_vectors()
3632 if (VECTOR_BOOLEAN_TYPE_P (vector_type)) in vect_get_constant_vectors()
3646 TREE_TYPE (vector_type), op); in vect_get_constant_vectors()
3653 if (VECTOR_BOOLEAN_TYPE_P (vector_type)) in vect_get_constant_vectors()
3656 = build_all_ones_cst (TREE_TYPE (vector_type)); in vect_get_constant_vectors()
3658 = build_zero_cst (TREE_TYPE (vector_type)); in vect_get_constant_vectors()
[all …]
H A Dtree-vect-loop.c2746 tree vector_type = STMT_VINFO_VECTYPE (stmt_vinfo); in neutral_op_for_slp_reduction() local
2747 tree scalar_type = TREE_TYPE (vector_type); in neutral_op_for_slp_reduction()
4553 tree vector_type; in get_initial_defs_for_reduction() local
4563 vector_type = STMT_VINFO_VECTYPE (stmt_vinfo); in get_initial_defs_for_reduction()
4596 tree_vector_builder elts (vector_type, nunits, 1); in get_initial_defs_for_reduction()
4623 ? multiple_p (TYPE_VECTOR_SUBPARTS (vector_type), nunits) in get_initial_defs_for_reduction()
4624 : known_eq (TYPE_VECTOR_SUBPARTS (vector_type), nunits)) in get_initial_defs_for_reduction()
4641 init = make_ssa_name (vector_type); in get_initial_defs_for_reduction()
4652 duplicate_and_interleave (&ctor_seq, vector_type, elts, in get_initial_defs_for_reduction()
4662 elts.new_vector (vector_type, nunits, 1); in get_initial_defs_for_reduction()
[all …]
H A Dtree-vect-stmts.c1443 tree vector_type; in vect_get_vec_def_for_operand() local
1446 vector_type = vectype; in vect_get_vec_def_for_operand()
1449 vector_type = build_same_sized_truth_vector_type (stmt_vectype); in vect_get_vec_def_for_operand()
1451 vector_type = get_vectype_for_scalar_type (TREE_TYPE (op)); in vect_get_vec_def_for_operand()
1453 gcc_assert (vector_type); in vect_get_vec_def_for_operand()
1454 return vect_init_vector (stmt, op, vector_type, NULL); in vect_get_vec_def_for_operand()
3932 atype = bestn->simdclone->args[i].vector_type; in vectorizable_simd_clone_call()
9909 get_same_sized_vectype (tree scalar_type, tree vector_type) in get_same_sized_vectype() argument
9912 return build_same_sized_truth_vector_type (vector_type); in get_same_sized_vectype()
9915 (scalar_type, GET_MODE_SIZE (TYPE_MODE (vector_type))); in get_same_sized_vectype()
H A Domp-simd-clone.c624 sc->args[i].vector_type = adj.type; in simd_clone_adjust_argument_types()
634 adj.type = sc->args[i].vector_type; in simd_clone_adjust_argument_types()
H A Dtree.c14403 tree vector_type = build_vector_type (element_type, 8); in test_vector_cst_patterns() local
14409 tree vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14415 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14422 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14429 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14440 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14447 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14455 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14462 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
14469 vector = build_vector (vector_type, elements PASS_MEM_STAT); in test_vector_cst_patterns()
[all …]
H A Dinternal-fn.c3336 internal_gather_scatter_fn_supported_p (internal_fn ifn, tree vector_type, in internal_gather_scatter_fn_supported_p() argument
3340 if (!tree_int_cst_equal (TYPE_SIZE (TREE_TYPE (vector_type)), in internal_gather_scatter_fn_supported_p()
3344 insn_code icode = direct_optab_handler (optab, TYPE_MODE (vector_type)); in internal_gather_scatter_fn_supported_p()
H A Dcgraph.h777 tree vector_type; member
H A Dtree.def192 DEFTREECODE (VECTOR_TYPE, "vector_type", tcc_type, 0)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc55 const vector_type& __free_list = _M_get_free_list(); in _M_get()
110 vector_type& __free_list = _M_get_free_list(); in _M_clear()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc58 const vector_type& __free_list = _M_get_free_list(); in _M_get()
113 vector_type& __free_list = _M_get_free_list(); in _M_clear()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h522 typedef __detail::__mini_vector<value_type> vector_type; in _GLIBCXX_VISIBILITY()
523 typedef vector_type::iterator iterator; in _GLIBCXX_VISIBILITY()
544 vector_type& in _GLIBCXX_VISIBILITY()
547 static vector_type _S_free_list; in _GLIBCXX_VISIBILITY()
564 vector_type& __free_list = _M_get_free_list(); in _GLIBCXX_VISIBILITY()
565 const vector_type::size_type __max_size = 64; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h526 typedef __detail::__mini_vector<value_type> vector_type; in _GLIBCXX_VISIBILITY()
527 typedef vector_type::iterator iterator; in _GLIBCXX_VISIBILITY()
548 vector_type& in _GLIBCXX_VISIBILITY()
551 static vector_type _S_free_list; in _GLIBCXX_VISIBILITY()
568 vector_type& __free_list = _M_get_free_list(); in _GLIBCXX_VISIBILITY()
569 const vector_type::size_type __max_size = 64; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gdb-7/gdb/
H A Dvalarith.c1355 value_vector_widen (struct value *scalar_value, struct type *vector_type) in value_vector_widen() argument
1363 CHECK_TYPEDEF (vector_type); in value_vector_widen()
1365 gdb_assert (TYPE_CODE (vector_type) == TYPE_CODE_ARRAY in value_vector_widen()
1366 && TYPE_VECTOR (vector_type)); in value_vector_widen()
1368 if (!get_array_bounds (vector_type, &low_bound, &high_bound)) in value_vector_widen()
1371 eltype = check_typedef (TYPE_TARGET_TYPE (vector_type)); in value_vector_widen()
1382 val = allocate_value (vector_type); in value_vector_widen()
H A Dvalue.h492 struct type *vector_type);
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-stmts.c1235 tree vector_type; in vect_get_vec_def_for_operand() local
1265 vector_type = get_vectype_for_scalar_type (TREE_TYPE (op)); in vect_get_vec_def_for_operand()
1266 gcc_assert (vector_type); in vect_get_vec_def_for_operand()
1267 nunits = TYPE_VECTOR_SUBPARTS (vector_type); in vect_get_vec_def_for_operand()
1276 vec_cst = build_vector_from_val (vector_type, in vect_get_vec_def_for_operand()
1277 fold_convert (TREE_TYPE (vector_type), in vect_get_vec_def_for_operand()
1285 vector_type = get_vectype_for_scalar_type (TREE_TYPE (def)); in vect_get_vec_def_for_operand()
1286 gcc_assert (vector_type); in vect_get_vec_def_for_operand()
1287 nunits = TYPE_VECTOR_SUBPARTS (vector_type); in vect_get_vec_def_for_operand()
5870 get_same_sized_vectype (tree scalar_type, tree vector_type) in get_same_sized_vectype() argument
[all …]
H A Dtree-vect-slp.c2219 tree vector_type; in vect_get_constant_vectors() local
2294 vector_type = get_vectype_for_scalar_type (TREE_TYPE (op)); in vect_get_constant_vectors()
2295 gcc_assert (vector_type); in vect_get_constant_vectors()
2296 nunits = TYPE_VECTOR_SUBPARTS (vector_type); in vect_get_constant_vectors()
2380 vec_cst = build_vector (vector_type, t); in vect_get_constant_vectors()
2382 vec_cst = build_constructor_from_list (vector_type, t); in vect_get_constant_vectors()
2384 vect_init_vector (stmt, vec_cst, vector_type, NULL)); in vect_get_constant_vectors()
2412 neutral_vec = build_vector_from_val (vector_type, neutral_op); in vect_get_constant_vectors()
H A Dtree.def189 DEFTREECODE (VECTOR_TYPE, "vector_type", tcc_type, 0)