Home
last modified time | relevance | path

Searched refs:Summary (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp195 void HexagonShuffler::restrictSlot1AOK(HexagonPacketSummary const &Summary) { in restrictSlot1AOK() argument
196 if (Summary.Slot1AOKLoc) in restrictSlot1AOK()
210 *Summary.Slot1AOKLoc, "Instruction can only be combined " in restrictSlot1AOK()
219 HexagonPacketSummary const &Summary) { in restrictNoSlot1Store() argument
224 if (!Summary.NoSlot1StoreLoc) in restrictNoSlot1Store()
244 std::make_pair(*Summary.NoSlot1StoreLoc, in restrictNoSlot1Store()
248 bool HexagonShuffler::applySlotRestrictions(HexagonPacketSummary const &Summary, in applySlotRestrictions() argument
253 restrictSlot1AOK(Summary); in applySlotRestrictions()
254 restrictNoSlot1Store(Summary); in applySlotRestrictions()
262 restrictStoreLoadOrder(Summary); in applySlotRestrictions()
[all …]
H A DHexagonShuffler.h171 bool applySlotRestrictions(HexagonPacketSummary const &Summary,
173 void restrictSlot1AOK(HexagonPacketSummary const &Summary);
174 void restrictNoSlot1Store(HexagonPacketSummary const &Summary);
176 bool restrictStoreLoadOrder(HexagonPacketSummary const &Summary);
177 void restrictBranchOrder(HexagonPacketSummary const &Summary);
178 void restrictPreferSlot3(HexagonPacketSummary const &Summary,
182 std::optional<HexagonPacket> tryAuction(HexagonPacketSummary const &Summary);
185 bool ValidPacketMemoryOps(HexagonPacketSummary const &Summary) const;
186 bool ValidResourceUsage(HexagonPacketSummary const &Summary);
237 void reportResourceError(HexagonPacketSummary const &Summary, StringRe
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp67 class Summary;
155 const Summary &Summary,
177 ProgramStateRef State, const Summary &Summary, in describe() argument
200 const Summary &Summary, in describeArgumentValue() argument
288 const Summary &Summary,
292 ProgramStateRef State, const Summary &Summary,
296 const Summary &Summary,
365 const Summary &Summary,
380 const Summary &Summary,
384 ProgramStateRef State, const Summary &Summary,
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp104 auto Summary = in get() local
107 Summary += CoverageDataSummary(CD, Function.CountedRegions); in get()
110 Summary.BranchCoverage += sumBranchExpansions(CM, CD.getExpansions()); in get()
112 return Summary; in get()
127 FunctionCoverageSummary Summary(Name, Group.getTotalExecutionCount()); in get() local
128 Summary.RegionCoverage = Summaries[0].RegionCoverage; in get()
129 Summary.LineCoverage = Summaries[0].LineCoverage; in get()
130 Summary.BranchCoverage = Summaries[0].BranchCoverage; in get()
131 Summary.MCDCCoverage = Summaries[0].MCDCCoverage; in get()
133 Summary.RegionCoverage.merge(FCS.RegionCoverage); in get()
[all …]
H A DCoverageExporterJson.cpp178 json::Object renderSummary(const FileCoverageSummary &Summary) { in renderSummary() argument
181 json::Object({{"count", int64_t(Summary.LineCoverage.getNumLines())}, in renderSummary()
182 {"covered", int64_t(Summary.LineCoverage.getCovered())}, in renderSummary()
183 {"percent", Summary.LineCoverage.getPercentCovered()}})}, in renderSummary()
186 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary()
187 {"covered", int64_t(Summary.FunctionCoverage.getExecuted())}, in renderSummary()
188 {"percent", Summary.FunctionCoverage.getPercentCovered()}})}, in renderSummary()
192 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
193 {"covered", int64_t(Summary.InstantiationCoverage.getExecuted())}, in renderSummary()
194 {"percent", Summary.InstantiationCoverage.getPercentCovered()}})}, in renderSummary()
[all …]
H A DCoverageExporterLcov.cpp70 const FileCoverageSummary &Summary) { in renderFunctionSummary() argument
71 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
72 << "FNH:" << Summary.FunctionCoverage.getExecuted() << '\n'; in renderFunctionSummary()
240 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary() argument
241 OS << "LF:" << Summary.LineCoverage.getNumLines() << '\n' in renderLineSummary()
242 << "LH:" << Summary.LineCoverage.getCovered() << '\n'; in renderLineSummary()
245 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary() argument
246 OS << "BRF:" << Summary.BranchCoverage.getNumBranches() << '\n' in renderBranchSummary()
247 << "BRH:" << Summary.BranchCoverage.getCovered() << '\n'; in renderBranchSummary()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp53 Summary.swap(Other); in refresh()
61 Summary.reset(ProfileSummary::getFromMD(SummaryMD)); in refresh()
67 Summary.reset(ProfileSummary::getFromMD(SummaryMD)); in refresh()
117 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds()
134 double PartialProfileRatio = Summary->getPartialProfileRatio(); in computeThresholds()
152 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold()
223 Summary->getKind() == ProfileSummary::PSK_Sample && in hasPartialSampleProfile()
224 (PartialProfile || Summary->isPartialProfile()); in hasPartialSampleProfile()
H A DModuleSummaryAnalysis.cpp930 for (const auto &Summary : VI.getSummaryList()) in setLiveRoot() local
931 Summary->setLive(true); in setLiveRoot()
1000 std::unique_ptr<FunctionSummary> Summary = in buildModuleSummaryIndex() local
1023 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
1025 std::unique_ptr<GlobalVarSummary> Summary = in buildModuleSummaryIndex() local
1032 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
1087 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex() local
1088 assert(Summary && "Missing summary for global value"); in buildModuleSummaryIndex()
1089 Summary->setNotEligibleToImport(); in buildModuleSummaryIndex()
1108 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex() local
[all …]
/freebsd/contrib/kyua/integration/
H A Dcmd_report_test.sh67 ===> Summary
79 ===> Summary
124 ===> Summary
153 ===> Summary
172 ===> Summary
182 ===> Summary
201 ===> Summary
274 ===> Summary
297 ===> Summary
315 ===> Summary
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp63 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in isDSOLocal() argument
64 return Summary->isDSOLocal(); in isDSOLocal()
72 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in canAutoHide() argument
73 return Summary->canAutoHide(); in canAutoHide()
166 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local
167 if (!Summary) in collectDefinedFunctionsForModule()
171 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
173 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule()
185 auto &Summary = VI.getSummaryList()[0]; in getGlobalValueSummary() local
186 return Summary.get(); in getGlobalValueSummary()
[all …]
H A DProfileSummary.cpp149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD() argument
171 Summary.emplace_back(cast<ConstantInt>(Op0->getValue())->getZExtValue(), in getSummaryFromMD()
242 SummaryEntryVector Summary; in getFromMD() local
243 if (!getSummaryFromMD(dyn_cast<MDTuple>(Tuple->getOperand(I++)), Summary)) in getFromMD()
245 return new ProfileSummary(SummaryKind, std::move(Summary), TotalCount, in getFromMD()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp247 auto *Summary = dyn_cast<FunctionSummary>(GVSummary->getBaseObject()); in qualifyCalleeCandidates() local
254 if (!Summary) in qualifyCalleeCandidates()
269 if (shouldSkipLocalInAnotherModule(Summary, CalleeSummaryList.size(), in qualifyCalleeCandidates()
277 if (Summary->notEligibleToImport()) in qualifyCalleeCandidates()
315 auto *Summary = in selectCallee() local
320 if ((Summary->instCount() > Threshold) && !Summary->fflags().AlwaysInline && in selectCallee()
322 TooLargeOrNoInlineSummary = Summary; in selectCallee()
328 if (Summary->fflags().NoInline && !ForceImportAll) { in selectCallee()
329 TooLargeOrNoInlineSummary = Summary; in selectCallee()
334 return Summary; in selectCallee()
[all …]
H A DWholeProgramDevirt.cpp422 for (const auto &Summary : TheFnVI.getSummaryList()) { in mustBeUnreachableFunction() local
425 if (!Summary->isLive()) in mustBeUnreachableFunction()
427 if (auto *FS = dyn_cast<FunctionSummary>(Summary->getBaseObject())) { in mustBeUnreachableFunction()
953 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex() argument
955 DevirtIndex(Summary, ExportedGUIDs, LocalWPDTargetsMap).run(); in runWholeProgramDevirtOnIndex()
959 ModuleSummaryIndex &Summary, in updateIndexWPDForExports() argument
973 auto *TIdSum = Summary.getTypeIdSummary(SlotSummary.TypeID); in updateIndexWPDForExports()
979 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
984 static Error checkCombinedSummaryForTesting(ModuleSummaryIndex *Summary) { in checkCombinedSummaryForTesting() argument
989 const auto &ModPaths = Summary->modulePaths(); in checkCombinedSummaryForTesting()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dgentoo5 # Summary: Gentoo ebuild Manifest files (GLEP 74)
41 # Summary: Gentoo ebuild and eclass files
53 # Summary: Gentoo supplementary package and category metadata files
62 # Summary: Gentoo GLEP 78 binary package
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp437 static void setSummary(IndexedInstrProf::Summary *TheSummary, in setSummary()
442 TheSummary->NumSummaryFields = Summary::NumKinds; in setSummary()
444 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary()
445 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount()); in setSummary()
446 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount()); in setSummary()
447 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount()); in setSummary()
448 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts()); in setSummary()
449 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
598 uint32_t SummarySize = Summary::getSize(Summary::NumKinds, NumEntries); in writeImpl()
650 std::unique_ptr<IndexedInstrProf::Summary> TheSummary = in writeImpl()
[all …]
H A DGCOV.cpp46 struct Summary { struct
47 Summary(StringRef Name) : Name(Name) {} in Summary() function
83 void printSummary(const Summary &summary, raw_ostream &os) const;
85 void collectFunction(GCOVFunction &f, Summary &summary);
86 void collectSourceLine(SourceInfo &si, Summary *summary, LineInfo &line,
88 void collectSource(SourceInfo &si, Summary &summary) const;
698 void Context::collectFunction(GCOVFunction &f, Summary &summary) { in collectFunction()
729 void Context::collectSourceLine(SourceInfo &si, Summary *summary, in collectSourceLine()
778 void Context::collectSource(SourceInfo &si, Summary &summary) const { in collectSource()
896 Summary summary(f.getName(options.Demangle)); in print()
[all …]
H A DInstrProfReader.cpp1187 const IndexedInstrProf::Summary *SummaryInLE = in readSummary()
1188 reinterpret_cast<const IndexedInstrProf::Summary *>(Cur); in readSummary()
1194 IndexedInstrProf::Summary::getSize(NFields, NEntries); in readSummary()
1195 std::unique_ptr<IndexedInstrProf::Summary> SummaryData = in readSummary()
1205 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary()
1209 std::unique_ptr<llvm::ProfileSummary> &Summary = in readSummary() local
1210 UseCS ? this->CS_Summary : this->Summary; in readSummary()
1213 Summary = std::make_unique<ProfileSummary>( in readSummary()
1215 DetailedSummary, SummaryData->get(Summary::TotalBlockCount), in readSummary()
1216 SummaryData->get(Summary::MaxBlockCount), in readSummary()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h45 std::unique_ptr<ProfileSummary> Summary; variable
72 bool hasProfileSummary() const { return Summary != nullptr; } in hasProfileSummary()
77 Summary->getKind() == ProfileSummary::PSK_Sample; in hasSampleProfile()
83 Summary->getKind() == ProfileSummary::PSK_Instr; in hasInstrumentationProfile()
89 Summary->getKind() == ProfileSummary::PSK_CSInstr; in hasCSInstrumentationProfile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp263 auto Summary = Summaries->getSummary(AnyCall(CE)); in checkCreateOrCopyFunction() local
264 switch (Summary->getRetEffect().getKind()) { in checkCreateOrCopyFunction()
403 auto Summary = Summaries->getSummary(AnyCall(FnDecl)); in retainsReturnValue() local
404 auto RetEffect = Summary->getRetEffect(); in retainsReturnValue()
507 auto Summary = Summaries->getSummary(AnyCall(ObjCMsgExpr)); in isOwned() local
508 auto RetEffect = Summary->getRetEffect(); in isOwned()
567 auto Summary = Summaries->getSummary(AnyCall(CE)); in isOwned() local
568 auto RetEffect = Summary->getRetEffect(); in isOwned()
/freebsd/sys/contrib/openzfs/scripts/
H A Dkmodtool76 Summary: Akmod package for ${kmodname} kernel module(s)
105 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${dashvaria…
150 Summary: ${kmodname} kernel module(s) for ${kernel_uname_r}
229 Summary: ${kmodname} kernel module(s) devel common
275 Summary: ${kmodname} kernel module(s) devel for ${kernel_uname_r}
311 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${kernel_va…
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in112 Summary: Commands to control the kernel modules and libraries
170 Summary: Native ZFS pool library for Linux
189 Summary: Solaris name-value library for Linux
210 Summary: Native ZFS filesystem library for Linux
228 Summary: Development headers
245 Summary: Test infrastructure
269 Summary: Dracut module
285 Summary: Python %{python_version} wrapper for libzfs_core
322 Summary: Initramfs module
334 Summary
[all...]
/freebsd/contrib/ntp/scripts/
H A Dsummary.texi4 @settitle Summary User's Manual
28 @top Summary User Manual
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1729 std::unique_ptr<GlobalValueSummary> Summary) {
1730 addGlobalValueSummary(getOrInsertValueInfo(&GV), std::move(Summary));
1735 std::unique_ptr<GlobalValueSummary> Summary) {
1739 std::move(Summary));
1744 std::unique_ptr<GlobalValueSummary> Summary) {
1745 if (const FunctionSummary *FS = dyn_cast<FunctionSummary>(Summary.get()))
1747 addOriginalName(VI.getGUID(), Summary->getOriginalName());
1751 ->second.SummaryList.push_back(std::move(Summary));
1768 auto Summary =
1770 [&](const std::unique_ptr<GlobalValueSummary> &Summary) {
[all …]
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in112 Summary: Commands to control the kernel modules and libraries
170 Summary: Native ZFS pool library for Linux
189 Summary: Solaris name-value library for Linux
210 Summary: Native ZFS filesystem library for Linux
228 Summary: Development headers
245 Summary: Test infrastructure
269 Summary: Dracut module
285 Summary: Python %{python_version} wrapper for libzfs_core
322 Summary: Initramfs module
334 Summary: PAM module for encrypted ZFS datasets
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp109 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal() local
111 assert(Summary && "Missing summary for global value when exporting"); in shouldPromoteLocalToGlobal()
112 auto Linkage = Summary->linkage(); in shouldPromoteLocalToGlobal()

12345