Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeDetail.h92 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey() function
154 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey() function
240 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey() function
300 static unsigned hashKey(const KeyTy &key) { return key.getHashValue(); } in hashKey() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DAttributeDetail.h176 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
273 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
334 static ::llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
H A DTypeDetail.h36 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
H A DExtensibleDialect.cpp109 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
226 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
H A DBuiltinAttributes.cpp704 static ::llvm::hash_code hashKey(const KeyTy &tblgenKey) { in hashKey() function
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h230 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
256 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
308 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
359 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h30 using has_impltype_hash_t = decltype(ImplTy::hashKey(std::declval<T>()));
326 return ImplTy::hashKey(derivedKey); in getHash()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h224 static llvm::hash_code hashKey(const KeyTy &key) { return key.hashValue(); } in hashKey() function
348 static unsigned hashKey(const KeyTy &key) { in hashKey() function
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp33 static unsigned hashKey(const KeyTy &key) { return llvm::hash_value(key); } in hashKey() function
H A DFIRType.cpp136 static unsigned hashKey(const KeyTy &key) { in hashKey() function
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp504 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-7.md108 static llvm::hash_code hashKey(const KeyTy &key) {
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md902 - `static llvm::hash_code hashKey(const KeyTy &)`
924 static llvm::hash_code hashKey(const KeyTy &key) {