Home
last modified time | relevance | path

Searched refs:BumpPtrAllocatorImpl (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h138 class BumpPtrAllocatorImpl
140 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
147 BumpPtrAllocatorImpl() in BumpPtrAllocatorImpl() function
150 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() function
156 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
167 ~BumpPtrAllocatorImpl() { in ~BumpPtrAllocatorImpl()
172 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS) {
264 using AllocatorBase<BumpPtrAllocatorImpl>::Allocate;
271 using AllocatorBase<BumpPtrAllocatorImpl>::Deallocate;
361 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator;
[all …]
/external/llvm/include/llvm/Support/
DAllocator.h135 class BumpPtrAllocatorImpl
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
144 BumpPtrAllocatorImpl() in BumpPtrAllocatorImpl() function
147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() function
153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
164 ~BumpPtrAllocatorImpl() { in ~BumpPtrAllocatorImpl()
169 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS) {
261 using AllocatorBase<BumpPtrAllocatorImpl>::Allocate;
268 using AllocatorBase<BumpPtrAllocatorImpl>::Deallocate;
358 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator;
[all …]
/external/llvm/unittests/Support/
DAllocatorTest.cpp175 BumpPtrAllocatorImpl<MockSlabAllocator> Alloc; in TEST()
/external/swiftshader/third_party/subzero/src/
DIceMemory.h33 llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, /*SlabSize=*/1024 * 1024>;
DIceAssembler.h345 llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, /*SlabSize=*/32 * 1024>;
/external/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll74 …:DiagnosticsEngine"*, %"class.clang::FileManager"*, %"class.llvm::BumpPtrAllocatorImpl", %"class.l…
77 …class.llvm::StringMap.56", %"class.llvm::DenseMap", %"class.llvm::BumpPtrAllocatorImpl", i32, i32,…
105 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocatorImpl"…
108 …ss.llvm::StringMap.56" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocatorImpl" }
116 %"class.llvm::BumpPtrAllocatorImpl" = type <{ i8*, i8*, %"class.llvm::SmallVector.41", %"class.llvm…
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h365 typedef BumpPtrAllocatorImpl<MallocAllocator, 65536> AllocatorTy;