Home
last modified time | relevance | path

Searched refs:StringMapImpl (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp19 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) { in StringMapImpl() function in StringMapImpl
35 void StringMapImpl::init(unsigned InitSize) { in init()
55 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor()
113 int StringMapImpl::FindKey(StringRef Key) const { in FindKey()
155 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey()
164 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey()
181 void StringMapImpl::RehashTable() { in RehashTable()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h50 class StringMapImpl {
62 explicit StringMapImpl(unsigned itemSize) in StringMapImpl() function
66 StringMapImpl(StringMapImpl &&RHS) in StringMapImpl() function
76 StringMapImpl(unsigned InitSize, unsigned ItemSize);
116 void swap(StringMapImpl &Other) { in swap()
223 class StringMap : public StringMapImpl {
229 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
231 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
234 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {} in StringMap()
237 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap()
[all …]
/external/llvm/include/llvm/ADT/
DStringMap.h43 class StringMapImpl {
55 explicit StringMapImpl(unsigned itemSize) in StringMapImpl() function
59 StringMapImpl(StringMapImpl &&RHS) in StringMapImpl() function
69 StringMapImpl(unsigned InitSize, unsigned ItemSize);
109 void swap(StringMapImpl &Other) { in swap()
217 class StringMap : public StringMapImpl {
223 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
225 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
228 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {} in StringMap()
231 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap()
[all …]
/external/llvm/lib/Support/
DStringMap.cpp31 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) { in StringMapImpl() function in StringMapImpl
50 void StringMapImpl::init(unsigned InitSize) { in init()
72 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor()
130 int StringMapImpl::FindKey(StringRef Key) const { in FindKey()
172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey()
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey()
198 unsigned StringMapImpl::RehashTable(unsigned BucketNo) { in RehashTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringMap.cpp34 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) { in StringMapImpl() function in StringMapImpl
53 void StringMapImpl::init(unsigned InitSize) { in init()
78 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor()
135 int StringMapImpl::FindKey(StringRef Key) const { in FindKey()
177 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey()
186 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey()
201 unsigned StringMapImpl::RehashTable(unsigned BucketNo) { in RehashTable()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp33 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) { in StringMapImpl() function in StringMapImpl
52 void StringMapImpl::init(unsigned InitSize) { in init()
73 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor()
130 int StringMapImpl::FindKey(StringRef Key) const { in FindKey()
172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey()
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey()
196 unsigned StringMapImpl::RehashTable(unsigned BucketNo) { in RehashTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringMap.h50 class StringMapImpl {
62 explicit StringMapImpl(unsigned itemSize) in StringMapImpl() function
64 StringMapImpl(StringMapImpl &&RHS) in StringMapImpl() function
74 StringMapImpl(unsigned InitSize, unsigned ItemSize);
114 void swap(StringMapImpl &Other) { in swap()
220 class StringMap : public StringMapImpl {
226 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
229 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
232 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {} in StringMap()
235 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h53 class StringMapImpl {
73 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) { in StringMapImpl() function
80 StringMapImpl(unsigned InitSize, unsigned ItemSize);
239 class StringMap : public StringMapImpl {
243 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
245 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap()
248 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), Allocator(A) {} in StringMap()
251 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) { in StringMap()
413 StringMapImpl::ItemBucket *Ptr;
417 explicit StringMapConstIterator(StringMapImpl::ItemBucket *Bucket,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dnonescaping-malloc.ll18 %"struct.llvm::StringMap<void*,llvm::MallocAllocator>" = type { %"struct.llvm::StringMapImpl", %"st…
21 %"struct.llvm::StringMapImpl" = type { %"struct.llvm::StringMapImpl::ItemBucket"*, i32, i32, i32, i…
22 %"struct.llvm::StringMapImpl::ItemBucket" = type { i32, %"struct.llvm::StringMapEntryBase"* }
41 declare i32 @_ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"*…
50 …ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"* %tmp2.i, i64…
52 …%tmp5.i = load %"struct.llvm::StringMapImpl::ItemBucket"*, %"struct.llvm::StringMapImpl::ItemBucke…
54 …%tmp7.i = getelementptr inbounds %"struct.llvm::StringMapImpl::ItemBucket", %"struct.llvm::StringM…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dnonescaping-malloc.ll17 %"struct.llvm::StringMap<void*,llvm::MallocAllocator>" = type { %"struct.llvm::StringMapImpl", %"st…
20 %"struct.llvm::StringMapImpl" = type { %"struct.llvm::StringMapImpl::ItemBucket"*, i32, i32, i32, i…
21 %"struct.llvm::StringMapImpl::ItemBucket" = type { i32, %"struct.llvm::StringMapEntryBase"* }
40 declare i32 @_ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"*…
49 …ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"* %tmp2.i, i64…
51 …%tmp5.i = load %"struct.llvm::StringMapImpl::ItemBucket"*, %"struct.llvm::StringMapImpl::ItemBucke…
53 …%tmp7.i = getelementptr inbounds %"struct.llvm::StringMapImpl::ItemBucket", %"struct.llvm::StringM…
/external/llvm/test/Transforms/GVN/
Dnonescaping-malloc.ll15 %"struct.llvm::StringMap<void*,llvm::MallocAllocator>" = type { %"struct.llvm::StringMapImpl", %"st…
18 %"struct.llvm::StringMapImpl" = type { %"struct.llvm::StringMapImpl::ItemBucket"*, i32, i32, i32, i…
19 %"struct.llvm::StringMapImpl::ItemBucket" = type { i32, %"struct.llvm::StringMapEntryBase"* }
38 declare i32 @_ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"*…
47 …ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"* %tmp2.i, i64…
49 …%tmp5.i = load %"struct.llvm::StringMapImpl::ItemBucket"*, %"struct.llvm::StringMapImpl::ItemBucke…
51 …%tmp7.i = getelementptr inbounds %"struct.llvm::StringMapImpl::ItemBucket", %"struct.llvm::StringM…
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
Dnonescaping-malloc.ll14 %"struct.llvm::StringMap<void*,llvm::MallocAllocator>" = type { %"struct.llvm::StringMapImpl", %"st…
17 %"struct.llvm::StringMapImpl" = type { %"struct.llvm::StringMapImpl::ItemBucket"*, i32, i32, i32, i…
18 %"struct.llvm::StringMapImpl::ItemBucket" = type { i32, %"struct.llvm::StringMapEntryBase"* }
37 declare i32 @_ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"*…
46 …ZN4llvm13StringMapImpl15LookupBucketForENS_9StringRefE(%"struct.llvm::StringMapImpl"* %tmp2.i, i64…
48 %tmp5.i = load %"struct.llvm::StringMapImpl::ItemBucket"** %tmp4.i, align 8
50 …%tmp7.i = getelementptr inbounds %"struct.llvm::StringMapImpl::ItemBucket"* %tmp5.i, i64 %tmp6.i, …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll105 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocatorImpl"…
106 %"class.llvm::StringMapImpl" = type { %"class.llvm::StringMapEntryBase"**, i32, i32, i32, i32 }
108 %"class.llvm::StringMap.56" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocatorIm…
Dpr15031.ll106 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocator"* }
107 %"class.llvm::StringMapImpl" = type { %"class.llvm::StringMapEntryBase"**, i32, i32, i32, i32 }
109 %"class.llvm::StringMap.62" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocator"*…
Dtoc-load-sched-bug.ll64 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::MallocAllocator" }
65 %"class.llvm::StringMapImpl" = type { %"class.llvm::StringMapEntryBase"**, i32, i32, i32, i32 }
/external/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll105 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocatorImpl"…
106 %"class.llvm::StringMapImpl" = type { %"class.llvm::StringMapEntryBase"**, i32, i32, i32, i32 }
108 %"class.llvm::StringMap.56" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocatorIm…
Dpr15031.ll106 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocator"* }
107 %"class.llvm::StringMapImpl" = type { %"class.llvm::StringMapEntryBase"**, i32, i32, i32, i32 }
109 %"class.llvm::StringMap.62" = type { %"class.llvm::StringMapImpl", %"class.llvm::BumpPtrAllocator"*…
Dtoc-load-sched-bug.ll64 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::MallocAllocator" }
65 %"class.llvm::StringMapImpl" = type { %"class.llvm::StringMapEntryBase"**, i32, i32, i32, i32 }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmisched-aa-colored.ll105 %"class.llvm::StringMap.99.699.1059.2019.2139.2379.4179" = type { %"class.llvm::StringMapImpl.98.69…
106 %"class.llvm::StringMapImpl.98.698.1058.2018.2138.2378.4178" = type { %"class.llvm::StringMapEntryB…
/external/llvm/test/CodeGen/X86/
Dmisched-aa-colored.ll105 %"class.llvm::StringMap.99.699.1059.2019.2139.2379.4179" = type { %"class.llvm::StringMapImpl.98.69…
106 %"class.llvm::StringMapImpl.98.698.1058.2018.2138.2378.4178" = type { %"class.llvm::StringMapEntryB…