Home
last modified time | relevance | path

Searched refs:is_packed (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarghooks.cc1472 default_builtin_vector_alignment_reachable (const_tree /*type*/, bool is_packed) in default_builtin_vector_alignment_reachable() argument
1474 return ! is_packed; in default_builtin_vector_alignment_reachable()
1486 bool is_packed in default_builtin_support_vector_misalignment()
Dtree-vect-data-refs.cc1384 bool is_packed = not_size_aligned (DR_REF (dr_info->dr)); in vector_alignment_reachable_p() local
1388 is_packed ? "not " : ""); in vector_alignment_reachable_p()
1389 return targetm.vectorize.vector_alignment_reachable (type, is_packed); in vector_alignment_reachable_p()
6817 bool is_packed = false; in vect_supportable_dr_alignment() local
6820 is_packed = not_size_aligned (DR_REF (dr)); in vect_supportable_dr_alignment()
6822 is_packed)) in vect_supportable_dr_alignment()
Dtarget.def1873 for the given scalar type @var{type}. @var{is_packed} is false if the scalar\n\
1875 bool, (const_tree type, bool is_packed),
1909 the elements in the vectors should be of type @var{type}. @var{is_packed}\n\
1912 (machine_mode mode, const_tree type, int misalignment, bool is_packed),
DChangeLog-201130868 is_packed to true even for types with smaller TYPE_ALIGN than
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dp-typeprint.c528 && type->field (i).is_packed ()) in type_print_base()
Dtypeprint.c151 if (type->field (field_idx).is_packed () in update()
Dm2-typeprint.c573 if (type->field (i).is_packed ()) in m2_record_fields()
Dcp-valprint.c263 && type->field (i).is_packed ()) in cp_print_value_fields()
Dp-valprint.c601 && type->field (i).is_packed ()) in pascal_object_print_value_fields()
Dada-valprint.c627 if (type->field (i).is_packed ()) in print_field_values()
Dax-gdb.c1315 if (type->field (fieldno).is_packed ()) in gen_primitive_field()
1501 if (t->field (i).is_packed ()) in gen_struct_elt_for_reference()
Dc-typeprint.c1076 if (!is_static && type->field (i).is_packed ()) in c_type_print_base_struct_union()
Dgdbtypes.h601 bool is_packed () const in is_packed() function
Damd64-tdep.c530 || type->field (i).is_packed ()) in amd64_has_unaligned_fields()
Dvalops.c3584 if (t->field (i).is_packed ()) in value_struct_elt_for_reference()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc285 static bool arm_vector_alignment_reachable (const_tree type, bool is_packed);
289 bool is_packed);
30546 arm_vector_alignment_reachable (const_tree type, bool is_packed) in arm_vector_alignment_reachable() argument
30551 return !is_packed; in arm_vector_alignment_reachable()
30553 return default_builtin_vector_alignment_reachable (type, is_packed); in arm_vector_alignment_reachable()
30559 bool is_packed) in arm_builtin_support_vector_misalignment() argument
30565 if (is_packed) in arm_builtin_support_vector_misalignment()
30581 is_packed); in arm_builtin_support_vector_misalignment()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc4953 rs6000_vector_alignment_reachable (const_tree type ATTRIBUTE_UNUSED, bool is_packed) in rs6000_vector_alignment_reachable() argument
4955 if (is_packed) in rs6000_vector_alignment_reachable()
4984 bool is_packed) in rs6000_builtin_support_vector_misalignment() argument
4999 if (rs6000_vector_alignment_reachable (type, is_packed)) in rs6000_builtin_support_vector_misalignment()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc16465 bool is_packed ATTRIBUTE_UNUSED) in s390_support_vector_misalignment()
16471 is_packed); in s390_support_vector_misalignment()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi6085 …ook} bool TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE (const_tree @var{type}, bool @var{is_packed})
6087 for the given scalar type @var{type}. @var{is_packed} is false if the scalar
6126 …MENT (machine_mode @var{mode}, const_tree @var{type}, int @var{misalignment}, bool @var{is_packed})
6130 the elements in the vectors should be of type @var{type}. @var{is_packed}
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git27457 Replace with a new equivalent "is_packed" method on struct field.