Home
last modified time | relevance | path

Searched refs:tuple_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc3428 tree tuple_type = lang_hooks.types.make_type (RECORD_TYPE); in register_tuple_type() local
3458 DECL_FIELD_CONTEXT (field) = tuple_type; in register_tuple_type()
3459 TYPE_FIELDS (tuple_type) = field; in register_tuple_type()
3460 add_sve_type_attribute (tuple_type, num_vectors, 0, NULL, buffer); in register_tuple_type()
3461 make_type_sizeless (tuple_type); in register_tuple_type()
3462 layout_type (tuple_type); in register_tuple_type()
3463 gcc_assert (VECTOR_MODE_P (TYPE_MODE (tuple_type)) in register_tuple_type()
3464 && TYPE_MODE_RAW (tuple_type) == TYPE_MODE (tuple_type) in register_tuple_type()
3465 && TYPE_ALIGN (tuple_type) == 128); in register_tuple_type()
3468 get_identifier (buffer), tuple_type); in register_tuple_type()
[all …]
H A Daarch64-sve-builtins.h299 tree tuple_type (unsigned int) const; in class()
831 function_instance::tuple_type (unsigned int i) const in tuple_type() function
H A Daarch64-sve-builtins-base.cc1245 tree tuple_type = TREE_TYPE (f.lhs); in fold() local
1260 gimple *clobber = gimple_build_assign (f.lhs, build_clobber (tuple_type)); in fold()
1263 tree field = tuple_type_field (tuple_type); in fold()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc3428 tree tuple_type = lang_hooks.types.make_type (RECORD_TYPE); in register_tuple_type() local
3458 DECL_FIELD_CONTEXT (field) = tuple_type; in register_tuple_type()
3459 TYPE_FIELDS (tuple_type) = field; in register_tuple_type()
3460 add_sve_type_attribute (tuple_type, num_vectors, 0, NULL, buffer); in register_tuple_type()
3461 make_type_sizeless (tuple_type); in register_tuple_type()
3462 layout_type (tuple_type); in register_tuple_type()
3463 gcc_assert (VECTOR_MODE_P (TYPE_MODE (tuple_type)) in register_tuple_type()
3464 && TYPE_MODE_RAW (tuple_type) == TYPE_MODE (tuple_type) in register_tuple_type()
3465 && TYPE_ALIGN (tuple_type) == 128); in register_tuple_type()
3468 get_identifier (buffer), tuple_type); in register_tuple_type()
[all …]
H A Daarch64-sve-builtins.h299 tree tuple_type (unsigned int) const; in class()
832 function_instance::tuple_type (unsigned int i) const in tuple_type() function
H A Daarch64-sve-builtins-base.cc1245 tree tuple_type = TREE_TYPE (f.lhs); in fold() local
1260 gimple *clobber = gimple_build_assign (f.lhs, build_clobber (tuple_type)); in fold()
1263 tree field = tuple_type_field (tuple_type); in fold()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc90 tree tuple_type = lang_hooks.types.make_type (RECORD_TYPE); in init_ic_make_global_vars() local
101 finish_builtin_struct (tuple_type, "indirect_call_tuple", in init_ic_make_global_vars()
106 get_identifier ("__gcov_indirect_call"), tuple_type); in init_ic_make_global_vars()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c87 tree tuple_type = lang_hooks.types.make_type (RECORD_TYPE); in init_ic_make_global_vars() local
98 finish_builtin_struct (tuple_type, "indirect_call_tuple", in init_ic_make_global_vars()
103 get_identifier ("__gcov_indirect_call"), tuple_type); in init_ic_make_global_vars()