Home
last modified time | relevance | path

Searched refs:TypeAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2365 uint64_t TypeAlignment = Align(MemOp->getSize().getValue()).value(); in tryToPairLdStInst() local
2367 if (MemAlignment < 2 * TypeAlignment) { in tryToPairLdStInst()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td629 T = new (ctx, TypeAlignment)
H A DType.h73 TypeAlignment = 1 << TypeAlignmentInBits enumerator
1712 class alignas(TypeAlignment) ExtQuals : public ExtQualsTypeCommonBase,
1829 class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
2286 static_assert(alignof(decltype(*this)) % TypeAlignment == 0,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3486 CATy = (CountAttributedType *)Allocate(Size, TypeAlignment); in getCountAttributedType()
6134 TypeAlignment); in getPackIndexingType()
6144 TypeAlignment); in getPackIndexingType()