Home
last modified time | relevance | path

Searched defs:AllocSize (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemoryBuiltinsTest.cpp24 TEST(AllocSize, AllocationBuiltinsTest) { in TEST() argument
/external/skia/src/core/
DSkAutoPixmapStorage.cpp27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/external/skqp/src/core/
DSkAutoPixmapStorage.cpp27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp29 uintptr_t AllocSize = Size; in extractFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DUtility.h75 static OutputStream create(char *StartBuf, size_t *Size, size_t AllocSize) { in create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp101 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
DAMDGPUPromoteAlloca.cpp647 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in hasSufficientLocalMem() local
749 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
DAMDGPUCallLowering.cpp160 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArguments() local
DAMDGPUSubtarget.cpp422 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h164 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
205 unsigned AllocSize = in Destroy() local
/external/llvm/include/llvm/ADT/
DStringMap.h158 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
199 unsigned AllocSize = in Destroy() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringMap.h162 size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1; in Create() local
203 size_t AllocSize = sizeof(StringMapEntry) + getKeyLength() + 1; in Destroy() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp172 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in runOnFunction() local
669 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1169 llvm::Value *AllocSize; member in __anone8d8cb250211::CallDeleteDuringNew
1181 llvm::Value *AllocSize) in CallDeleteDuringNew()
1222 DominatingValue<RValue>::saved_type AllocSize; member in __anone8d8cb250211::CallDeleteDuringConditionalNew
1236 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1280 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/external/libcxxabi/src/
Dcxa_demangle.cpp255 static constexpr size_t AllocSize = 4096; member in __anonf03dc3ff0211::BumpPointerAllocator
/external/clang/lib/Rewrite/
DRewriteRope.cpp793 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h157 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp405 Type *AllocTy, Value *AllocSize, in createMalloc()
493 Value *AllocSize, Value *ArraySize, in CreateMalloc()
501 Value *AllocSize, Value *ArraySize, in CreateMalloc()
519 Value *AllocSize, Value *ArraySize, in CreateMalloc()
526 Value *AllocSize, Value *ArraySize, in CreateMalloc()
/external/llvm/lib/IR/
DInstructions.cpp443 Type *AllocTy, Value *AllocSize, in createMalloc()
530 Value *AllocSize, Value *ArraySize, in CreateMalloc()
538 Value *AllocSize, Value *ArraySize, in CreateMalloc()
557 Value *AllocSize, Value *ArraySize, in CreateMalloc()
564 Value *AllocSize, Value *ArraySize, in CreateMalloc()
/external/llvm/lib/Analysis/
DInlineCost.cpp341 if (auto *AllocSize = dyn_cast_or_null<ConstantInt>(Size)) { in visitAlloca() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp355 Type *AllocTy, Value *AllocSize, in createMalloc()
440 Value *AllocSize, Value *ArraySize, in CreateMalloc()
457 Value *AllocSize, Value *ArraySize, in CreateMalloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp424 if (auto *AllocSize = dyn_cast_or_null<ConstantInt>(Size)) { in visitAlloca() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp613 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
3169 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in stripAggregateTypeWrapping() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1191 unsigned AllocSize = MRI->createGenericVirtualRegister(IntPtrTy); in translateAlloca() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp661 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
3379 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in stripAggregateTypeWrapping() local

12