Searched refs:HashMap (Results 1 – 4 of 4) sorted by relevance
145 if (!HashMap.empty()) in buildHashMap()150 HashMap.resize(Header->NumHashBuckets); in buildHashMap()156 HashMap[HV].push_back(TIB++); in buildHashMap()165 if (Bucket > HashMap.size()) in findRecordsByName()169 for (TypeIndex TI : HashMap[Bucket]) { in findRecordsByName()177 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); } in supportsTypeLookup()194 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef()
91 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
1782 MapVector<unsigned, std::pair<unsigned, unsigned>> HashMap; in getBestLaneToStartReordering() local1795 HashMap.clear(); in getBestLaneToStartReordering()1796 HashMap[NumFreeOpsHash.Hash] = std::make_pair(1, Lane); in getBestLaneToStartReordering()1802 HashMap[NumFreeOpsHash.Hash] = std::make_pair(1, Lane); in getBestLaneToStartReordering()1805 auto It = HashMap.find(NumFreeOpsHash.Hash); in getBestLaneToStartReordering()1806 if (It == HashMap.end()) in getBestLaneToStartReordering()1807 HashMap[NumFreeOpsHash.Hash] = std::make_pair(1, Lane); in getBestLaneToStartReordering()1815 for (const auto &Data : reverse(HashMap)) { in getBestLaneToStartReordering()
6087 // the HashMap (keyed by x_private). When we later need to xdr_destroy,