Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h527 enum Overlap_t { DoesNotOverlap, MayOverlap }; enumerator
535 DoesNotNeedGCBarriers, IsNotAliased, DoesNotOverlap); in ignored()
H A DCGExprAgg.cpp806 AggValueSlot::DoesNotOverlap, in VisitCastExpr()
1835 AggValueSlot::DoesNotOverlap); in VisitArrayInitLoopExpr()
2002 AggValueSlot::IsNotAliased, AggValueSlot::DoesNotOverlap)); in EmitAggExprToLValue()
2009 return AggValueSlot::DoesNotOverlap; in getOverlapForFieldInit()
2019 return AggValueSlot::DoesNotOverlap; in getOverlapForFieldInit()
2040 return AggValueSlot::DoesNotOverlap; in getOverlapForBaseInit()
H A DCGExprCXX.cpp293 AggValueSlot::DoesNotOverlap, CE->getExprLoc(), in EmitCXXMemberOrOperatorMemberCallExpr()
1043 AggValueSlot::DoesNotOverlap, in EmitNewArrayInitializer()
1112 AggValueSlot::DoesNotOverlap); in EmitNewArrayInitializer()
1269 AggValueSlot::DoesNotOverlap); in EmitNewArrayInitializer()
1301 AggValueSlot::DoesNotOverlap); in EmitNewInitializer()
H A DCGDeclCXX.cpp62 AggValueSlot::DoesNotOverlap)); in EmitDeclInit()
H A DCGAtomic.cpp1623 AggValueSlot::DoesNotOverlap, IsVolatile); in emitCopyIntoMemory()
2121 AggValueSlot::DoesNotOverlap, in EmitAtomicInit()
H A DCGOpenMPRuntimeGPU.cpp2574 Private->getType(), AggValueSlot::DoesNotOverlap);
3181 Private->getType(), AggValueSlot::DoesNotOverlap); in emitListToGlobalCopyFunction()
3387 AggValueSlot::DoesNotOverlap); in emitGlobalToListCopyFunction()
H A DCGCall.cpp3672 AggValueSlot::DoesNotOverlap); in createPlaceholderSlot()
4241 CGF.EmitAggregateCopy(Copy, LV, Ty, AggValueSlot::DoesNotOverlap, in getRValue()
4257 CGF.EmitAggregateCopy(Dst, SrcLV, Ty, AggValueSlot::DoesNotOverlap, in copyInto()
H A DCGObjC.cpp1675 AggValueSlot::DoesNotOverlap)); in GenerateObjCCtorDtorMethod()
3840 AggValueSlot::DoesNotOverlap)); in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCodeGenFunction.h2564 AggValueSlot::DoesNotOverlap);
2627 return AggValueSlot::DoesNotOverlap;
H A DItaniumCXXABI.cpp4564 CGF.EmitAggregateCopy(Dest, Src, CatchType, AggValueSlot::DoesNotOverlap); in InitCatchParam()
4592 AggValueSlot::DoesNotOverlap)); in InitCatchParam()
H A DCGClass.cpp2019 AggValueSlot::DoesNotOverlap, AggValueSlot::IsNotZeroed, in EmitCXXAggrConstructorCall()
H A DCGDecl.cpp1946 Overlap = AggValueSlot::DoesNotOverlap; in EmitExprAsInit()
H A DCGBlocks.cpp979 AggValueSlot::DoesNotOverlap); in EmitBlockLiteral()
H A DCGExpr.cpp486 AggValueSlot::DoesNotOverlap)); in EmitMaterializeTemporaryExpr()
H A DCGOpenMPRuntime.cpp4525 CGF.EmitAggregateCopy(Dest, Src, SharedsTy, AggValueSlot::DoesNotOverlap); in emitTaskInit()