/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ScopedHashTable.h | 40 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 …]
|
D | StringMap.h | 147 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 …]
|
D | StringSet.h | 24 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/ |
D | ScopedHashTable.h | 40 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 …]
|
D | StringMap.h | 151 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()
|
D | StringSet.h | 22 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/ |
D | StringMap.h | 157 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/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 43 AllocatorTy; typedef 45 AllocatorTy> ScopedHTType;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 220 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in __anon246ae4560311::EarlyCSE 222 AllocatorTy> ScopedHTType;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineCSE.cpp | 70 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anon18025eaf0111::MachineCSE 72 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anone126a1830111::MachineCSE 76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 365 typedef BumpPtrAllocatorImpl<MallocAllocator, 65536> AllocatorTy; typedef 366 AllocatorTy MemPool;
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy; typedef in __anon5dbebb2a0311::EarlyCSE 257 AllocatorTy> ScopedHTType;
|