Searched refs:SizeThreshold (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 137 size_t SizeThreshold = SlabSize> 140 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 142 static_assert(SizeThreshold <= SlabSize, 236 if (PaddedSize > SizeThreshold) { in Allocate() 418 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 421 SizeThreshold> &Allocator) { in new() 435 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Allocator.h | 139 size_t SizeThreshold = SlabSize> 142 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 144 static_assert(SizeThreshold <= SlabSize, 244 if (PaddedSize > SizeThreshold) { in Allocate() 441 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 444 SizeThreshold> &Allocator) { in new() 458 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 460 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 134 size_t SizeThreshold = SlabSize> 137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 139 static_assert(SizeThreshold <= SlabSize, 233 if (PaddedSize > SizeThreshold) { in Allocate() 415 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 418 SizeThreshold> &Allocator) { in new() 432 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Allocator.cpp | 25 : SlabSize(size), SizeThreshold(threshold), Allocator(allocator), in BumpPtrAllocator() 110 if (PaddedSize > SizeThreshold) { in Allocate()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Allocator.h | 100 size_t SizeThreshold;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.h | 98 extern llvm::cl::opt<uint32_t> SizeThreshold;
|
D | LinePrinter.cpp | 275 if (Size < opts::pretty::SizeThreshold) in IsTypeExcluded()
|
D | llvm-pdbutil.cpp | 286 cl::opt<uint32_t> SizeThreshold( variable
|