Searched defs:vector_type (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/sys/dev/drm/amd/display/include/ |
H A D | vector.h | 112 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument 121 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument 133 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument 141 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-slp.c | 237 tree vector_type = build_vector_type (int_type, nelts); in can_duplicate_and_interleave_p() local 3407 duplicate_and_interleave (gimple_seq *seq, tree vector_type, vec<tree> elts, in duplicate_and_interleave() 3515 tree vector_type; in vect_get_constant_vectors() local
|
H A D | tree-vect-loop.c | 2746 tree vector_type = STMT_VINFO_VECTYPE (stmt_vinfo); in neutral_op_for_slp_reduction() local 4553 tree vector_type; in get_initial_defs_for_reduction() local
|
H A D | cgraph.h | 777 tree vector_type; member
|
H A D | tree-vect-stmts.c | 1443 tree vector_type; in vect_get_vec_def_for_operand() local 9909 get_same_sized_vectype (tree scalar_type, tree vector_type) in get_same_sized_vectype()
|
H A D | internal-fn.c | 3336 internal_gather_scatter_fn_supported_p (internal_fn ifn, tree vector_type, in internal_gather_scatter_fn_supported_p()
|
H A D | tree.c | 14403 tree vector_type = build_vector_type (element_type, 8); in test_vector_cst_patterns() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-stmts.c | 1149 vect_init_vector (gimple stmt, tree vector_var, tree vector_type, in vect_init_vector() 1235 tree vector_type; in vect_get_vec_def_for_operand() local 5870 get_same_sized_vectype (tree scalar_type, tree vector_type) in get_same_sized_vectype()
|
H A D | tree-vect-slp.c | 2219 tree vector_type; in vect_get_constant_vectors() local
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | valarith.c | 1355 value_vector_widen (struct value *scalar_value, struct type *vector_type) in value_vector_widen()
|