| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
| D | MemoryBuiltinsTest.cpp | 24 TEST(AllocSize, AllocationBuiltinsTest) { in TEST() argument
|
| /external/skia/src/core/ |
| D | SkAutoPixmapStorage.cpp | 27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
|
| /external/skqp/src/core/ |
| D | SkAutoPixmapStorage.cpp | 27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyld.cpp | 29 uintptr_t AllocSize = Size; in extractFunction() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
| D | Utility.h | 75 static OutputStream create(char *StartBuf, size_t *Size, size_t AllocSize) { in create()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULowerKernelArguments.cpp | 101 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
|
| D | AMDGPUPromoteAlloca.cpp | 647 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in hasSufficientLocalMem() local 749 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
|
| D | AMDGPUCallLowering.cpp | 160 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArguments() local
|
| D | AMDGPUSubtarget.cpp | 422 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | StringMap.h | 164 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local 205 unsigned AllocSize = in Destroy() local
|
| /external/llvm/include/llvm/ADT/ |
| D | StringMap.h | 158 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/ |
| D | StringMap.h | 162 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/ |
| D | AMDGPUPromoteAlloca.cpp | 172 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/ |
| D | CGExprCXX.cpp | 1169 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/ |
| D | cxa_demangle.cpp | 255 static constexpr size_t AllocSize = 4096; member in __anonf03dc3ff0211::BumpPointerAllocator
|
| /external/clang/lib/Rewrite/ |
| D | RewriteRope.cpp | 793 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| D | StringMap.h | 157 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | Instructions.cpp | 405 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/ |
| D | Instructions.cpp | 443 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/ |
| D | InlineCost.cpp | 341 if (auto *AllocSize = dyn_cast_or_null<ConstantInt>(Size)) { in visitAlloca() local
|
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| D | Instructions.cpp | 355 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/ |
| D | InlineCost.cpp | 424 if (auto *AllocSize = dyn_cast_or_null<ConstantInt>(Size)) { in visitAlloca() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 613 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/ |
| D | IRTranslator.cpp | 1191 unsigned AllocSize = MRI->createGenericVirtualRegister(IntPtrTy); in translateAlloca() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 661 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder 3379 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in stripAggregateTypeWrapping() local
|