Searched refs:HashT (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 252 enum class HashT : uint32_t; 259 IndexedInstrProf::HashT HashType; 267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() 337 IndexedInstrProf::HashT HashType, uint64_t Version);
|
D | InstrProf.h | 754 enum class HashT : uint32_t { enum 760 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() 762 case HashT::MD5: in ComputeHash() 792 const HashT HashType = HashT::MD5;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 275 enum class HashT : uint32_t; 283 IndexedInstrProf::HashT HashType; 291 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() 362 IndexedInstrProf::HashT HashType, uint64_t Version);
|
D | InstrProf.h | 858 enum class HashT : uint32_t { enum 863 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() 865 case HashT::MD5: in ComputeHash() 897 const HashT HashType = HashT::MD5;
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 557 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex() 651 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() 653 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
|
/external/skqp/include/private/ |
D | SkTHash.h | 310 template <typename T, typename HashT = SkGoodHash> 351 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
|
/external/skia/include/private/ |
D | SkTHash.h | 310 template <typename T, typename HashT = SkGoodHash> 351 static uint32_t Hash(const T& item) { return HashT()(item); } in Hash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 581 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex() 678 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() 680 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
|