/external/llvm-project/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 838 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1")); in TEST_P() 840 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P() 842 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P() 844 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P() 846 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P() 848 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P() 852 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4")); in TEST_P() 854 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4")); in TEST_P() 863 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1")); in TEST_P() 865 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2")); in TEST_P() [all …]
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 840 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1")); in TEST_P() 842 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P() 844 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P() 846 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P() 848 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P() 850 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P() 854 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4")); in TEST_P() 856 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4")); in TEST_P() 867 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1")); in TEST_P() 869 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2")); in TEST_P() [all …]
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | SampleContextTracker.cpp | 64 uint32_t Hash = nodeHash(NodeToMove.getFuncName(), CallSite); in moveToChildContext() 100 OldParentContext.removeChildContext(OldCallSite, NewNode.getFuncName()); in moveToChildContext() 116 const StringRef ContextTrieNode::getFuncName() const { return FuncName; } in getFuncName() function in llvm::ContextTrieNode 142 dbgs() << " Node: " << It.second.getFuncName() << "\n"; in dump() 162 assert(It->second.getFuncName() == CalleeName && in getOrCreateChildContext() 491 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree() 516 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName()); in promoteMergeContextSamplesTree()
|
D | SampleProfile.cpp | 1084 auto CalleeFunctionName = FS->getFuncName(); in inlineHotFunctions()
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 671 if (isDeclaration(M->getFunction(getFuncName()))) { 680 const Function *Callee = M->getFunction(getFuncName(TS.getKey())); 701 StringRef getFuncName() const { return getFuncName(Name); } 742 StringRef getFuncName(StringRef Name) const {
|
D | InstrProf.h | 497 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize); 501 inline StringRef getFuncName(uint64_t FuncMD5Hash); 557 StringRef ret = getFuncName(FuncMD5Hash); in getFuncNameOrExternalSymbol() 563 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { in getFuncName() function 588 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName()
|
D | InstrProfReader.h | 292 return Symtab->getFuncName(swap(NameRef)); in getName()
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 521 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 524 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName() 549 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 551 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 491 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize); 495 inline StringRef getFuncName(uint64_t FuncMD5Hash); 551 StringRef ret = getFuncName(FuncMD5Hash); in getFuncNameOrExternalSymbol() 557 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { in getFuncName() function 582 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName()
|
D | InstrProfReader.h | 283 return Symtab->getFuncName(swap(NameRef)); in getName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 713 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 716 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName() 744 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 746 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 474 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize); 477 inline StringRef getFuncName(uint64_t FuncMD5Hash); 514 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { in getFuncName() function 537 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName()
|
D | InstrProfReader.h | 244 return Symtab->getFuncName(swap(NameRef)); in getName()
|
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 736 FuncName = ProfileNames.getFuncName(NameRef); in getFuncNameViaRef() 785 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 788 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName() 833 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 877 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | SampleContextTracker.h | 56 const StringRef getFuncName() const;
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 178 StringRef getFuncName() { in getFuncName() function 239 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName() in perform()
|
D | PGOInstrumentation.cpp | 1125 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon5ac421420611::PGOUseFunc
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 249 << Symtab->getFuncName(Target) << "\n"); in isPromotionLegal() 293 StringRef TargetFuncName = Symtab->getFuncName(Target); in getPromotionCandidatesForCallSite()
|
D | PGOInstrumentation.cpp | 514 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anonf6d59f140211::PGOUseFunc
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 334 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab 400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 326 OS << Symtab.getFuncName(VD[I].Value) << ":" << VD[I].Count << "\n"; in writeRecordInText()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 366 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab 433 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 421 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab 525 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 402 OS << Symtab.getFuncName(VD[V].Value) << ", " << VD[V].Count in showInstrProfile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1047 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon67a221360511::PGOUseFunc
|