Home
last modified time | relevance | path

Searched refs:allocType (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp1551 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
1573 CharUnits allocAlign = getContext().getPreferredTypeAlignInChars(allocType); in EmitCXXNewExpr()
1644 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
1655 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr()
1668 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
1709 E, allocType); in EmitCXXNewExpr()
1712 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr()
1733 result.getPointer(), allocType, result.getAlignment(), in EmitCXXNewExpr()
1736 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1318 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
1352 getContext().getTypeAlignInChars(allocType)); in EmitCXXNewExpr()
1384 getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr()
1398 (!allocType.isPODType(getContext()) || E->hasInitializer()); in EmitCXXNewExpr()
1437 E, allocType); in EmitCXXNewExpr()
1440 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr()
1451 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h6247 VmaSuballocationType allocType,
6328 VmaSuballocationType allocType,
6379 VmaSuballocationType allocType,
6506 VmaSuballocationType allocType,
6581 VmaSuballocationType allocType,
6591 VmaSuballocationType allocType,
6636 VmaSuballocationType allocType,
9042 VmaSuballocationType allocType, in CreateAllocationRequest() argument
9049 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CreateAllocationRequest()
9083 allocType, in CreateAllocationRequest()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6228 VmaSuballocationType allocType,
6309 VmaSuballocationType allocType,
6360 VmaSuballocationType allocType,
6487 VmaSuballocationType allocType,
6562 VmaSuballocationType allocType,
6572 VmaSuballocationType allocType,
6617 VmaSuballocationType allocType,
9023 VmaSuballocationType allocType, in CreateAllocationRequest() argument
9030 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CreateAllocationRequest()
9064 allocType, in CreateAllocationRequest()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5233 VmaSuballocationType allocType,
5318 VmaSuballocationType allocType,
5372 VmaSuballocationType allocType,
5499 VmaSuballocationType allocType,
5609 VmaSuballocationType allocType,
7846 VmaSuballocationType allocType, in CreateAllocationRequest() argument
7853 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CreateAllocationRequest()
7885 allocType, in CreateAllocationRequest()
7910 allocType, in CreateAllocationRequest()
7934 allocType, in CreateAllocationRequest()
[all …]
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp274 MemRefType allocType = operation.getType(); in matchAndRewrite() local
275 if (!isAllocationSupported(allocType)) in matchAndRewrite()
279 Type spirvType = typeConverter.convertType(allocType); in matchAndRewrite()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4008 VmaSuballocationType allocType,
4049 VmaSuballocationType allocType,
5560 VmaSuballocationType allocType, in CreateAllocationRequest() argument
5565 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CreateAllocationRequest()
5596 allocType, in CreateAllocationRequest()
5620 allocType, in CreateAllocationRequest()
5656 allocType, in CreateAllocationRequest()
5864 VmaSuballocationType allocType, in CheckAllocation() argument
5873 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CheckAllocation()
5932 if(VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CheckAllocation()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1694 QualType allocType) { in doesUsualArrayDeleteWantSize() argument
1696 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize()
1721 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1329 QualType allocType) { in doesUsualArrayDeleteWantSize() argument
1331 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize()