| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Hexagon.cpp | 124 unsigned Align = getContext().getTypeAlign(Ty); in classifyArgumentType() 197 uint64_t Align = CGF.getContext().getTypeAlign(Ty) / 8; in EmitVAArgFromMemory() 246 uint64_t TyAlign = CGF.getContext().getTypeAlign(Ty) / 8; in EmitVAArgForHexagon()
|
| H A D | Lanai.cpp | 81 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult()
|
| H A D | LoongArch.cpp | 354 uint64_t NeededAlign = getContext().getTypeAlign(Ty); in classifyArgumentType() 402 if (getContext().getTypeAlign(Ty) == 2 * GRLen) { in classifyArgumentType()
|
| H A D | ARC.cpp | 80 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectByValue()
|
| H A D | RISCV.cpp | 654 uint64_t NeededAlign = getContext().getTypeAlign(Ty); in classifyArgumentType() 717 unsigned Alignment = getContext().getTypeAlign(Ty); in classifyArgumentType()
|
| H A D | Sparc.cpp | 236 unsigned Alignment = Context.getTypeAlign(Ty); in classifyType()
|
| H A D | NVPTX.cpp | 155 const uint64_t Alignment = getContext().getTypeAlign(Ty); in coerceToIntArrayWithLimit()
|
| H A D | Mips.cpp | 215 uint64_t Align = getContext().getTypeAlign(Ty) / 8; in classifyArgumentType()
|
| H A D | AArch64.cpp | 485 std::max(getContext().getTypeAlign(Ty), in classifyArgumentType() 603 unsigned Alignment = getContext().getTypeAlign(RetTy); in classifyReturnType()
|
| H A D | X86.cpp | 609 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult() 2011 if (OffsetBase % getContext().getTypeAlign(AT->getElementType())) in classify() 2134 Offset % getContext().getTypeAlign(i->getType().getCanonicalType()); in classify() 2241 unsigned Align = std::max(getContext().getTypeAlign(Ty) / 8, 8U); in getIndirectResult()
|
| H A D | ARM.cpp | 442 CharUnits::fromQuantity(getContext().getTypeAlign(Ty) / 8), in classifyArgumentType()
|
| H A D | PPC.cpp | 784 if (isAggregateTypeForABI(Ty) && getContext().getTypeAlign(Ty) >= 128) { in getParamTypeAlignment()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 482 unsigned getTypeAlign(IntType T) const; 770 unsigned getWCharAlign() const { return getTypeAlign(WCharType); } in getWCharAlign() 775 unsigned getChar16Align() const { return getTypeAlign(Char16Type); } in getChar16Align() 780 unsigned getChar32Align() const { return getTypeAlign(Char32Type); } in getChar32Align()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumCXXABI.cpp | 230 MPI.Align = Target.getTypeAlign(PtrDiff); in getMemberPointerInfo()
|
| H A D | ASTContext.cpp | 2035 return NeedsPreferredAlignment ? getPreferredTypeAlign(T) : getTypeAlign(T); in getTypeAlignIfKnown() 2627 UnadjustedAlign = getTypeAlign(T->getUnqualifiedDesugaredType()); in getTypeUnadjustedAlign() 2662 return toCharUnitsFromBits(getTypeAlign(T)); in getTypeAlignInChars() 2665 return toCharUnitsFromBits(getTypeAlign(T)); in getTypeAlignInChars()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 375 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign() function in TargetInfo
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2597 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign() function 2598 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } in getTypeAlign() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 1178 S.Context.getTypeAlign(FD->getType()) <= 8); in handlePackedAttr() 4406 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType); in handleTransparentUnionAttr() 4417 S.Context.getTypeAlign(FieldType) > FirstAlign) { in handleTransparentUnionAttr() 4421 : S.Context.getTypeAlign(FieldType); in handleTransparentUnionAttr()
|
| H A D | SemaHLSL.cpp | 1575 unsigned Align = getASTContext().getTypeAlign(EltTy); in handlePackOffsetAttr()
|
| H A D | SemaExprCXX.cpp | 2416 AllocType->isDependentType() ? 0 : Context.getTypeAlign(AllocType); in BuildCXXNew()
|
| H A D | SemaDecl.cpp | 2748 OldAlign = S.Context.getTypeAlign(Ty); in mergeAlignedAttrs() 2750 NewAlign = S.Context.getTypeAlign(Ty); in mergeAlignedAttrs()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 2112 astContext.getTypeAlign(astContext.UnsignedLongTy)); in GenerateDirectMethodPrologue()
|
| H A D | CGDebugInfo.cpp | 1463 uint32_t FieldAlign = CGM.getContext().getTypeAlign(Ty); in collectDefaultElementTypesForBlockPointer()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 6787 unsigned Align = Context->getTypeAlign(IVQT)/8; in Write__ivar_list_t_initializer()
|