Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1858 Align TypeAlignment = M.getDataLayout().getABIIntegerTypeAlignment(BitWidth); in tryVirtualConstProp() local
1894 if (TypeAlignment > TableAlignment) in tryVirtualConstProp()
1955 assert(OffsetByte % TypeAlignment.value() == 0); in tryVirtualConstProp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2852 uint64_t TypeAlignment = in tryToPairLdStInst() local
2855 if (MemAlignment < 2 * TypeAlignment) { in tryToPairLdStInst()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td621 T = new (ctx, TypeAlignment)
H A DType.h76 TypeAlignment = 1 << TypeAlignmentInBits enumerator
1715 class alignas(TypeAlignment) ExtQuals : public ExtQualsTypeCommonBase,
1832 class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
2319 static_assert(alignof(decltype(*this)) % TypeAlignment == 0,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3714 CATy = (CountAttributedType *)Allocate(Size, TypeAlignment); in getCountAttributedType()
6556 TypeAlignment); in getPackIndexingType()
6567 TypeAlignment); in getPackIndexingType()