Home
last modified time | relevance | path

Searched defs:Summary (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp196 void HexagonShuffler::restrictSlot1AOK(HexagonPacketSummary const &Summary) { in restrictSlot1AOK()
220 HexagonPacketSummary const &Summary) { in restrictNoSlot1Store()
249 bool HexagonShuffler::applySlotRestrictions(HexagonPacketSummary const &Summary, in applySlotRestrictions()
271 void HexagonShuffler::restrictBranchOrder(HexagonPacketSummary const &Summary) { in restrictBranchOrder()
319 bool HexagonShuffler::ValidResourceUsage(HexagonPacketSummary const &Summary) { in ValidResourceUsage()
358 HexagonPacketSummary const &Summary) { in restrictStoreLoadOrder()
453 HexagonPacketSummary Summary = HexagonPacketSummary(); in GetPacketSummary() local
585 void HexagonShuffler::restrictPreferSlot3(HexagonPacketSummary const &Summary, in restrictPreferSlot3()
612 const HexagonPacketSummary Summary = GetPacketSummary(); in check() local
628 HexagonShuffler::tryAuction(HexagonPacketSummary const &Summary) { in tryAuction()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1068 struct Summary { struct
1078 enum SummaryFieldKind { argument
1097 uint64_t NumSummaryFields; argument
1101 Summary() = delete; argument
1102 Summary(uint32_t Size) { memset(this, 0, Size); } in Summary() argument
1107 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) + in getSize() argument
1111 const uint64_t *getSummaryDataBase() const { in getSummaryDataBase() argument
1115 uint64_t *getSummaryDataBase() { in getSummaryDataBase() argument
1128 uint64_t get(SummaryFieldKind K) const { in get() argument
1132 void set(SummaryFieldKind K, uint64_t V) { in set() argument
[all …]
H A DSampleProfWriter.h156 std::unique_ptr<ProfileSummary> Summary; variable
H A DSampleProfReader.h512 std::unique_ptr<ProfileSummary> Summary; variable
H A DInstrProfReader.h650 std::unique_ptr<ProfileSummary> Summary; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp558 const Summary &Summary, in apply()
571 const Summary &Summary, in apply()
584 const Summary &Summary, in apply()
604 const Summary &Summary, in apply()
621 const Summary &Summary, in apply()
758 class Summary { class in __anon6bc7ad640111::StdLibraryFunctionsChecker
1061 const Summary &Summary, llvm::raw_ostream &Out) const { in describe() argument
1170 const Summary &Summary, llvm::raw_ostream &Out) const { in describe() argument
1316 const Summary &Summary = *FoundSummary; in checkPreCall() local
1368 const Summary &Summary = *FoundSummary; in checkPostCall() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp62 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in isDSOLocal()
71 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in canAutoHide()
169 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local
188 auto &Summary = VI.getSummaryList()[0]; in getGlobalValueSummary() local
280 [&](const std::unique_ptr<GlobalValueSummary> &Summary) { in propagateAttributes()
313 for (const std::unique_ptr<GlobalValueSummary> &Summary : in propagateAttributes() local
H A DProfileSummary.cpp149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
242 SummaryEntryVector Summary; in getFromMD() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp46 struct Summary { struct
47 Summary(StringRef Name) : Name(Name) {} in Summary() function
49 StringRef Name;
50 uint64_t lines = 0;
51 uint64_t linesExec = 0;
52 uint64_t branches = 0;
53 uint64_t branchesExec = 0;
54 uint64_t branchesTaken = 0;
H A DInstrProfReader.cpp1141 std::unique_ptr<llvm::ProfileSummary> &Summary = in readSummary() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp50 const FileCoverageSummary &Summary) { in renderFunctionSummary()
163 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary()
168 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary()
H A DCoverageSummaryInfo.cpp114 FunctionCoverageSummary Summary(Name); in get() local
H A DCoverageExporterJson.cpp176 json::Object renderSummary(const FileCoverageSummary &Summary) { in renderSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp205 auto *Summary = dyn_cast<FunctionSummary>(GVSummary->getBaseObject()); in qualifyCalleeCandidates() local
264 auto *Summary = in selectCallee() local
323 onImportingSummaryImpl(const GlobalValueSummary &Summary, in onImportingSummaryImpl()
388 void onImportingSummary(const GlobalValueSummary &Summary) { in onImportingSummary()
681 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction()
887 auto *Summary = std::get<0>(GVInfo); in computeImportForModule() local
1141 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndexForTest() local
1288 for (const auto &Summary : VI.getSummaryList()) { in computeDeadSymbolsAndUpdateIndirectCalls() local
H A DWholeProgramDevirt.cpp385 for (const auto &Summary : TheFnVI.getSummaryList()) { in mustBeUnreachableFunction() local
922 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex()
928 ModuleSummaryIndex &Summary, in updateIndexWPDForExports()
953 static Error checkCombinedSummaryForTesting(ModuleSummaryIndex *Summary) { in checkCombinedSummaryForTesting()
971 std::unique_ptr<ModuleSummaryIndex> Summary = in runForTesting() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp805 for (const auto &Summary : VI.getSummaryList()) in setLiveRoot() local
874 std::unique_ptr<FunctionSummary> Summary = in buildModuleSummaryIndex() local
899 std::unique_ptr<GlobalVarSummary> Summary = in buildModuleSummaryIndex() local
961 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex() local
982 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp77 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp201 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase() local
501 for (auto &Summary : M.second) { in forEachSummary() local
511 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary() local
3962 const TypeIdSummary &Summary) { in writeTypeIdSummaryRecord()
3980 const std::string &Id, const TypeIdCompatibleVtableInfo &Summary, in writeTypeIdCompatibleVtableSummaryRecord()
4046 SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, in writePerModuleFunctionSummaryRecord()
4109 auto *Summary = VI.getSummaryList()[0].get(); in writeModuleLevelReferences() local
4288 auto *Summary = VI.getSummaryList()[0].get(); in writePerModuleGlobalValueSummary() local
4309 auto *Summary = Index->getGlobalValueSummary(A); in writePerModuleGlobalValueSummary() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp59 Summary, // Report counts but not details. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h45 std::unique_ptr<ProfileSummary> Summary; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp113 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker()
123 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker()
H A DLTOBackend.cpp711 for (const auto &Summary : GlobalList.second.SummaryList) { in initImportList() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h158 Summary, // --print=summary enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h321 enum class PrintType { Summary, Contents, RecursiveContents }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp382 for (auto &Summary : Summaries.second.SummaryList) { in printIndexStats() local

12