Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp182 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) { in calculateHash() function in MDNodeOpsKey
187 unsigned RawHash = calculateHash(MDs); in calculateHash()
195 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { in calculateHash() function in MDNodeOpsKey
DLLVMContextImpl.h213 : RawOps(Ops), Hash(calculateHash(Ops)) {} in MDNodeOpsKey()
229 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
239 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
272 static unsigned calculateHash(MDTuple *N) {
273 return MDNodeOpsKey::calculateHash(N);
321 static unsigned calculateHash(GenericDINode *N) {
322 return MDNodeOpsKey::calculateHash(N, 1);
DDebugInfoMetadata.cpp287 setHash(GenericDINodeInfo::KeyTy::calculateHash(this)); in recalculateHash()
DMetadata.cpp688 setHash(MDTupleInfo::KeyTy::calculateHash(this)); in recalculateHash()