Searched refs:StringMapImpl (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | StringMap.cpp | 45 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) { in StringMapImpl() function in StringMapImpl 64 void StringMapImpl::init(unsigned InitSize) { in init() 83 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() 139 int StringMapImpl::FindKey(StringRef Key) const { in FindKey() 181 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() 190 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() 206 unsigned StringMapImpl::RehashTable(unsigned BucketNo) { in RehashTable()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 32 class StringMapImpl { 44 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) {} in StringMapImpl() function 45 StringMapImpl(StringMapImpl &&RHS) in StringMapImpl() function 55 StringMapImpl(unsigned InitSize, unsigned ItemSize); 97 void swap(StringMapImpl &Other) { in swap() 110 class StringMap : public StringMapImpl, 117 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() 126 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap() 138 : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap() 173 StringMapImpl::swap(RHS); [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | nonescaping-malloc.ll | 17 %"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…
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | nonescaping-malloc-xfail.ll | 18 %"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…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | BreakableToken-reduced.ll | 105 %"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…
|
| H A D | pr15031.ll | 106 %"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"*…
|
| H A D | toc-load-sched-bug.ll | 64 %"class.llvm::StringMap" = type { %"class.llvm::StringMapImpl", %"class.llvm::MallocAllocator" } 65 %"class.llvm::StringMapImpl" = type { %"class.llvm::StringMapEntryBase"**, i32, i32, i32, i32 }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | misched-aa-colored.ll | 105 %"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 { ptr, i32, i32, i32, i32 }
|