Searched refs:DoesNotOverlap (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGValue.h | 553 enum Overlap_t { DoesNotOverlap, MayOverlap }; enumerator 561 DoesNotNeedGCBarriers, IsNotAliased, DoesNotOverlap); in ignored()
|
| H A D | CGExprAgg.cpp | 831 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 D | CGExprCXX.cpp | 296 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 D | CGDeclCXX.cpp | 63 AggValueSlot::DoesNotOverlap)); in EmitDeclInit()
|
| H A D | CGAtomic.cpp | 1677 AggValueSlot::DoesNotOverlap, IsVolatile); in emitCopyIntoMemory() 2170 AggValueSlot::DoesNotOverlap, in EmitAtomicInit()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1673 Private->getType(), AggValueSlot::DoesNotOverlap); 2294 Private->getType(), AggValueSlot::DoesNotOverlap); in emitListToGlobalCopyFunction() 2504 AggValueSlot::DoesNotOverlap); in emitGlobalToListCopyFunction()
|
| H A D | CGCall.cpp | 3814 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 D | CGObjC.cpp | 1734 AggValueSlot::DoesNotOverlap)); in GenerateObjCCtorDtorMethod() 3926 AggValueSlot::IsNotAliased, AggValueSlot::DoesNotOverlap)); in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CodeGenFunction.h | 2621 AggValueSlot::DoesNotOverlap); 2684 return AggValueSlot::DoesNotOverlap;
|
| H A D | ItaniumCXXABI.cpp | 4597 CGF.EmitAggregateCopy(Dest, Src, CatchType, AggValueSlot::DoesNotOverlap); in InitCatchParam() 4625 AggValueSlot::DoesNotOverlap)); in InitCatchParam()
|
| H A D | CGBlocks.cpp | 982 AggValueSlot::DoesNotOverlap); in EmitBlockLiteral()
|
| H A D | CGDecl.cpp | 1965 Overlap = AggValueSlot::DoesNotOverlap; in EmitExprAsInit()
|
| H A D | CGClass.cpp | 2086 AggValueSlot::DoesNotOverlap, AggValueSlot::IsNotZeroed, in EmitCXXAggrConstructorCall()
|
| H A D | CGExpr.cpp | 485 AggValueSlot::DoesNotOverlap)); in EmitMaterializeTemporaryExpr()
|
| H A D | CGOpenMPRuntime.cpp | 4140 CGF.EmitAggregateCopy(Dest, Src, SharedsTy, AggValueSlot::DoesNotOverlap); in emitTaskInit()
|