Home
last modified time | relevance | path

Searched refs:getNaturalTypeAlignment (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1609 CharUnits getNaturalTypeAlignment(QualType T,
H A DCGCall.cpp2664 getNaturalTypeAlignment(ThisTy, /*BaseInfo=*/nullptr, in ConstructAttributeList()
3073 CGM.getNaturalTypeAlignment(ETy).getAsAlign(); in EmitFunctionProlog()
3097 CGM.getNaturalTypeAlignment(ETy).getAsAlign(); in EmitFunctionProlog()
3840 CGM.getNaturalTypeAlignment(RetTy, &BaseInfo, &TBAAInfo); in EmitFunctionEpilog()
H A DCodeGenFunction.cpp205 CGF.CGM.getNaturalTypeAlignment(T, &BaseInfo, &TBAAInfo, ForPointeeType); in makeNaturalAlignAddrLValue()
1209 CGM.getNaturalTypeAlignment(RetTy), KnownNonNull); in StartFunction()
H A DCGExprCXX.cpp1824 CharUnits Align = CGM.getNaturalTypeAlignment(DDTag); in EmitDeleteCall()
H A DCGExpr.cpp774 AlignVal = CGM.getNaturalTypeAlignment(Ty, nullptr, nullptr, in EmitTypeCheck()
3018 CGM.getNaturalTypeAlignment(E->getType(), in EmitDeclRefLValue()
4405 CGF.CGM.getNaturalTypeAlignment(ElTy, &TypeBaseInfo, &TypeTBAAInfo); in emitOMPArraySectionBase()
H A DCodeGenModule.cpp3651 CharUnits Alignment = getNaturalTypeAlignment(TPO->getType()); in GetAddrOfTemplateParamObject()
7640 return getNaturalTypeAlignment(T->getPointeeType(), BaseInfo, TBAAInfo, in getNaturalPointeeTypeAlignment()
7644 CharUnits CodeGenModule::getNaturalTypeAlignment(QualType T, in getNaturalTypeAlignment() function in CodeGenModule
H A DCGDecl.cpp2853 getNaturalTypeAlignment(VD->getType().getNonReferenceType()); in getOMPAllocateAlignment()
H A DCGClass.cpp164 CGM.getNaturalTypeAlignment(memberType, BaseInfo, TBAAInfo); in EmitCXXMemberDataPointerAddress()
H A DCodeGenFunction.h2691 CGM.getNaturalTypeAlignment(T, BaseInfo, TBAAInfo, ForPointeeType);
H A DCGOpenMPRuntime.cpp3463 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy)); in emitTaskDupFunction()
3950 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy)); in emitTaskInit()
H A DCGStmtOpenMP.cpp1198 CGM.getNaturalTypeAlignment(RefTy->getPointeeType())); in EmitOMPLastprivateClauseFinal()