Home
last modified time | relevance | path

Searched refs:DoesNotOverlap (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h553 enum Overlap_t { DoesNotOverlap, MayOverlap }; enumerator
561 DoesNotNeedGCBarriers, IsNotAliased, DoesNotOverlap); in ignored()
H A DCGExprAgg.cpp831 AggValueSlot::DoesNotOverlap, in VisitCastExpr()
1881 AggValueSlot::DoesNotOverlap); in VisitArrayInitLoopExpr()
2048 AggValueSlot::IsNotAliased, AggValueSlot::DoesNotOverlap)); in EmitAggExprToLValue()
2055 return AggValueSlot::DoesNotOverlap; in getOverlapForFieldInit()
2065 return AggValueSlot::DoesNotOverlap; in getOverlapForFieldInit()
2086 return AggValueSlot::DoesNotOverlap; in getOverlapForBaseInit()
H A DCGExprCXX.cpp296 AggValueSlot::DoesNotOverlap, CE->getExprLoc(), in EmitCXXMemberOrOperatorMemberCallExpr()
1050 AggValueSlot::DoesNotOverlap, in EmitNewArrayInitializer()
1114 AggValueSlot::DoesNotOverlap); in EmitNewArrayInitializer()
1271 AggValueSlot::DoesNotOverlap); in EmitNewArrayInitializer()
1303 AggValueSlot::DoesNotOverlap); in EmitNewInitializer()
H A DCGDeclCXX.cpp63 AggValueSlot::DoesNotOverlap)); in EmitDeclInit()
H A DCGAtomic.cpp1677 AggValueSlot::DoesNotOverlap, IsVolatile); in emitCopyIntoMemory()
2170 AggValueSlot::DoesNotOverlap, in EmitAtomicInit()
H A DCGOpenMPRuntimeGPU.cpp1673 Private->getType(), AggValueSlot::DoesNotOverlap);
2294 Private->getType(), AggValueSlot::DoesNotOverlap); in emitListToGlobalCopyFunction()
2504 AggValueSlot::DoesNotOverlap); in emitGlobalToListCopyFunction()
H A DCGCall.cpp3814 AggValueSlot::DoesNotOverlap); in createPlaceholderSlot()
4381 CGF.EmitAggregateCopy(Copy, LV, Ty, AggValueSlot::DoesNotOverlap, in getRValue()
4397 CGF.EmitAggregateCopy(Dst, SrcLV, Ty, AggValueSlot::DoesNotOverlap, in copyInto()
H A DCGObjC.cpp1734 AggValueSlot::DoesNotOverlap)); in GenerateObjCCtorDtorMethod()
3926 AggValueSlot::IsNotAliased, AggValueSlot::DoesNotOverlap)); in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCodeGenFunction.h2621 AggValueSlot::DoesNotOverlap);
2684 return AggValueSlot::DoesNotOverlap;
H A DItaniumCXXABI.cpp4597 CGF.EmitAggregateCopy(Dest, Src, CatchType, AggValueSlot::DoesNotOverlap); in InitCatchParam()
4625 AggValueSlot::DoesNotOverlap)); in InitCatchParam()
H A DCGBlocks.cpp982 AggValueSlot::DoesNotOverlap); in EmitBlockLiteral()
H A DCGDecl.cpp1965 Overlap = AggValueSlot::DoesNotOverlap; in EmitExprAsInit()
H A DCGClass.cpp2086 AggValueSlot::DoesNotOverlap, AggValueSlot::IsNotZeroed, in EmitCXXAggrConstructorCall()
H A DCGExpr.cpp485 AggValueSlot::DoesNotOverlap)); in EmitMaterializeTemporaryExpr()
H A DCGOpenMPRuntime.cpp4140 CGF.EmitAggregateCopy(Dest, Src, SharedsTy, AggValueSlot::DoesNotOverlap); in emitTaskInit()