Home
last modified time | relevance | path

Searched refs:HashMap (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp144 if (!HashMap.empty()) in buildHashMap()
149 HashMap.resize(Header->NumHashBuckets); in buildHashMap()
155 HashMap[HV].push_back(TIB++); in buildHashMap()
164 if (Bucket > HashMap.size()) in findRecordsByName()
168 for (TypeIndex TI : HashMap[Bucket]) { in findRecordsByName()
176 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); }
193 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef()
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args-wtf-containers.cpp108 class HashMap { class
182 using WTF::HashMap;
232 HashMap<Ref<RefCounted>, unsigned> map; in test()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h91 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2324 MapVector<unsigned, std::pair<unsigned, unsigned>> HashMap; in reorder()
2337 HashMap.clear(); in reorder()
2338 HashMap[NumFreeOpsHash.Hash] = std::make_pair(1, Lane); in reorder()
2344 HashMap[NumFreeOpsHash.Hash] = std::make_pair(1, Lane); in reorder()
2348 HashMap.try_emplace(NumFreeOpsHash.Hash, 1, Lane); in reorder()
2356 for (const auto &Data : reverse(HashMap)) { in reorder()
1997 MapVector<unsigned, std::pair<unsigned, unsigned>> HashMap; getBestLaneToStartReordering() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6078 // the HashMap (keyed by x_private). When we later need to xdr_destroy,