Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1068 struct Summary { global() struct
1078 SummaryFieldKindSummary global() argument
1097 NumSummaryFieldsSummary global() argument
1101 NumCutoffEntriesSummary global() argument
1102 SummarySummary Summary() argument
1107 getSizeSummary getSize() argument
1111 getSummaryDataBaseSummary getSummaryDataBase() argument
1115 getSummaryDataBaseSummary getSummaryDataBase() argument
1121 getCutoffEntryBaseSummary getCutoffEntryBase() argument
1128 getSummary get() argument
1132 setSummary set() argument
1138 setEntrySummary setEntry() argument
1146 getEntrySummary allocSummary() argument
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; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp177 ProgramStateRef State, const Summary &Summary, in describe() argument
200 describeArgumentValue(const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describeArgumentValue() argument
558 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
571 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
584 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
604 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
621 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
758 class Summary { global() class in __anon46c7ee2e0111::StdLibraryFunctionsChecker
768 Summary(InvalidationKind InvalidationKd) : InvalidationKd(InvalidationKd) {} Summary() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::Summary
860 reportBug(const CallEvent & Call,ExplodedNode * N,const ValueConstraint * VC,const ValueConstraint * NegatedVC,const Summary & Summary,CheckerContext & C) const reportBug() argument
1038 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
1061 describe(DescriptionKind DK,const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describe() argument
1090 describeArgumentValue(const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describeArgumentValue() argument
1133 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
1155 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
1170 describe(DescriptionKind DK,const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describe() argument
1180 describeArgumentValue(const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describeArgumentValue() argument
1188 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
1218 describe(DescriptionKind DK,const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describe() argument
1228 describeArgumentValue(const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describeArgumentValue() argument
1236 apply(ProgramStateRef State,const CallEvent & Call,const Summary & Summary,CheckerContext & C) const apply() argument
1279 describe(DescriptionKind DK,const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describe() argument
1297 describeArgumentValue(const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describeArgumentValue() argument
1316 const Summary &Summary = *FoundSummary; checkPreCall() local
1368 const Summary &Summary = *FoundSummary; checkPostCall() local
1472 const Summary &Summary = *FoundSummary; evalCall() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp62 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in isDSOLocal() argument
71 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in canAutoHide() argument
169 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local
188 auto &Summary = VI.getSummaryList()[0]; getGlobalValueSummary() local
280 __anonefe9beb80302(const std::unique_ptr<GlobalValueSummary> &Summary) propagateAttributes() argument
313 for (const std::unique_ptr<GlobalValueSummary> &Summary : propagateAttributes() local
[all...]
H A DProfileSummary.cpp149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD() argument
242 SummaryEntryVector Summary; in getFromMD() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp46 struct Summary { struct
47 Summary(StringRef Name) : Name(Name) {} in Summary() argument
49 Name__anon12d00b0b0211::Summary global() argument
50 lines__anon12d00b0b0211::Summary global() argument
51 linesExec__anon12d00b0b0211::Summary global() argument
52 branches__anon12d00b0b0211::Summary global() argument
53 branchesExec__anon12d00b0b0211::Summary global() argument
54 branchesTaken__anon12d00b0b0211::Summary global() argument
[all...]
H A DInstrProfReader.cpp1141 std::unique_ptr<llvm::ProfileSummary> &Summary = readSummary() local
[all...]
/freebsd-src/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() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp205 auto *Summary = dyn_cast<FunctionSummary>(GVSummary->getBaseObject()); qualifyCalleeCandidates() local
264 auto *Summary = selectCallee() local
323 onImportingSummaryImpl(const GlobalValueSummary & Summary,SmallVectorImpl<const GlobalVarSummary * > & Worklist) onImportingSummaryImpl() argument
388 onImportingSummary(const GlobalValueSummary & Summary) onImportingSummary() argument
681 computeImportForFunction(const FunctionSummary & Summary,const ModuleSummaryIndex & Index,const unsigned Threshold,const GVSummaryMapTy & DefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,SmallVectorImpl<EdgeInfo> & Worklist,GlobalsImporter & GVImporter,FunctionImporter::ImportMapTy & ImportList,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists,FunctionImporter::ImportThresholdsTy & ImportThresholds) computeImportForFunction() argument
887 auto *Summary = std::get<0>(GVInfo); computeImportForModule() local
1141 auto &Summary = GlobalList.second.SummaryList[0]; ComputeCrossModuleImportForModuleFromIndexForTest() local
1288 for (const auto &Summary : VI.getSummaryList()) { computeDeadSymbolsAndUpdateIndirectCalls() local
[all...]
H A DWholeProgramDevirt.cpp385 for (const auto &Summary : TheFnVI.getSummaryList()) { in mustBeUnreachableFunction() local
922 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex() argument
928 ModuleSummaryIndex &Summary, in updateIndexWPDForExports() argument
953 static Error checkCombinedSummaryForTesting(ModuleSummaryIndex *Summary) { in checkCombinedSummaryForTesting() argument
971 std::unique_ptr<ModuleSummaryIndex> Summary = runForTesting() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp982 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex() local
805 for (const auto &Summary : VI.getSummaryList()) setLiveRoot() local
874 std::unique_ptr<FunctionSummary> Summary = buildModuleSummaryIndex() local
899 std::unique_ptr<GlobalVarSummary> Summary = buildModuleSummaryIndex() local
961 auto *Summary = Index.getGlobalValueSummary(*V); buildModuleSummaryIndex() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp77 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp201 for (auto &Summary : GUIDSummaryLists.second.SummaryList) ModuleBitcodeWriterBase() local
501 for (auto &Summary : M.second) { forEachSummary() local
511 for (auto &Summary : Summaries.second.SummaryList) forEachSummary() local
3962 writeTypeIdSummaryRecord(SmallVector<uint64_t,64> & NameVals,StringTableBuilder & StrtabBuilder,const std::string & Id,const TypeIdSummary & Summary) writeTypeIdSummaryRecord() argument
3980 writeTypeIdCompatibleVtableSummaryRecord(SmallVector<uint64_t,64> & NameVals,StringTableBuilder & StrtabBuilder,const std::string & Id,const TypeIdCompatibleVtableInfo & Summary,ValueEnumerator & VE) writeTypeIdCompatibleVtableSummaryRecord() argument
4046 writePerModuleFunctionSummaryRecord(SmallVector<uint64_t,64> & NameVals,GlobalValueSummary * Summary,unsigned ValueID,unsigned FSCallsRelBFAbbrev,unsigned FSCallsProfileAbbrev,unsigned CallsiteAbbrev,unsigned AllocAbbrev,const Function & F) writePerModuleFunctionSummaryRecord() argument
4109 auto *Summary = VI.getSummaryList()[0].get(); writeModuleLevelReferences() local
4288 auto *Summary = VI.getSummaryList()[0].get(); writePerModuleGlobalValueSummary() local
4309 auto *Summary = Index->getGlobalValueSummary(A); writePerModuleGlobalValueSummary() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h45 std::unique_ptr<ProfileSummary> Summary; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp59 Summary, // Report counts but not details. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp113 __anonbd4744640202(const std::unique_ptr<GlobalValueSummary> &Summary) getFirstDefinitionForLinker() argument
123 __anonbd4744640302(const std::unique_ptr<GlobalValueSummary> &Summary) getFirstDefinitionForLinker() argument
[all...]
H A DLTOBackend.cpp711 for (const auto &Summary : GlobalList.second.SummaryList) { initImportList() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h158 Summary, // --print=summary enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h321 enum class PrintType { Summary, Contents, RecursiveContents }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp382 for (auto &Summary : Summaries.second.SummaryList) { printIndexStats() local

12