HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorTy (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringSet.h 24 template <class AllocatorTy = llvm::MallocAllocator>
25 class StringSet : public llvm::StringMap<char, AllocatorTy> {
26 typedef llvm::StringMap<char, AllocatorTy> base;
ScopedHashTable.h 40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) {
73 template <typename AllocatorTy>
74 void Destroy(AllocatorTy &Allocator) {
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...]
StringMap.h 147 template<typename AllocatorTy, typename InitType>
149 AllocatorTy &Allocator,
177 template<typename AllocatorTy>
179 AllocatorTy &Allocator) {
219 template<typename AllocatorTy>
220 void Destroy(AllocatorTy &Allocator) {
238 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
240 AllocatorTy Allocator;
247 explicit StringMap(AllocatorTy A)
263 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy
    [all...]
  /external/llvm/include/llvm/ADT/
StringSet.h 22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
ScopedHashTable.h 40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) {
73 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) {
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>
    [all...]
StringMap.h 151 template <typename AllocatorTy, typename... InitTy>
152 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator,
196 template<typename AllocatorTy>
197 void Destroy(AllocatorTy &Allocator) {
216 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
218 AllocatorTy Allocator;
227 explicit StringMap(AllocatorTy A)
230 StringMap(unsigned InitialSize, AllocatorTy A)
285 AllocatorTy &getAllocator() { return Allocator; }
286 const AllocatorTy &getAllocator() const { return Allocator;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 43 AllocatorTy;
45 AllocatorTy> ScopedHTType;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 220 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy;
222 AllocatorTy> ScopedHTType;
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineCSE.cpp 70 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
72 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 365 typedef BumpPtrAllocatorImpl<MallocAllocator, 65536> AllocatorTy;
366 AllocatorTy MemPool;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy;
257 AllocatorTy> ScopedHTType;
    [all...]

Completed in 247 milliseconds