Searched refs:AlignType (Results 1 – 3 of 3) sorted by relevance
108 retval.AlignType = align_type; in get()117 return (AlignType == rhs.AlignType in operator ==()194 if (Error Err = setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, in reset()371 AlignTypeEnum AlignType; in parseSpecifier() local374 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()375 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()376 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()377 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()386 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()399 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()[all …]
74 unsigned AlignType : 8; member151 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument152 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()157 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
670 private template bytesHashAlignedBy(AlignType) in bytesHashAlignedBy() argument672 alias bytesHashAlignedBy = bytesHash!(AlignType.alignof >= uint.alignof); in bytesHashAlignedBy()