Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c75 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
DInstrProfData.inc76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
213 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp364 Record.Hash = swap(Data->FuncHash); in readFuncHash()
679 uint64_t FuncHash) { in getInstrProfRecord() argument
687 if (Data[I].Hash == FuncHash) { in getInstrProfRecord()
695 uint64_t FuncHash, in getFunctionCounts() argument
697 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp386 Record.Hash = swap(Data->FuncHash); in readFuncHash()
708 uint64_t FuncHash) { in getInstrProfRecord() argument
716 if (Data[I].Hash == FuncHash) { in getInstrProfRecord()
724 uint64_t FuncHash, in getFunctionCounts() argument
726 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp394 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() local
402 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin, in insertFunctionRecordIfNeeded()
417 isCoverageMappingDummy(FuncHash, Mapping); in insertFunctionRecordIfNeeded()
422 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
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()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h395 uint64_t FuncHash);
398 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
DInstrProfData.inc76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
213 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h426 uint64_t FuncHash);
429 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
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))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp289 uint64_t FuncHash = 0; member
309 FuncHash = FHash; in instrumentSelects()
341 uint64_t FuncHash = 0; member
357 FuncHash = FHash; in instrumentMemIntrinsics()
1227 Builder.getInt64(FuncHash), Builder.getInt32(TotalNumCtrs), in instrumentOneSelectInst()
1282 Builder.getInt64(FuncHash), Builder.CreateZExtOrTrunc(Length, Int64Ty), in instrumentOneMemIntrinsic()
DInstrProfiling.cpp634 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() local
636 if (Name.endswith((Twine(".") + Twine(FuncHash)).toStringRef(HashPostfix))) in getVarName()
638 return (Prefix + Name + "." + Twine(FuncHash)).str(); in getVarName()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h509 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
537 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h696 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
727 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp961 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord() argument