/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 240 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 262 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 287 unsigned ComputeHash() const; 337 unsigned ComputeHash() const; 374 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 376 return TempID.ComputeHash(); in ComputeHash() 390 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 394 return TempID.ComputeHash(); in ComputeHash() 496 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 542 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 243 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 266 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 291 unsigned ComputeHash() const; 343 unsigned ComputeHash() const; 381 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 383 return TempID.ComputeHash(); in ComputeHash() 397 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 401 return TempID.ComputeHash(); in ComputeHash() 432 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 513 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | FoldingSet.h | 250 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 272 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 297 unsigned ComputeHash() const; 349 unsigned ComputeHash() const; 387 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 389 return TempID.ComputeHash(); in ComputeHash() 403 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 407 return TempID.ComputeHash(); in ComputeHash() 440 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 523 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 248 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 270 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 295 unsigned ComputeHash() const; 345 unsigned ComputeHash() const; 382 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 384 return TempID.ComputeHash(); in ComputeHash() 398 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 402 return TempID.ComputeHash(); in ComputeHash() 519 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 580 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, in ComputeNodeHash()
|
/external/llvm-project/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 838 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1")); in TEST_P() 840 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P() 842 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P() 844 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P() 846 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P() 848 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P() 852 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4")); in TEST_P() 854 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4")); in TEST_P() 863 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1")); in TEST_P() 865 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2")); in TEST_P() [all …]
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 840 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1")); in TEST_P() 842 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P() 844 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P() 846 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P() 848 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P() 850 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P() 854 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4")); in TEST_P() 856 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4")); in TEST_P() 867 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1")); in TEST_P() 869 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2")); in TEST_P() [all …]
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 89 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function 148 static hash_value_type ComputeHash(const internal_key_type& a); 225 static hash_value_type ComputeHash(Selector Sel); 275 static hash_value_type ComputeHash(internal_key_ref ikey);
|
D | ASTCommon.h | 71 unsigned ComputeHash(Selector Sel);
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 94 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function 142 static hash_value_type ComputeHash(const internal_key_type& a); 219 static hash_value_type ComputeHash(Selector Sel); 270 static hash_value_type ComputeHash(internal_key_ref ikey);
|
D | ASTCommon.h | 73 unsigned ComputeHash(Selector Sel);
|
/external/llvm/lib/Support/ |
D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 146 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 147 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 322 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 146 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 147 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 322 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 29 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 323 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | op_builder.cc | 41 inline uint64_t ComputeHash(const int shape[], const char* data, in ComputeHash() function 49 inline uint64_t ComputeHash(const TfLiteTensor& tensor, const int shape[], in ComputeHash() function 51 auto data_hash = ComputeHash(shape, tensor.data.raw_const, tensor.bytes); in ComputeHash() 184 auto cache_key = ComputeHash(shape, data, data_size); in AddConstNodeWithData() 209 auto cache_key = ComputeHash(tensor, shape, int8_to_uint8 ? 1 : 0); in AddConstNodeWithData()
|
/external/llvm-project/llvm/lib/Support/ |
D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 150 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 151 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 328 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
/external/angle/src/libANGLE/ |
D | MemoryProgramCache.cpp | 106 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() function in gl::MemoryProgramCache 145 ComputeHash(context, program, hashOut); in getProgram() 239 ComputeHash(context, program, &programHash); in updateProgram()
|
D | MemoryProgramCache.h | 31 static void ComputeHash(const Context *context,
|
/external/llvm/unittests/ADT/ |
D | FoldingSet.cpp | 35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash()); in TEST()
|
/external/llvm-project/llvm/unittests/ADT/ |
D | FoldingSet.cpp | 34 EXPECT_EQ(a.ComputeHash(), b.ComputeHash()); in TEST()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 399 uint64_t ComputeHash(StringRef K); 463 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName() 760 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function 794 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 397 uint64_t ComputeHash(StringRef K); 473 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName() 948 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function 984 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 403 uint64_t ComputeHash(StringRef K); 479 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName() 954 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function 993 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 71 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 135 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 135 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 135 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|