Home
last modified time | relevance | path

Searched refs:getFuncName (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/llvm/unittests/ProfileData/
DInstrProfTest.cpp838 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/
DInstrProfTest.cpp840 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/
DSampleContextTracker.cpp64 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()
DSampleProfile.cpp1084 auto CalleeFunctionName = FS->getFuncName(); in inlineHotFunctions()
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h671 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 {
DInstrProf.h497 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()
DInstrProfReader.h292 return Symtab->getFuncName(swap(NameRef)); in getName()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h521 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/
DInstrProf.h491 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()
DInstrProfReader.h283 return Symtab->getFuncName(swap(NameRef)); in getName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h713 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/
DInstrProf.h474 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()
DInstrProfReader.h244 return Symtab->getFuncName(swap(NameRef)); in getName()
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h736 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/
DSampleContextTracker.h56 const StringRef getFuncName() const;
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp178 StringRef getFuncName() { in getFuncName() function
239 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName() in perform()
DPGOInstrumentation.cpp1125 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon5ac421420611::PGOUseFunc
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp249 << Symtab->getFuncName(Target) << "\n"); in isPromotionLegal()
293 StringRef TargetFuncName = Symtab->getFuncName(Target); in getPromotionCandidatesForCallSite()
DPGOInstrumentation.cpp514 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anonf6d59f140211::PGOUseFunc
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp334 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/
DInstrProfWriter.cpp326 OS << Symtab.getFuncName(VD[I].Value) << ":" << VD[I].Count << "\n"; in writeRecordInText()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp366 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/
DCoverageMappingReader.cpp421 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/
Dllvm-profdata.cpp402 OS << Symtab.getFuncName(VD[V].Value) << ", " << VD[V].Count in showInstrProfile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1047 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon67a221360511::PGOUseFunc

12