Home
last modified time | relevance | path

Searched refs:AlignmentSource (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h130 enum class AlignmentSource { enum
148 static inline AlignmentSource getFieldAlignmentSource(AlignmentSource Source) { in getFieldAlignmentSource()
151 return AlignmentSource::Decl; in getFieldAlignmentSource()
155 AlignmentSource AlignSource;
158 explicit LValueBaseInfo(AlignmentSource Source = AlignmentSource::Type)
160 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource()
161 void setAlignmentSource(AlignmentSource Source) { AlignSource = Source; } in setAlignmentSource()
488 LValueBaseInfo(AlignmentSource::Decl), TBAAAccessInfo()); in MakeGlobalReg()
H A DCGExpr.cpp2860 CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl); in EmitGlobalVarDeclLValue()
2883 AlignmentSource::Decl); in EmitFunctionDeclLValue()
3122 MakeAddrLValue(addr, T, AlignmentSource::Decl); in EmitDeclRefLValue()
3173 AlignmentSource::Decl); in EmitDeclRefLValue()
3187 return MakeAddrLValue(ATPO, T, AlignmentSource::Decl); in EmitDeclRefLValue()
4561 AlignmentSource::Decl); in EmitExtVectorElementExpr()
5113 AlignmentSource alignSource = in EmitConditionalOperatorLValue()
5596 AlignmentSource::Decl); in EmitCallExprLValue()
5630 AlignmentSource::Decl); in EmitCXXUuidofLValue()
5647 AlignmentSource::Decl); in EmitObjCMessageExprLValue()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1119 AlignmentSource::Decl); in emitGenericVarsProlog()
1425 LValueBaseInfo(AlignmentSource::Type), in castValueToType()
1428 LValueBaseInfo(AlignmentSource::Type), in castValueToType()
1523 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
1527 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
1539 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
1543 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
1848 LValueBaseInfo(AlignmentSource::Type), TBAAAccessInfo()); in emitInterWarpCopyFunction()
1851 LValueBaseInfo(AlignmentSource::Type), in emitInterWarpCopyFunction()
2230 LValueBaseInfo(AlignmentSource::Type), TBAAAccessInfo()); in emitListToGlobalCopyFunction()
[all …]
H A DCodeGenFunction.h2560 AlignmentSource Source = AlignmentSource::Type) {
2571 AlignmentSource Source = AlignmentSource::Type) {
2579 AlignmentSource Source = AlignmentSource::Type) {
2592 AlignmentSource Source =
2593 AlignmentSource::Type) {
3941 AlignmentSource Source = AlignmentSource::Type,
3963 AlignmentSource Source = AlignmentSource::Type,
H A DCGObjCRuntime.cpp113 LValueBaseInfo(AlignmentSource::Decl), in EmitValueForIvarAtOffset()
H A DCGObjC.cpp174 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral()
185 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral()
192 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral()
H A DCGStmtOpenMP.cpp560 AlignmentSource::Decl); in emitOutlinedFunctionPrologue()
566 FD->getType(), AlignmentSource::Decl); in emitOutlinedFunctionPrologue()
668 AlignmentSource::Decl); in GenerateOpenMPCapturedStmtFunction()
679 Arg->getType(), AlignmentSource::Decl); in GenerateOpenMPCapturedStmtFunction()
918 AlignmentSource::Decl), in EmitOMPFirstprivateClause()
923 AlignmentSource::Decl)); in EmitOMPFirstprivateClause()
H A DCGOpenMPRuntime.cpp1020 AlignmentSource::Decl); in getThreadIDVariableLValue()
3306 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
8746 AlignmentSource::Decl)); in generateDefaultMapInfo()
11629 BaseLVal = CGF.MakeAddrLValue(Addr, NewType, AlignmentSource::Decl); in emitLastprivateConditionalInit()
11830 CGF.MakeAddrLValue(StructAddr, StructTy, AlignmentSource::Decl); in checkAndEmitLastprivateConditional()
11884 AlignmentSource::Decl); in checkAndEmitSharedLastprivateConditional()
11887 AlignmentSource::Decl); in checkAndEmitSharedLastprivateConditional()
H A DCGExprCXX.cpp1621 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()
H A DMicrosoftCXXABI.cpp2517 AlignmentSource::Decl) in EmitThreadLocalVarDeclLValue()
2518 : CGF.MakeAddrLValue(Addr, LValType, AlignmentSource::Decl); in EmitThreadLocalVarDeclLValue()
H A DCodeGenModule.cpp7511 *BaseInfo = LValueBaseInfo(AlignmentSource::AttributedType); in getNaturalTypeAlignment()
7530 *BaseInfo = LValueBaseInfo(AlignmentSource::Type); in getNaturalTypeAlignment()
7535 *BaseInfo = LValueBaseInfo(AlignmentSource::Type); in getNaturalTypeAlignment()
H A DCGBlocks.cpp1009 MakeAddrLValue(blockField, type, AlignmentSource::Decl), in EmitBlockLiteral()
H A DCGDecl.cpp1616 AlignmentSource::Decl); in EmitAutoVarAlloca()