Home
last modified time | relevance | path

Searched refs:AllocatorTy (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/ADT/
DScopedHashTable.h40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) { in Create()
73 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy()
81 typename AllocatorTy = MallocAllocator>
84 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
144 template <typename K, typename V, typename KInfo, typename AllocatorTy>
149 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
[all …]
DStringSet.h22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
DStringMap.h151 template <typename AllocatorTy, typename... InitTy>
152 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
196 template<typename AllocatorTy>
197 void Destroy(AllocatorTy &Allocator) { in Destroy()
216 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
218 AllocatorTy Allocator;
227 explicit StringMap(AllocatorTy A) in StringMap()
230 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
285 AllocatorTy &getAllocator() { return Allocator; } in getAllocator()
286 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h42 typename AllocatorTy = MallocAllocator>
63 template <typename AllocatorTy>
67 AllocatorTy &Allocator) { in Create()
76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy()
84 typename AllocatorTy = MallocAllocator>
87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
106 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
149 template <typename K, typename V, typename KInfo, typename AllocatorTy>
154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
[all …]
DStringSet.h26 template <class AllocatorTy = MallocAllocator>
27 class StringSet : public StringMap<NoneType, AllocatorTy> {
28 using base = StringMap<NoneType, AllocatorTy>;
36 explicit StringSet(AllocatorTy A) : base(A) {} in StringSet()
DStringMap.h177 template <typename AllocatorTy, typename... InitTy>
178 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
222 template<typename AllocatorTy>
223 void Destroy(AllocatorTy &Allocator) { in Destroy()
241 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
243 AllocatorTy Allocator;
253 explicit StringMap(AllocatorTy A) in StringMap()
256 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
326 AllocatorTy &getAllocator() { return Allocator; } in getAllocator()
327 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator()
/external/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h42 typename AllocatorTy = MallocAllocator>
63 template <typename AllocatorTy>
67 AllocatorTy &Allocator) { in Create()
76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy()
84 typename AllocatorTy = MallocAllocator>
87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
106 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
149 template <typename K, typename V, typename KInfo, typename AllocatorTy>
154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
[all …]
DStringSet.h21 template <class AllocatorTy = MallocAllocator>
22 class StringSet : public StringMap<NoneType, AllocatorTy> {
23 using Base = StringMap<NoneType, AllocatorTy>;
31 explicit StringSet(AllocatorTy a) : Base(a) {} in StringSet()
DStringMapEntry.h90 template <typename AllocatorTy, typename... InitTy>
91 static StringMapEntry *Create(StringRef key, AllocatorTy &allocator, in Create()
124 template <typename AllocatorTy> void Destroy(AllocatorTy &allocator) { in Destroy()
DStringMap.h107 template <typename ValueTy, typename AllocatorTy = MallocAllocator>
109 AllocatorTy Allocator;
119 explicit StringMap(AllocatorTy A) in StringMap()
123 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
193 AllocatorTy &getAllocator() { return Allocator; } in getAllocator()
194 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h157 template <typename AllocatorTy, typename... InitTy>
158 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
202 template<typename AllocatorTy>
203 void Destroy(AllocatorTy &Allocator) { in Destroy()
222 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
224 AllocatorTy Allocator;
233 explicit StringMap(AllocatorTy A) in StringMap()
236 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
291 AllocatorTy &getAllocator() { return Allocator; } in getAllocator()
292 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator()
/external/llvm-project/mlir/include/mlir/Support/
DLLVM.h61 template <typename AllocatorTy>
106 template <typename AllocatorTy = llvm::MallocAllocator>
107 using StringSet = llvm::StringSet<AllocatorTy>;
/external/llvm-project/mlir/lib/Transforms/
DCSE.cpp51 using AllocatorTy = llvm::RecyclingAllocator< typedef
55 SimpleOperationInfo, AllocatorTy>;
/external/llvm-project/llvm/include/llvm/Support/
DHost.h21 template <typename ValueTy, typename AllocatorTy> class StringMap;
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp43 AllocatorTy; typedef
45 AllocatorTy> ScopedHTType;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp59 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef
62 DenseMapInfo<ValueType>, AllocatorTy>;
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp59 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef
62 DenseMapInfo<ValueType>, AllocatorTy>;
/external/llvm/lib/CodeGen/
DMachineCSE.cpp74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anon2ec224ad0111::MachineCSE
76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy; typedef in __anone097c8540311::EarlyCSE
257 AllocatorTy> ScopedHTType;
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h365 typedef BumpPtrAllocatorImpl<MallocAllocator, 65536> AllocatorTy; typedef
366 AllocatorTy MemPool;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp100 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef in __anon94ea440f0111::MachineCSE
104 AllocatorTy>;
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp101 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef in __anon91aefb9b0111::MachineCSE
105 AllocatorTy>;
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h408 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>; member
409 AllocatorTy MemPool;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h408 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>; member
409 AllocatorTy MemPool;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp490 using AllocatorTy = typedef in __anon981229b60311::EarlyCSE
495 AllocatorTy>;

12