Searched refs:HashComponents (Results 1 – 4 of 4) sorted by relevance
158 SmallVector<stable_hash, 16> HashComponents; in stableHashValue() local159 HashComponents.reserve(MI.getNumOperands() + MI.getNumMemOperands() + 2); in stableHashValue()160 HashComponents.push_back(MI.getOpcode()); in stableHashValue()161 HashComponents.push_back(MI.getFlags()); in stableHashValue()168 HashComponents.push_back(stable_hash_combine( in stableHashValue()176 HashComponents.push_back(StableHash); in stableHashValue()182 HashComponents.push_back(static_cast<unsigned>(Op->getSize())); in stableHashValue()183 HashComponents.push_back(static_cast<unsigned>(Op->getFlags())); in stableHashValue()184 HashComponents.push_back(static_cast<unsigned>(Op->getOffset())); in stableHashValue()185 HashComponents.push_back(static_cast<unsigned>(Op->getOrdering())); in stableHashValue()[all …]
2072 SmallVector<size_t, 16> HashComponents; in getHashValue() local2073 HashComponents.reserve(MI->getNumOperands() + 1); in getHashValue()2074 HashComponents.push_back(MI->getOpcode()); in getHashValue()2079 HashComponents.push_back(hash_value(MO)); in getHashValue()2081 return hash_combine_range(HashComponents.begin(), HashComponents.end()); in getHashValue()
2133 SmallVector<size_t, 8> HashComponents; in getHashValue() local2134 HashComponents.reserve(MI->getNumOperands() + 1); in getHashValue()2135 HashComponents.push_back(MI->getOpcode()); in getHashValue()2141 HashComponents.push_back(hash_value(MO)); in getHashValue()2143 return hash_combine_range(HashComponents.begin(), HashComponents.end()); in getHashValue()
1980 SmallVector<size_t, 16> HashComponents; in getHashValue() local1981 HashComponents.reserve(MI->getNumOperands() + 1); in getHashValue()1982 HashComponents.push_back(MI->getOpcode()); in getHashValue()1987 HashComponents.push_back(hash_value(MO)); in getHashValue()1989 return hash_combine_range(HashComponents.begin(), HashComponents.end()); in getHashValue()