/external/compiler-rt/lib/profile/ |
D | InstrProfilingMerge.c | 75 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
|
D | InstrProfData.inc | 76 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/ |
D | InstrProfReader.cpp | 364 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/ |
D | InstrProfReader.cpp | 386 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/ |
D | CoverageMappingReader.cpp | 394 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/ |
D | CoverageMappingReader.cpp | 418 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/ |
D | InstrProfReader.h | 395 uint64_t FuncHash); 398 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
|
D | InstrProfData.inc | 76 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/ |
D | InstrProfReader.h | 426 uint64_t FuncHash); 429 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
|
D | InstrProfData.inc | 76 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/ |
D | PGOInstrumentation.cpp | 289 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()
|
D | InstrProfiling.cpp | 634 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/ |
D | CoverageMapping.h | 509 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/ |
D | CoverageMapping.h | 696 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/ |
D | CoverageMappingGen.cpp | 961 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord() argument
|