Searched refs:IndexedInstrProf (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 306 IndexedInstrProf::ComputeHash(FuncName.trim())); in readTemporalProfTraceData() 364 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData() 372 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData() 884 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash() 926 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData() 942 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData() 961 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData() 1003 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex() 1144 return Magic == IndexedInstrProf::Magic; in hasFormat() 1148 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version, in readSummary() [all …]
|
H A D | InstrProfWriter.cpp | 119 return IndexedInstrProf::ComputeHash(K); in ComputeHash() 425 static void setSummary(IndexedInstrProf::Summary *TheSummary, in setSummary() 427 using namespace IndexedInstrProf; in setSummary() 782 uint64_t InstrProfWriter::writeHeader(const IndexedInstrProf::Header &Header, in writeHeader() 835 using namespace IndexedInstrProf; in writeImpl() 855 IndexedInstrProf::Header Header; in writeImpl() 857 ? IndexedInstrProf::ProfVersion::Version11 in writeImpl() 858 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl() 861 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl() 862 IndexedInstrProf::ProfVersion::Version12); in writeImpl() [all …]
|
H A D | InstrProf.cpp | 1623 namespace IndexedInstrProf { namespace 1632 if (H.Magic != IndexedInstrProf::Magic) in readFromBuffer() 1638 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer() 1641 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer() 1674 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
|
H A D | InstrProfCorrelator.cpp | 410 this->addDataProbe(IndexedInstrProf::ComputeHash(*FunctionName), *CFGHash, in correlateProfileDataImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 472 namespace IndexedInstrProf { 482 IndexedInstrProf::HashT HashType; 490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() 582 IndexedInstrProf::HashT HashType, uint64_t Version); 709 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
|
H A D | InstrProf.h | 439 namespace IndexedInstrProf { 580 IndexedInstrProf::ComputeHash(SymbolName), Ins.first->getKey())); in addSymbolName() 1053 namespace IndexedInstrProf { 1117 uint64_t Magic = IndexedInstrProf::Magic; 1123 uint64_t HashType = static_cast<uint64_t>(IndexedInstrProf::HashType);
|
H A D | InstrProfWriter.h | 219 uint64_t writeHeader(const IndexedInstrProf::Header &header,
|
H A D | InstrProfData.inc | 76 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName())))) 110 IndexedInstrProf::ComputeHash(PGOVTableName)))
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 43 PGOReader ? PGOReader->getVersion() : llvm::IndexedInstrProf::Version); in setFuncName() 337 if (ProfileVersion >= llvm::IndexedInstrProf::Version7) in VisitBinaryOperator() 1068 uint64_t ProfileVersion = llvm::IndexedInstrProf::Version; in mapRegionCounters()
|
H A D | CoverageMappingGen.cpp | 2494 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord() 2548 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit()
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 76 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName())))) 110 IndexedInstrProf::ComputeHash(PGOVTableName)))
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 706 llvm::IndexedInstrProf::ComputeHash(FilenameRegion); in readCoverageHeader()
|
H A D | CoverageMapping.cpp | 829 ProfileReader.getVersion() < IndexedInstrProf::ProfVersion::Version12; in loadFunctionRecord()
|