Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp366 static unsigned hashKey(const KeyTy &key) { return llvm::hash_combine(key); } in hashKey() function
389 static unsigned hashKey(const KeyTy &key) { return llvm::hash_combine(key); } in hashKey() function
413 static unsigned hashKey(const KeyTy &) { return llvm::hash_combine(0); } in hashKey() function
432 static unsigned hashKey(const KeyTy &) { return llvm::hash_combine(0); } in hashKey() function
451 static unsigned hashKey(const KeyTy &key) { return llvm::hash_combine(key); } in hashKey() function
475 static unsigned hashKey(const KeyTy &key) { return llvm::hash_combine(key); } in hashKey() function
499 static unsigned hashKey(const KeyTy &key) { return llvm::hash_combine(key); } in hashKey() function
523 static unsigned hashKey(const KeyTy &key) { return llvm::hash_combine(key); } in hashKey() function
547 static unsigned hashKey(const KeyTy &key) { in hashKey() function
582 static unsigned hashKey(const KeyTy &key) { return llvm::hash_combine(key); } in hashKey() function
[all …]
DFIRAttr.cpp30 static unsigned hashKey(const KeyTy &key) { return llvm::hash_value(key); } in hashKey() function
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
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
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_attributes.cc33 static unsigned hashKey(const KeyTy& key) { in hashKey() function
56 static unsigned hashKey(const KeyTy& key) { in hashKey() function
Dtf_types.h184 static llvm::hash_code hashKey(const KeyTy& key) { in hashKey() function
/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h129 static unsigned hashKey(const KeyTy &key) { in hashKey() function
190 static unsigned hashKey(const KeyTy &key) { in hashKey() function
495 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
593 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
653 static unsigned hashKey(const KeyTy &key) { in hashKey() function
684 static unsigned hashKey(const KeyTy &key) { in hashKey() function
DTypeDetail.h64 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp109 UnicodeString hashKey(key, -1, US_INV); in getItem() local
110 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey); in getItem()
/external/llvm-project/mlir/include/mlir/Support/
DStorageUniquer.h28 using has_impltype_hash_t = decltype(ImplTy::hashKey(std::declval<T>()));
302 return ImplTy::hashKey(derivedKey); in getHash()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h224 static llvm::hash_code hashKey(const KeyTy &key) { return key.hashValue(); } in hashKey() function
350 static unsigned hashKey(const KeyTy &key) { in hashKey() function
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1367 int32_t hashKey = desiredLocale.hashCode(); in makeInstance() local
1371 ns = (NumberingSystem *)uhash_iget(NumberingSystem_cache, hashKey); in makeInstance()
1374 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status); in makeInstance()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp443 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
/external/llvm-project/mlir/docs/Tutorials/
DDefiningAttributesAndTypes.md89 - `static llvm::hash_code hashKey(const KeyTy &)`
111 static llvm::hash_code hashKey(const KeyTy &key) {
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-7.md108 static llvm::hash_code hashKey(const KeyTy &key) {