/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 | StringSet.h | 22 template <class AllocatorTy = llvm::MallocAllocator> 23 class StringSet : public llvm::StringMap<char, AllocatorTy> { 24 typedef llvm::StringMap<char, AllocatorTy> base;
|
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 42 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 …]
|
D | StringSet.h | 26 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()
|
D | StringMap.h | 177 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/ |
D | ScopedHashTable.h | 42 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 …]
|
D | StringSet.h | 21 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()
|
D | StringMapEntry.h | 90 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()
|
D | StringMap.h | 107 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/ |
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-project/mlir/include/mlir/Support/ |
D | LLVM.h | 61 template <typename AllocatorTy> 106 template <typename AllocatorTy = llvm::MallocAllocator> 107 using StringSet = llvm::StringSet<AllocatorTy>;
|
/external/llvm-project/mlir/lib/Transforms/ |
D | CSE.cpp | 51 using AllocatorTy = llvm::RecyclingAllocator< typedef 55 SimpleOperationInfo, AllocatorTy>;
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Host.h | 21 template <typename ValueTy, typename AllocatorTy> class StringMap;
|
/external/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 43 AllocatorTy; typedef 45 AllocatorTy> ScopedHTType;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 59 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef 62 DenseMapInfo<ValueType>, AllocatorTy>;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsOptimizePICCall.cpp | 59 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef 62 DenseMapInfo<ValueType>, AllocatorTy>;
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anon2ec224ad0111::MachineCSE 76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy; typedef in __anone097c8540311::EarlyCSE 257 AllocatorTy> ScopedHTType;
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 365 typedef BumpPtrAllocatorImpl<MallocAllocator, 65536> AllocatorTy; typedef 366 AllocatorTy MemPool;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 100 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef in __anon94ea440f0111::MachineCSE 104 AllocatorTy>;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 101 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef in __anon91aefb9b0111::MachineCSE 105 AllocatorTy>;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 408 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>; member 409 AllocatorTy MemPool;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 408 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>; member 409 AllocatorTy MemPool;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 490 using AllocatorTy = typedef in __anon981229b60311::EarlyCSE 495 AllocatorTy>;
|