Home
last modified time | relevance | path

Searched defs:HashType (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h283 IndexedInstrProf::HashT HashType; variable
291 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
DInstrProf.h897 const HashT HashType = HashT::MD5; variable
907 uint64_t HashType; member
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h259 IndexedInstrProf::HashT HashType; variable
267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
DInstrProf.h792 const HashT HashType = HashT::MD5; variable
802 uint64_t HashType; member
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp557 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
651 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp581 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
678 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc36 typedef long HashType; // NOLINT typedef
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp78 enum HashType : unsigned char { enum in __anon042c96440111::PGOHash