/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIRType.cpp | 366 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 …]
|
D | FIRAttr.cpp | 30 static unsigned hashKey(const KeyTy &key) { return llvm::hash_value(key); } in hashKey() function
|
/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | TypeDetail.h | 92 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/ |
D | tf_attributes.cc | 33 static unsigned hashKey(const KeyTy& key) { in hashKey() function 56 static unsigned hashKey(const KeyTy& key) { in hashKey() function
|
D | tf_types.h | 184 static llvm::hash_code hashKey(const KeyTy& key) { in hashKey() function
|
/external/llvm-project/mlir/lib/IR/ |
D | AttributeDetail.h | 129 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
|
D | TypeDetail.h | 64 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | datamap.cpp | 109 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/ |
D | StorageUniquer.h | 28 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/ |
D | TypeDetail.h | 224 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/ |
D | numfmt.cpp | 1367 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/ |
D | Dialect.cpp | 443 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey() function
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | DefiningAttributesAndTypes.md | 89 - `static llvm::hash_code hashKey(const KeyTy &)` 111 static llvm::hash_code hashKey(const KeyTy &key) {
|
/external/llvm-project/mlir/docs/Tutorials/Toy/ |
D | Ch-7.md | 108 static llvm::hash_code hashKey(const KeyTy &key) {
|