Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp106 retval.AlignType = align_type; in get()
115 return (AlignType == rhs.AlignType in operator ==()
189 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign, in reset()
327 AlignTypeEnum AlignType; in parseSpecifier() local
330 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()
331 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()
332 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()
333 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()
339 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()
349 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h73 unsigned AlignType : 8; member
148 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument
149 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
154 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp45846 template<typename AlignType, typename Pointee,
45847 typename = EnableIf<!IsVoid<AlignType>::value>>
45858 template<typename AlignType, typename Pointee>
45859 struct AlignedChecker<AlignType, Pointee>