Home
last modified time | relevance | path

Searched defs:computeHash (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp76 static llvm::hash_code computeHash(SymbolOpInterface symbolOp) { in computeHash() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp95 llvm::hash_code test::computeHash(const PropertiesWithCustomPrint &prop) { in computeHash() function in test
190 llvm::hash_code test::computeHash(const VersionedProperties &prop) { in computeHash() function in test
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp368 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash
/llvm-project/mlir/unittests/IR/
H A DOpPropertiesTest.cpp95 inline llvm::hash_code computeHash(const TestProperties &prop) { in computeHash() function
/llvm-project/lld/wasm/
H A DWriter.cpp234 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, computeHash() function
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp675 llvm::hash_code OperationEquivalence::computeHash( computeHash() function in OperationEquivalence
/llvm-project/lld/ELF/
H A DWriter.cpp2821 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, computeHash() function
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp3680 size_t BinaryFunction::computeHash(bool UseDFS, HashFunction HashFunction, computeHash() function in llvm::bolt::BinaryFunction