HomeSort by relevance Sort by last modified time
    Searched refs:SizeThreshold (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Support/
Allocator.h 134 size_t SizeThreshold = SlabSize>
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
139 static_assert(SizeThreshold <= SlabSize,
140 "The SizeThreshold must be at most the SlabSize to ensure "
233 if (PaddedSize > SizeThreshold) {
415 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
418 SizeThreshold> &Allocator) {
432 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Allocator.h 139 size_t SizeThreshold = SlabSize>
142 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
144 static_assert(SizeThreshold <= SlabSize,
145 "The SizeThreshold must be at most the SlabSize to ensure "
244 if (PaddedSize > SizeThreshold) {
441 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
444 SizeThreshold> &Allocator) {
458 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
460 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Allocator.h 137 size_t SizeThreshold = SlabSize>
140 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
142 static_assert(SizeThreshold <= SlabSize,
143 "The SizeThreshold must be at most the SlabSize to ensure "
236 if (PaddedSize > SizeThreshold) {
418 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
421 SizeThreshold> &Allocator) {
435 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) {
  /external/swiftshader/third_party/LLVM/lib/Support/
Allocator.cpp 25 : SlabSize(size), SizeThreshold(threshold), Allocator(allocator),
110 if (PaddedSize > SizeThreshold) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Allocator.h 95 /// allocation above SizeThreshold.
98 /// SizeThreshold - For any allocation larger than this threshold, we should
100 size_t SizeThreshold;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 98 extern llvm::cl::opt<uint32_t> SizeThreshold;
LinePrinter.cpp 275 if (Size < opts::pretty::SizeThreshold)
llvm-pdbutil.cpp 286 cl::opt<uint32_t> SizeThreshold(
    [all...]

Completed in 426 milliseconds