| /src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Hexagon.cpp | 122 unsigned Align = getContext().getTypeAlign(Ty); in classifyArgumentType() 191 uint64_t Align = CGF.getContext().getTypeAlign(Ty) / 8; in EmitVAArgFromMemory() 240 uint64_t TyAlign = CGF.getContext().getTypeAlign(Ty) / 8; in EmitVAArgForHexagon()
|
| H A D | Lanai.cpp | 80 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult()
|
| H A D | LoongArch.cpp | 354 uint64_t NeededAlign = getContext().getTypeAlign(Ty); in classifyArgumentType() 400 if (getContext().getTypeAlign(Ty) == 2 * GRLen) { in classifyArgumentType()
|
| H A D | ARC.cpp | 79 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectByValue()
|
| H A D | RISCV.cpp | 407 uint64_t NeededAlign = getContext().getTypeAlign(Ty); in classifyArgumentType() 462 unsigned Alignment = getContext().getTypeAlign(Ty); in classifyArgumentType()
|
| H A D | NVPTX.cpp | 144 const uint64_t Alignment = getContext().getTypeAlign(Ty); in coerceToIntArrayWithLimit()
|
| H A D | Mips.cpp | 198 uint64_t Align = getContext().getTypeAlign(Ty) / 8; in classifyArgumentType()
|
| H A D | AArch64.cpp | 369 std::max(getContext().getTypeAlign(Ty), in classifyArgumentType() 445 unsigned Alignment = getContext().getTypeAlign(RetTy); in classifyReturnType()
|
| H A D | X86.cpp | 619 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult() 2004 if (OffsetBase % getContext().getTypeAlign(AT->getElementType())) in classify() 2120 Offset % getContext().getTypeAlign(i->getType().getCanonicalType()); in classify() 2226 unsigned Align = std::max(getContext().getTypeAlign(Ty) / 8, 8U); in getIndirectResult()
|
| H A D | ARM.cpp | 399 CharUnits::fromQuantity(getContext().getTypeAlign(Ty) / 8), false); in classifyArgumentType()
|
| H A D | PPC.cpp | 780 if (isAggregateTypeForABI(Ty) && getContext().getTypeAlign(Ty) >= 128) { in getParamTypeAlignment()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckPlacementNew.cpp | 169 unsigned StorageTAlign = C.getASTContext().getTypeAlign(VD->getType()); in getStorageAlign() 279 unsigned AllocatedTAlign = C.getASTContext().getTypeAlign(AllocatedT) / in checkPlaceIsAlignedProperly()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 465 unsigned getTypeAlign(IntType T) const; 749 unsigned getWCharAlign() const { return getTypeAlign(WCharType); } in getWCharAlign() 754 unsigned getChar16Align() const { return getTypeAlign(Char16Type); } in getChar16Align() 759 unsigned getChar32Align() const { return getTypeAlign(Char32Type); } in getChar32Align()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumCXXABI.cpp | 231 MPI.Align = Target.getTypeAlign(PtrDiff); in getMemberPointerInfo()
|
| H A D | ASTContext.cpp | 1881 return NeedsPreferredAlignment ? getPreferredTypeAlign(T) : getTypeAlign(T); in getTypeAlignIfKnown() 2444 UnadjustedAlign = getTypeAlign(T->getUnqualifiedDesugaredType()); in getTypeUnadjustedAlign() 2479 return toCharUnitsFromBits(getTypeAlign(T)); in getTypeAlignInChars() 2482 return toCharUnitsFromBits(getTypeAlign(T)); in getTypeAlignInChars()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 86 const uint64_t Alignment = Context.getTypeAlign(Ty); in coerceToIntArray()
|
| H A D | CGObjCGNU.cpp | 2098 astContext.getTypeAlign(astContext.UnsignedLongTy))}); in GenerateDirectMethodPrologue()
|
| H A D | CGDebugInfo.cpp | 1284 uint32_t FieldAlign = CGM.getContext().getTypeAlign(Ty); in collectDefaultElementTypesForBlockPointer()
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 352 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign() function in TargetInfo
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2415 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign() function 2416 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } in getTypeAlign() function
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 405 unsigned Align = getASTContext().getTypeAlign(EltTy); in handlePackOffsetAttr()
|
| H A D | SemaDeclAttr.cpp | 1160 S.Context.getTypeAlign(FD->getType()) <= 8); in handlePackedAttr() 3808 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType); in handleTransparentUnionAttr() 3819 S.Context.getTypeAlign(FieldType) > FirstAlign) { in handleTransparentUnionAttr() 3823 : S.Context.getTypeAlign(FieldType); in handleTransparentUnionAttr()
|
| H A D | SemaExprCXX.cpp | 2313 AllocType->isDependentType() ? 0 : Context.getTypeAlign(AllocType); in BuildCXXNew()
|
| H A D | SemaDecl.cpp | 2728 OldAlign = S.Context.getTypeAlign(Ty); in mergeAlignedAttrs() 2730 NewAlign = S.Context.getTypeAlign(Ty); in mergeAlignedAttrs()
|
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 6821 unsigned Align = Context->getTypeAlign(IVQT)/8; in Write__ivar_list_t_initializer()
|