Searched refs:AlignType (Results 1 – 3 of 3) sorted by relevance
111 retval.AlignType = align_type; in get()120 return (AlignType == rhs.AlignType in operator ==()330 AlignTypeEnum AlignType; in parseSpecifier() local522 if (I != Alignments.end() && I->AlignType == (unsigned)AlignType && in getAlignmentInfo()526 if (AlignType == INTEGER_ALIGN) { in getAlignmentInfo()530 if (I->AlignType == INTEGER_ALIGN) in getAlignmentInfo()533 } else if (AlignType == VECTOR_ALIGN) { in getAlignmentInfo()678 AlignTypeEnum AlignType; in getAlignment() local707 AlignType = INTEGER_ALIGN; in getAlignment()717 AlignType = FLOAT_ALIGN; in getAlignment()[all …]
73 unsigned AlignType : 8; member138 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument139 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()144 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
66 #define AlignType double macro71 #define AlignType _Quad macro148 AlignType b_align;