Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1980 SmallVector<size_t, 16> HashComponents; in getHashValue() local
1981 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()