Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DScopedHashTable.h43 typename AllocatorTy = MallocAllocator>
64 template <typename AllocatorTy>
68 AllocatorTy &Allocator) { in Create()
77 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy()
85 typename AllocatorTy = MallocAllocator>
88 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
98 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
107 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
150 template <typename K, typename V, typename KInfo, typename AllocatorTy>
155 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
[all …]
DStringSet.h27 template <class AllocatorTy = MallocAllocator>
28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
DStringMap.h155 template <typename AllocatorTy, typename... InitTy>
156 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
200 template<typename AllocatorTy>
201 void Destroy(AllocatorTy &Allocator) { in Destroy()
219 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
221 AllocatorTy Allocator;
231 explicit StringMap(AllocatorTy A) in StringMap()
234 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
304 AllocatorTy &getAllocator() { return Allocator; } in getAllocator()
305 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DScopedHashTable.h40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) { in Create()
73 template <typename AllocatorTy>
74 void Destroy(AllocatorTy &Allocator) { in Destroy()
82 typename AllocatorTy = MallocAllocator>
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
145 template <typename K, typename V, typename KInfo, typename AllocatorTy>
[all …]
DStringMap.h147 template<typename AllocatorTy, typename InitType>
149 AllocatorTy &Allocator, in Create()
177 template<typename AllocatorTy>
179 AllocatorTy &Allocator) { in Create()
219 template<typename AllocatorTy>
220 void Destroy(AllocatorTy &Allocator) { in Destroy()
238 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
240 AllocatorTy Allocator;
247 explicit StringMap(AllocatorTy A) in StringMap()
263 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;
[all …]
DStringSet.h24 template <class AllocatorTy = llvm::MallocAllocator>
25 class StringSet : public llvm::StringMap<char, AllocatorTy> {
26 typedef llvm::StringMap<char, AllocatorTy> base;
/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 …]
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()
DStringSet.h22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp60 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef
63 DenseMapInfo<ValueType>, AllocatorTy>;
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp43 AllocatorTy; typedef
45 AllocatorTy> ScopedHTType;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp220 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in __anonafbac3e20311::EarlyCSE
222 AllocatorTy> ScopedHTType;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp70 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anon43e1723b0111::MachineCSE
72 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp92 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef in __anonc56cf2670111::MachineCSE
96 AllocatorTy>;
/external/llvm/lib/CodeGen/
DMachineCSE.cpp74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anon92fb510f0111::MachineCSE
76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h365 typedef BumpPtrAllocatorImpl<MallocAllocator, 65536> AllocatorTy; typedef
366 AllocatorTy MemPool;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy; typedef in __anon68e036b60311::EarlyCSE
257 AllocatorTy> ScopedHTType;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h409 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>; member
410 AllocatorTy MemPool;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp337 using AllocatorTy = typedef in __anonca29b00e0311::EarlyCSE
342 AllocatorTy>;