Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp194 unsigned MDNodeOpsKey::calculateHash(MDNode *N, unsigned Offset) { in calculateHash() function in MDNodeOpsKey
199 unsigned RawHash = calculateHash(MDs); in calculateHash()
207 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { in calculateHash() function in MDNodeOpsKey
H A DLLVMContextImpl.h249 : RawOps(Ops), Hash(calculateHash(Ops)) {}
265 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
275 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
308 static unsigned calculateHash(MDTuple *N) {
309 return MDNodeOpsKey::calculateHash(N);
357 static unsigned calculateHash(GenericDINode *N) {
358 return MDNodeOpsKey::calculateHash(N, 1);
H A DMetadata.cpp889 setHash(MDTupleInfo::KeyTy::calculateHash(this)); in recalculateHash()
H A DDebugInfoMetadata.cpp413 setHash(GenericDINodeInfo::KeyTy::calculateHash(this)); in recalculateHash()