Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp641 CharUnits align = cgm.getNaturalTypeAlignment(ty, &baseInfo); in makeNaturalAlignPointeeAddrLValue()
648 CharUnits alignment = cgm.getNaturalTypeAlignment(ty, &baseInfo); in makeNaturalAlignAddrLValue()
H A DCIRGenModule.h198 clang::CharUnits getNaturalTypeAlignment(clang::QualType t,
H A DCIRGenFunction.h527 alignment = cgm.getNaturalTypeAlignment(t, baseInfo);
H A DCIRGenModule.cpp136 CharUnits CIRGenModule::getNaturalTypeAlignment(QualType t, in getNaturalTypeAlignment() function in CIRGenModule
H A DCIRGenExpr.cpp1653 CharUnits align = cgm.getNaturalTypeAlignment(pointeeType, pointeeBaseInfo); in emitLoadOfReference()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1697 CharUnits getNaturalTypeAlignment(QualType T,
H A DCGCall.cpp2798 getNaturalTypeAlignment(ThisTy, /*BaseInfo=*/nullptr, in ConstructAttributeList()
3213 CGM.getNaturalTypeAlignment(ETy).getAsAlign(); in EmitFunctionProlog()
3238 CGM.getNaturalTypeAlignment(ETy).getAsAlign(); in EmitFunctionProlog()
4005 CGM.getNaturalTypeAlignment(RetTy, &BaseInfo, &TBAAInfo); in EmitFunctionEpilog()
H A DCodeGenFunction.cpp207 CGF.CGM.getNaturalTypeAlignment(T, &BaseInfo, &TBAAInfo, ForPointeeType); in makeNaturalAlignAddrLValue()
1250 CGM.getNaturalTypeAlignment(RetTy), KnownNonNull); in StartFunction()
H A DCGExpr.cpp832 AlignVal = CGM.getNaturalTypeAlignment(Ty, nullptr, nullptr, in EmitTypeCheck()
2931 CharUnits Align = CGM.getNaturalTypeAlignment( in EmitLoadOfReference()
3169 CGM.getNaturalTypeAlignment(E->getType(), in EmitDeclRefLValue()
4715 CGF.CGM.getNaturalTypeAlignment(ElTy, &TypeBaseInfo, &TypeTBAAInfo); in emitOMPArraySectionBase()
H A DCGExprCXX.cpp1849 CharUnits Align = CGM.getNaturalTypeAlignment(TagType); in EmitDeleteCall()
H A DCodeGenModule.cpp3907 CharUnits Alignment = getNaturalTypeAlignment(TPO->getType()); in GetAddrOfTemplateParamObject()
7973 return getNaturalTypeAlignment(T->getPointeeType(), BaseInfo, TBAAInfo, in getNaturalPointeeTypeAlignment()
7977 CharUnits CodeGenModule::getNaturalTypeAlignment(QualType T, in getNaturalTypeAlignment() function in CodeGenModule
H A DCGClass.cpp160 CGM.getNaturalTypeAlignment(memberType, BaseInfo, TBAAInfo); in EmitCXXMemberDataPointerAddress()
H A DCGDecl.cpp2951 getNaturalTypeAlignment(VD->getType().getNonReferenceType()); in getOMPAllocateAlignment()
H A DCodeGenFunction.h2698 CGM.getNaturalTypeAlignment(T, BaseInfo, TBAAInfo, ForPointeeType);
H A DCGOpenMPRuntime.cpp3439 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy)); in emitTaskDupFunction()
3924 CGF.Int8Ty, CGM.getNaturalTypeAlignment(SharedsTy)); in emitTaskInit()
H A DCGStmtOpenMP.cpp1236 CGM.getNaturalTypeAlignment(RefTy->getPointeeType())); in EmitOMPLastprivateClauseFinal()