Searched refs:tuple_type (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.cc | 3428 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 D | aarch64-sve-builtins.h | 299 tree tuple_type (unsigned int) const; in class() 831 function_instance::tuple_type (unsigned int i) const in tuple_type() function
|
H A D | aarch64-sve-builtins-base.cc | 1245 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 D | aarch64-sve-builtins.cc | 3428 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 D | aarch64-sve-builtins.h | 299 tree tuple_type (unsigned int) const; in class() 832 function_instance::tuple_type (unsigned int i) const in tuple_type() function
|
H A D | aarch64-sve-builtins-base.cc | 1245 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 D | tree-profile.cc | 90 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 D | tree-profile.c | 87 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()
|