Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h126 enum class AlignmentSource { enum
144 static inline AlignmentSource getFieldAlignmentSource(AlignmentSource Source) { in getFieldAlignmentSource()
147 return AlignmentSource::Decl; in getFieldAlignmentSource()
151 AlignmentSource AlignSource;
154 explicit LValueBaseInfo(AlignmentSource Source = AlignmentSource::Type)
156 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource()
157 void setAlignmentSource(AlignmentSource Source) { AlignSource = Source; } in setAlignmentSource()
449 LValueBaseInfo(AlignmentSource::Decl), TBAAAccessInfo()); in MakeGlobalReg()
H A DCGExpr.cpp2544 CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl); in EmitGlobalVarDeclLValue()
2580 AlignmentSource::Decl); in EmitFunctionDeclLValue()
2815 MakeAddrLValue(addr, T, AlignmentSource::Decl); in EmitDeclRefLValue()
2861 AlignmentSource::Decl); in EmitDeclRefLValue()
2865 AlignmentSource::Decl); in EmitDeclRefLValue()
4109 AlignmentSource::Decl); in EmitExtVectorElementExpr()
4594 AlignmentSource alignSource = in EmitConditionalOperatorLValue()
5009 AlignmentSource::Decl); in EmitCallExprLValue()
5043 AlignmentSource::Decl); in EmitCXXUuidofLValue()
5060 AlignmentSource::Decl); in EmitObjCMessageExprLValue()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1445 AlignmentSource::Decl); in emitGenericVarsProlog()
1693 LValueBaseInfo(AlignmentSource::Type), in castValueToType()
1696 LValueBaseInfo(AlignmentSource::Type), in castValueToType()
1788 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
1792 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
1804 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
1808 LValueBaseInfo(AlignmentSource::Type), in shuffleAndStore()
2199 LValueBaseInfo(AlignmentSource::Type), TBAAAccessInfo()); in emitInterWarpCopyFunction()
2202 LValueBaseInfo(AlignmentSource::Type), in emitInterWarpCopyFunction()
2582 LValueBaseInfo(AlignmentSource::Type), TBAAAccessInfo()); in emitListToGlobalCopyFunction()
[all …]
H A DCodeGenFunction.h2431 AlignmentSource Source = AlignmentSource::Type) {
2442 AlignmentSource Source = AlignmentSource::Type) {
2461 AlignmentSource Source =
2462 AlignmentSource::Type) {
3764 AlignmentSource Source = AlignmentSource::Type,
3786 AlignmentSource Source = AlignmentSource::Type,
H A DCGObjCRuntime.cpp114 LValueBaseInfo(AlignmentSource::Decl), in EmitValueForIvarAtOffset()
H A DCGObjC.cpp171 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral()
182 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral()
189 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral()
H A DCGStmtOpenMP.cpp552 AlignmentSource::Decl); in emitOutlinedFunctionPrologue()
558 FD->getType(), AlignmentSource::Decl); in emitOutlinedFunctionPrologue()
662 AlignmentSource::Decl); in GenerateOpenMPCapturedStmtFunction()
676 AlignmentSource::Decl); in GenerateOpenMPCapturedStmtFunction()
925 AlignmentSource::Decl), in EmitOMPFirstprivateClause()
929 AlignmentSource::Decl)); in EmitOMPFirstprivateClause()
H A DCGOpenMPRuntime.cpp1065 AlignmentSource::Decl); in getThreadIDVariableLValue()
3891 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
9349 AlignmentSource::Decl)); in generateDefaultMapInfo()
12464 BaseLVal = CGF.MakeAddrLValue(Addr, NewType, AlignmentSource::Decl); in emitLastprivateConditionalInit()
12665 CGF.MakeAddrLValue(StructAddr, StructTy, AlignmentSource::Decl); in checkAndEmitLastprivateConditional()
12719 AlignmentSource::Decl); in checkAndEmitSharedLastprivateConditional()
12722 AlignmentSource::Decl); in checkAndEmitSharedLastprivateConditional()
H A DCodeGenModule.cpp6374 *BaseInfo = LValueBaseInfo(AlignmentSource::AttributedType); in getNaturalTypeAlignment()
6393 *BaseInfo = LValueBaseInfo(AlignmentSource::Type); in getNaturalTypeAlignment()
6398 *BaseInfo = LValueBaseInfo(AlignmentSource::Type); in getNaturalTypeAlignment()
H A DCGExprCXX.cpp1597 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()
H A DCGBlocks.cpp1031 MakeAddrLValue(blockField, type, AlignmentSource::Decl), in EmitBlockLiteral()