Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 25 of 72) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.h66 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/
DIceMemory.cpp32 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/
Dblock_allocator_test.cc32 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/
DMappedBlockStream.cpp48 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()
DMSFBuilder.cpp39 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/
DRecycler.h68 void clear(AllocatorType &Allocator) { in clear()
83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate()
93 T *Allocate(AllocatorType &Allocator) { in Allocate()
DRecyclingAllocator.h34 AllocatorType Allocator; variable
64 T, Size, Align> &Allocator) { in new()
DTargetRegistry.h952 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
DArrayRecycler.h104 void clear(AllocatorType &Allocator) { in clear()
125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
DAllocator.h153 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/
DOrcRemoteTargetServer.h107 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/
DCodeViewYAMLDebugSections.cpp402 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/
DAllocator.h150 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/
DScopedHashTable.h67 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/
DvkMemUtil.hpp127 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/
DNativeSession.h108 std::unique_ptr<BumpPtrAllocator> Allocator; variable
DPDBFileBuilder.h89 BumpPtrAllocator &Allocator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolSerializer.cpp21 SymbolSerializer::SymbolSerializer(BumpPtrAllocator &Allocator, in SymbolSerializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h129 BumpPtrAllocator &Allocator; variable
DMappedBlockStream.h103 BumpPtrAllocator &Allocator; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.hpp50 vk::Allocator& /*memAlloc*/, in bindDescriptorSets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLazyRandomTypeCollection.h97 BumpPtrAllocator Allocator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h236 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/
DNativeSession.cpp53 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/
DStringMap.h158 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
203 void Destroy(AllocatorTy &Allocator) { in Destroy()
224 AllocatorTy Allocator; variable

123