/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_memorypool.h | 66 struct Allocator { struct 69 Allocator() = default; argument 73 Allocator(const Allocator<U>& other) {(void)other;} in Allocator() argument 84 friend bool operator == (const Allocator<T>& lhs, const Allocator<T>& rhs) { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceMemory.cpp | 32 ArenaAllocator *Allocator = in set_current() local 37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { in set_current() 53 ArenaAllocator *Allocator = in set_current() local
|
/third_party/skia/third_party/externals/tint/src/ |
D | block_allocator_test.cc | 32 using Allocator = BlockAllocator<int>; in TEST_F() typedef 51 using Allocator = BlockAllocator<LifetimeCounter>; in TEST_F() typedef 68 using Allocator = BlockAllocator<LifetimeCounter>; in TEST_F() typedef 87 using Allocator = BlockAllocator<LifetimeCounter>; in TEST_F() typedef 115 using Allocator = BlockAllocator<int>; in TEST_F() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 48 BumpPtrAllocator &Allocator) in MappedBlockStream() 54 BumpPtrAllocator &Allocator) { in createStream() 61 BumpPtrAllocator &Allocator) { in createIndexedStream() 73 BumpPtrAllocator &Allocator) { in createDirectoryStream() 83 BumpPtrAllocator &Allocator) { in createFpmStream() 312 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) in WritableMappedBlockStream() 320 BumpPtrAllocator &Allocator) { in createStream() 329 BumpPtrAllocator &Allocator) { in createIndexedStream() 340 BumpPtrAllocator &Allocator) { in createDirectoryStream() 350 BumpPtrAllocator &Allocator, in createFpmStream()
|
D | MSFBuilder.cpp | 39 BumpPtrAllocator &Allocator) in MSFBuilder() 49 Expected<MSFBuilder> MSFBuilder::create(BumpPtrAllocator &Allocator, in create() 314 BumpPtrAllocator &Allocator) { in commitFpm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Recycler.h | 68 void clear(AllocatorType &Allocator) { in clear() 83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() 93 T *Allocate(AllocatorType &Allocator) { in Allocate()
|
D | RecyclingAllocator.h | 34 AllocatorType Allocator; variable 64 T, Size, Align> &Allocator) { in new()
|
D | TargetRegistry.h | 952 static MCAsmInfo *Allocator(const MCRegisterInfo & /*MRI*/, const Triple &TT, in Allocator() function 986 static MCInstrInfo *Allocator() { return new MCInstrInfoImpl(); } in Allocator() function 1017 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function 1050 static MCRegisterInfo *Allocator(const Triple & /*TT*/) { in Allocator() function 1083 static MCSubtargetInfo *Allocator(const Triple & /*TT*/, StringRef /*CPU*/, in Allocator() function 1118 Allocator(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in Allocator() function 1138 static MCAsmBackend *Allocator(const Target &T, const MCSubtargetInfo &STI, in Allocator() function 1159 static MCTargetAsmParser *Allocator(const MCSubtargetInfo &STI, in Allocator() function 1180 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator() function 1200 static MCCodeEmitter *Allocator(const MCInstrInfo & /*II*/, in Allocator() function
|
D | ArrayRecycler.h | 104 void clear(AllocatorType &Allocator) { in clear() 125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
D | Allocator.h | 153 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() 390 AllocatorT Allocator; variable 447 BumpPtrAllocator Allocator; variable 504 SizeThreshold> &Allocator) { in new()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 107 struct Allocator { struct 109 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {} in Allocator() function 116 ~Allocator() { in ~Allocator() argument 121 Error allocate(void *&Addr, size_t Size, uint32_t Align) { in allocate() 134 Error setProtections(void *block, unsigned Flags) { in setProtections() 382 auto &Allocator = I->second; in handleReserveMem() local 403 auto &Allocator = I->second; in handleSetProtections() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 402 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 413 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 444 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 465 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 475 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 489 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 500 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 509 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 532 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 150 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() 312 AllocatorT Allocator; variable 369 BumpPtrAllocator Allocator; variable 421 SizeThreshold> &Allocator) { in new()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 67 AllocatorTy &Allocator) { in Create() 76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy() 165 AllocatorTy Allocator; variable
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 127 class Allocator class 130 Allocator (void) {} in Allocator() function in vk::Allocator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 108 std::unique_ptr<BumpPtrAllocator> Allocator; variable
|
D | PDBFileBuilder.h | 89 BumpPtrAllocator &Allocator; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolSerializer.cpp | 21 SymbolSerializer::SymbolSerializer(BumpPtrAllocator &Allocator, in SymbolSerializer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MSFBuilder.h | 129 BumpPtrAllocator &Allocator; variable
|
D | MappedBlockStream.h | 103 BumpPtrAllocator &Allocator; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.hpp | 50 vk::Allocator& /*memAlloc*/, in bindDescriptorSets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.h | 97 BumpPtrAllocator Allocator; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 236 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() 243 void assign(const LiveRange &Other, BumpPtrAllocator &Allocator) { in assign() 696 BumpPtrAllocator &Allocator) in SubRange() 774 SubRange *createSubRange(BumpPtrAllocator &Allocator, in createSubRange() 783 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, in createSubRangeFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 53 std::unique_ptr<BumpPtrAllocator> Allocator) in NativeSession() 65 auto Allocator = std::make_unique<BumpPtrAllocator>(); in createFromPdb() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 158 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() 203 void Destroy(AllocatorTy &Allocator) { in Destroy() 224 AllocatorTy Allocator; variable
|