Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DStringMapEntry.h51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
144 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStringMapEntry.h51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
144 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStringMapEntry.h51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
144 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringMapEntry.h51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
144 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DStringMapEntry.h51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
144 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1169 llvm::Value *AllocSize; member in __anon5aa6a0120211::CallDeleteDuringNew
1181 llvm::Value *AllocSize) in CallDeleteDuringNew()
1222 DominatingValue<RValue>::saved_type AllocSize; member in __anon5aa6a0120211::CallDeleteDuringConditionalNew
1236 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew()
1280 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/
H A Dptr.rs139 pub trait AllocSize<P> { interface
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dlayout_benchmark.cc175 size_t AllocSize<int8_t, int16_t, int32_t, Int128>(size_t x) { in AllocSize() function
183 size_t AllocSize<Int128, int32_t, int16_t, int8_t>(size_t x) { in AllocSize() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dlayout_benchmark.cc175 size_t AllocSize<int8_t, int16_t, int32_t, Int128>(size_t x) { in AllocSize() function
183 size_t AllocSize<Int128, int32_t, int16_t, int8_t>(size_t x) { in AllocSize() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dlayout_benchmark.cc175 size_t AllocSize<int8_t, int16_t, int32_t, Int128>(size_t x) { in AllocSize() function
183 size_t AllocSize<Int128, int32_t, int16_t, int8_t>(size_t x) { in AllocSize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h164 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
205 unsigned AllocSize = in Destroy() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DStringMap.h158 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
199 unsigned AllocSize = in Destroy() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringMap.h184 size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1; in Create() local
225 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ffi/
Dc.rs68 extern "C" fn zalloc(_ptr: *mut c_void, items: AllocSize, item_size: AllocSize) -> *mut c_void { in zalloc()
397 pub type AllocSize = libz::uInt; typedef
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp172 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in runOnFunction() local
669 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp670 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in hasSufficientLocalMem() local
775 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
H A DAMDGPULowerKernelArguments.cpp99 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
/aosp_15_r20/external/skia/src/core/
H A DSkAutoPixmapStorage.cpp35 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dcommon.cpp41 size_t AllocSize) { in RecordAllocation()
/aosp_15_r20/external/gwp_asan/gwp_asan/tests/
H A Dbasic.cpp30 for (unsigned AllocSize = 1; AllocSize <= MaxAllocSize; AllocSize <<= 1) { in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp853 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); in hasSufficientLocalMem() local
981 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
H A DAMDGPULowerKernelArguments.cpp99 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp59 size_t AllocSize = 0; in finalize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DMangler.cpp108 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.h488 constexpr size_t CordRepRing::AllocSize(size_t capacity) { in AllocSize() function

1234