Home
last modified time | relevance | path

Searched refs:FuncHash (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h619 uint64_t FuncHash; member
623 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level()
630 FuncHash = Hash; in setFuncInfo()
854 static bool hasCSFlagInHash(uint64_t FuncHash) { in hasCSFlagInHash()
855 return ((FuncHash >> CS_FLAG_IN_FUNC_HASH) & 1); in hasCSFlagInHash()
857 static void setCSFlagInHash(uint64_t &FuncHash) { in setCSFlagInHash()
858 FuncHash |= ((uint64_t)1 << CS_FLAG_IN_FUNC_HASH); in setCSFlagInHash()
DInstrProfReader.h475 uint64_t FuncHash);
478 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
DInstrProfData.inc75 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
225 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
226 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp408 Record.Hash = swap(Data->FuncHash); in readFuncHash()
873 uint64_t FuncHash) { in getInstrProfRecord() argument
881 if (Data[I].Hash == FuncHash) { in getInstrProfRecord()
889 uint64_t FuncHash, in getFunctionCounts() argument
891 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
DInstrProf.cpp1222 << " Function: " << FuncName << " (Hash=" << FuncHash << ")\n"; in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp427 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() local
437 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin, in insertFunctionRecordIfNeeded()
452 isCoverageMappingDummy(FuncHash, Mapping); in insertFunctionRecordIfNeeded()
457 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h698 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
729 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp683 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() local
685 if (Name.endswith((Twine(".") + Twine(FuncHash)).toStringRef(HashPostfix))) in getVarName()
687 return (Prefix + Name + "." + Twine(FuncHash)).str(); in getVarName()
DPGOInstrumentation.cpp315 uint64_t FuncHash = 0; member
335 FuncHash = FHash; in instrumentSelects()
1357 Builder.getInt64(FuncHash), Builder.getInt32(TotalNumCtrs), in instrumentOneSelectInst()