Searched refs:AlignmentSource (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 126 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 D | CGExpr.cpp | 2544 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 D | CGOpenMPRuntimeGPU.cpp | 1445 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 D | CodeGenFunction.h | 2431 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 D | CGObjCRuntime.cpp | 114 LValueBaseInfo(AlignmentSource::Decl), in EmitValueForIvarAtOffset()
|
| H A D | CGObjC.cpp | 171 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral() 182 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral() 189 ElementType, AlignmentSource::Decl); in EmitObjCCollectionLiteral()
|
| H A D | CGStmtOpenMP.cpp | 552 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 D | CGOpenMPRuntime.cpp | 1065 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 D | CodeGenModule.cpp | 6374 *BaseInfo = LValueBaseInfo(AlignmentSource::AttributedType); in getNaturalTypeAlignment() 6393 *BaseInfo = LValueBaseInfo(AlignmentSource::Type); in getNaturalTypeAlignment() 6398 *BaseInfo = LValueBaseInfo(AlignmentSource::Type); in getNaturalTypeAlignment()
|
| H A D | CGExprCXX.cpp | 1597 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()
|
| H A D | CGBlocks.cpp | 1031 MakeAddrLValue(blockField, type, AlignmentSource::Decl), in EmitBlockLiteral()
|