Searched refs:AllocatorTy (Results 1 – 5 of 5) sorted by relevance
/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> 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 | 138 template<typename AllocatorTy, typename InitType> 140 AllocatorTy &Allocator, in Create() 168 template<typename AllocatorTy> 170 AllocatorTy &Allocator) { in Create() 208 template<typename AllocatorTy> 209 void Destroy(AllocatorTy &Allocator) { in Destroy() 227 template<typename ValueTy, typename AllocatorTy = MallocAllocator> 229 AllocatorTy Allocator; 237 explicit StringMap(AllocatorTy A) in StringMap() 240 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() [all …]
|
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/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 279 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in __anonc8dc09530311::EarlyCSE 281 AllocatorTy> ScopedHTType;
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 71 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anonb6f0d6ac0111::MachineCSE 73 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
|