Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c76 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
H A DInstrProfData.inc76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
224 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
225 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp402 Record.Hash = swap(Data->FuncHash); in readFuncHash()
854 uint64_t FuncHash) { in getInstrProfRecord() argument
862 if (Data[I].Hash == FuncHash) { in getInstrProfRecord()
870 uint64_t FuncHash, in getFunctionCounts() argument
872 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp418 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() local
428 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin, in insertFunctionRecordIfNeeded()
443 isCoverageMappingDummy(FuncHash, Mapping); in insertFunctionRecordIfNeeded()
448 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h447 uint64_t FuncHash);
450 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
H A DInstrProfData.inc76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
224 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
225 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp294 uint64_t FuncHash = 0; member
314 FuncHash = FHash; in instrumentSelects()
346 uint64_t FuncHash = 0; member
362 FuncHash = FHash; in instrumentMemIntrinsics()
1234 Builder.getInt64(FuncHash), Builder.getInt32(TotalNumCtrs), in instrumentOneSelectInst()
1289 Builder.getInt64(FuncHash), Builder.CreateZExtOrTrunc(Length, Int64Ty), in instrumentOneMemIntrinsic()
H A DInstrProfiling.cpp644 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() local
646 if (Name.endswith((Twine(".") + Twine(FuncHash)).toStringRef(HashPostfix))) in getVarName()
648 return (Prefix + Name + "." + Twine(FuncHash)).str(); in getVarName()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h685 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
716 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1322 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord() argument