Home
last modified time | relevance | path

Searched refs:AlignType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp111 retval.AlignType = align_type; in get()
120 return (AlignType == rhs.AlignType in operator ==()
330 AlignTypeEnum AlignType; in parseSpecifier() local
522 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() local
707 AlignType = INTEGER_ALIGN; in getAlignment()
717 AlignType = FLOAT_ALIGN; in getAlignment()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h73 unsigned AlignType : 8; member
138 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument
139 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
144 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_alloc.cpp66 #define AlignType double macro
71 #define AlignType _Quad macro
148 AlignType b_align;