Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp109 retval.AlignType = align_type; in get()
118 return (AlignType == rhs.AlignType in operator ==()
373 AlignTypeEnum AlignType; in parseSpecifier() local
376 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()
377 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()
378 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()
379 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()
388 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()
401 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()
556 DataLayout::findAlignmentLowerBound(AlignTypeEnum AlignType, in findAlignmentLowerBound() argument
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h75 unsigned AlignType : 8; member
153 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument
154 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
159 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_alloc.cpp65 #define AlignType double macro
70 #define AlignType _Quad macro
147 AlignType b_align;