Home
last modified time | relevance | path

Searched defs:hashKey (Results 1 – 9 of 9) sorted by relevance

/llvm-project/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/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h231 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
259 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
333 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
386 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
504 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
/llvm-project/mlir/lib/IR/
H A DAttributeDetail.h172 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
272 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
333 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.cpp108 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
225 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h231 static llvm::hash_code hashKey(const KeyTy &key) { return key.hashValue(); } in hashKey() function
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp40 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/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp528 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function