Home
last modified time | relevance | path

Searched refs:make_vector_type (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc9088 make_vector_type (tree innertype, poly_int64 nunits, machine_mode mode) in make_vector_type() function
9104 = make_vector_type (TYPE_CANONICAL (mv_innertype), nunits, VOIDmode); in make_vector_type()
10049 return make_vector_type (innertype, nunits, mode); in build_vector_type_for_mode()
10058 return make_vector_type (innertype, nunits, VOIDmode); in build_vector_type()
10079 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type_for_mode()
10101 return make_vector_type (bool_type, nunits, VOIDmode); in build_truth_vector_type_for()
10110 tree t = make_vector_type (innertype, nunits, VOIDmode); in build_opaque_vector_type()
H A DChangeLog-20066831 * tree.c (make_vector_type): Don't recurse if TYPE_MAIN_VARIANT
8082 (make_vector_type): Use build_type_attribute_qual_variant to build
H A DChangeLog-20043611 * tree.c (make_vector_type): Move qualifiers to the vector type,
16918 (make_vector_type, build_common_tree_nodes,
19025 (make_vector_type, build_common_tree_nodes,
22286 (make_vector_type): New.
H A DChangeLog-201835042 (make_vector_type): Remove temporary is_constant ().
35136 * tree.c (make_vector_type): Remove temporary shim and make
35697 * tree.c (make_vector_type): Likewise.
H A DChangeLog-20154203 * tree.c (make_vector_type): Properly compute canonical type of the
4223 (make_vector_type): Likewise.
11510 (make_vector_type): Vector mask has no canonical type.
H A DChangeLog-200914633 * tree.c (make_vector_type): Build a main variant first,
21709 * tree.c (make_vector_type): Build the TYPE_DEBUG_REPRESENTATION_TYPEs
H A DChangeLog-201430486 (make_vector_type): Dito.
30896 (make_vector_type): Dito.
H A DChangeLog-20081050 (build_range_type, make_vector_type): Likewise.
H A DChangeLog-200734060 (make_vector_type): Build the canonical vector type.
H A DChangeLog-200513583 * tree.c (make_vector_type): Replace TYPE_VECTOR_SUBPARTS with
H A DChangeLog-202012460 make_vector_type.
H A DChangeLog-201014478 * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
H A DChangeLog-201732426 make_vector_type): Call it.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c9998 make_vector_type (tree innertype, poly_int64 nunits, machine_mode mode) in make_vector_type() function
10014 = make_vector_type (TYPE_CANONICAL (mv_innertype), nunits, VOIDmode); in make_vector_type()
10938 return make_vector_type (innertype, nunits, mode); in build_vector_type_for_mode()
10947 return make_vector_type (innertype, nunits, VOIDmode); in build_vector_type()
10961 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type_for_mode()
10983 return make_vector_type (bool_type, nunits, BLKmode); in build_truth_vector_type_for()
10992 tree t = make_vector_type (innertype, nunits, VOIDmode); in build_opaque_vector_type()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20073805 * dwarf2read.c (read_array_type): Use make_vector_type.
3806 * gdbtypes.c (make_vector_type): New.
3812 (make_vector_type): New.
3818 * stabsread.c (read_type): Use make_vector_type.
H A DChangeLog-20101618 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
H A DChangeLog-20084161 (make_vector_type): Update.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20073805 * dwarf2read.c (read_array_type): Use make_vector_type.
3806 * gdbtypes.c (make_vector_type): New.
3812 (make_vector_type): New.
3818 * stabsread.c (read_type): Use make_vector_type.
H A DChangeLog-20101618 * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
H A DChangeLog-20084161 (make_vector_type): Update.
H A DChangeLog-20205833 (make_type_with_address_space, make_cv_type, make_vector_type)