Home
last modified time | relevance | path

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

/freebsd/contrib/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(); } in supportsTypeLookup()
193 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h95 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java95 Map <String, Long> firstValues = new HashMap <String, Long> (); in testCleared()
H A DTestBean.java299 new HashMap < Tuple, String > (); in getPrintaRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2769 MapVector<unsigned, std::pair<unsigned, unsigned>> HashMap; in getBestLaneToStartReordering() local
2782 HashMap.clear(); in getBestLaneToStartReordering()
2783 HashMap[NumFreeOpsHash.Hash] = std::make_pair(1, Lane); in getBestLaneToStartReordering()
2789 HashMap[NumFreeOpsHash.Hash] = std::make_pair(1, Lane); in getBestLaneToStartReordering()
2793 HashMap.try_emplace(NumFreeOpsHash.Hash, 1, Lane); in getBestLaneToStartReordering()
2801 for (const auto &Data : reverse(HashMap)) { in getBestLaneToStartReordering()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6111 // the HashMap (keyed by x_private). When we later need to xdr_destroy,