Home
last modified time | relevance | path

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

/external/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.h142 template <typename AllocatorTy, typename InitType>
143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
166 template<typename AllocatorTy>
167 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create()
191 template<typename AllocatorTy>
192 void Destroy(AllocatorTy &Allocator) { in Destroy()
212 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
214 AllocatorTy Allocator;
222 explicit StringMap(AllocatorTy A) in StringMap()
225 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
[all …]
DStringSet.h22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp43 AllocatorTy; typedef
45 AllocatorTy> ScopedHTType;
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp183 typedef SpecificBumpPtrAllocator<InductiveRangeCheck> AllocatorTy; typedef in __anon764fa5440111::InductiveRangeCheck
198 static InductiveRangeCheck *create(AllocatorTy &Alloc, BranchInst *BI,
204 InductiveRangeCheck::AllocatorTy Allocator;
384 InductiveRangeCheck::create(InductiveRangeCheck::AllocatorTy &A, BranchInst *BI, in create()
1400 InductiveRangeCheck::AllocatorTy IRCAlloc; in runOnLoop()
DEarlyCSE.cpp272 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy; typedef in __anoncdf6c96d0311::EarlyCSE
274 AllocatorTy> ScopedHTType;
/external/llvm/lib/CodeGen/
DMachineCSE.cpp74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anondf821cc60111::MachineCSE
76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;