Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp194 void HexagonShuffler::restrictSlot1AOK(HexagonPacketSummary const &Summary) { in restrictSlot1AOK() argument
195 if (Summary.Slot1AOKLoc) in restrictSlot1AOK()
209 *Summary.Slot1AOKLoc, "Instruction can only be combined " in restrictSlot1AOK()
218 HexagonPacketSummary const &Summary) { in restrictNoSlot1Store() argument
223 if (!Summary.NoSlot1StoreLoc) in restrictNoSlot1Store()
243 std::make_pair(*Summary.NoSlot1StoreLoc, in restrictNoSlot1Store()
248 HexagonPacketSummary const &Summary) { in applySlotRestrictions() argument
252 restrictSlot1AOK(Summary); in applySlotRestrictions()
253 restrictNoSlot1Store(Summary); in applySlotRestrictions()
261 restrictStoreLoadOrder(Summary); in applySlotRestrictions()
[all …]
H A DHexagonShuffler.h180 bool applySlotRestrictions(HexagonPacketSummary const &Summary);
181 void restrictSlot1AOK(HexagonPacketSummary const &Summary);
182 void restrictNoSlot1Store(HexagonPacketSummary const &Summary);
184 bool restrictStoreLoadOrder(HexagonPacketSummary const &Summary);
185 void restrictBranchOrder(HexagonPacketSummary const &Summary);
186 void restrictPreferSlot3(HexagonPacketSummary const &Summary);
189 Optional<HexagonPacket> tryAuction(HexagonPacketSummary const &Summary) const;
192 bool ValidPacketMemoryOps(HexagonPacketSummary const &Summary) const;
193 bool ValidResourceUsage(HexagonPacketSummary const &Summary);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp72 class Summary;
118 const Summary &Summary,
148 const Summary &Summary) const { in describe()
186 const Summary &Summary) const override;
193 const Summary &Summary) const;
196 const Summary &Summary) const;
200 const Summary &Summary, in apply() argument
204 return applyAsOutOfRange(State, Call, Summary); in apply()
206 return applyAsWithinRange(State, Call, Summary); in apply()
245 const Summary &Summary,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp152 json::Object renderSummary(const FileCoverageSummary &Summary) { in renderSummary() argument
155 json::Object({{"count", int64_t(Summary.LineCoverage.getNumLines())}, in renderSummary()
156 {"covered", int64_t(Summary.LineCoverage.getCovered())}, in renderSummary()
157 {"percent", Summary.LineCoverage.getPercentCovered()}})}, in renderSummary()
160 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary()
161 {"covered", int64_t(Summary.FunctionCoverage.getExecuted())}, in renderSummary()
162 {"percent", Summary.FunctionCoverage.getPercentCovered()}})}, in renderSummary()
166 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
167 {"covered", int64_t(Summary.InstantiationCoverage.getExecuted())}, in renderSummary()
168 {"percent", Summary.InstantiationCoverage.getPercentCovered()}})}, in renderSummary()
[all …]
H A DCoverageSummaryInfo.cpp95 FunctionCoverageSummary Summary(Name); in get() local
96 Summary.ExecutionCount = Group.getTotalExecutionCount(); in get()
97 Summary.RegionCoverage = Summaries[0].RegionCoverage; in get()
98 Summary.LineCoverage = Summaries[0].LineCoverage; in get()
99 Summary.BranchCoverage = Summaries[0].BranchCoverage; in get()
101 Summary.RegionCoverage.merge(FCS.RegionCoverage); in get()
102 Summary.LineCoverage.merge(FCS.LineCoverage); in get()
103 Summary.BranchCoverage.merge(FCS.BranchCoverage); in get()
105 return Summary; in get()
H A DCoverageExporterLcov.cpp50 const FileCoverageSummary &Summary) { in renderFunctionSummary() argument
51 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
52 << "FNH:" << Summary.FunctionCoverage.getExecuted() << '\n'; in renderFunctionSummary()
163 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary() argument
164 OS << "LF:" << Summary.LineCoverage.getNumLines() << '\n' in renderLineSummary()
165 << "LH:" << Summary.LineCoverage.getCovered() << '\n'; in renderLineSummary()
168 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary() argument
169 OS << "BRF:" << Summary.BranchCoverage.getNumBranches() << '\n' in renderBranchSummary()
170 << "BFH:" << Summary.BranchCoverage.getCovered() << '\n'; in renderBranchSummary()
/netbsd-src/external/apache2/llvm/dist/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()
152 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local
153 if (!Summary) in collectDefinedFunctionsForModule()
157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
159 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule()
171 auto &Summary = VI.getSummaryList()[0]; in getGlobalValueSummary() local
172 return Summary.get(); in getGlobalValueSummary()
[all …]
H A DProfileSummary.cpp150 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD() argument
172 Summary.emplace_back(cast<ConstantInt>(Op0->getValue())->getZExtValue(), in getSummaryFromMD()
243 SummaryEntryVector Summary; in getFromMD() local
244 if (!getSummaryFromMD(dyn_cast<MDTuple>(Tuple->getOperand(I++)), Summary)) in getFromMD()
246 return new ProfileSummary(SummaryKind, std::move(Summary), TotalCount, in getFromMD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp213 auto *Summary = cast<FunctionSummary>(GVSummary->getBaseObject()); in selectCallee() local
225 if (GlobalValue::isLocalLinkage(Summary->linkage()) && in selectCallee()
227 Summary->modulePath() != CallerModulePath) { in selectCallee()
233 if ((Summary->instCount() > Threshold) && in selectCallee()
234 !Summary->fflags().AlwaysInline && !ForceImportAll) { in selectCallee()
241 if (Summary->notEligibleToImport()) { in selectCallee()
247 if (Summary->fflags().NoInline && !ForceImportAll) { in selectCallee()
306 const GlobalValueSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForReferencedGlobals() argument
311 for (auto &VI : Summary.refs()) { in computeImportForReferencedGlobals()
328 RefSummary->modulePath() != Summary.modulePath(); in computeImportForReferencedGlobals()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/integration/
H A Dcmd_report_test.sh76 ===> Summary
88 ===> Summary
152 ===> Summary
169 ===> Summary
200 ===> Summary
218 ===> Summary
239 ===> Summary
258 ===> Summary
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp271 static void setSummary(IndexedInstrProf::Summary *TheSummary, in setSummary()
276 TheSummary->NumSummaryFields = Summary::NumKinds; in setSummary()
278 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary()
279 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount()); in setSummary()
280 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount()); in setSummary()
281 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount()); in setSummary()
282 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts()); in setSummary()
283 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
333 uint32_t SummarySize = Summary::getSize(Summary::NumKinds, NumEntries); in writeImpl()
351 std::unique_ptr<IndexedInstrProf::Summary> TheSummary = in writeImpl()
[all …]
H A DInstrProfReader.cpp761 const IndexedInstrProf::Summary *SummaryInLE = in readSummary()
762 reinterpret_cast<const IndexedInstrProf::Summary *>(Cur); in readSummary()
768 IndexedInstrProf::Summary::getSize(NFields, NEntries); in readSummary()
769 std::unique_ptr<IndexedInstrProf::Summary> SummaryData = in readSummary()
779 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary()
783 std::unique_ptr<llvm::ProfileSummary> &Summary = in readSummary() local
784 UseCS ? this->CS_Summary : this->Summary; in readSummary()
787 Summary = std::make_unique<ProfileSummary>( in readSummary()
789 DetailedSummary, SummaryData->get(Summary::TotalBlockCount), in readSummary()
790 SummaryData->get(Summary::MaxBlockCount), in readSummary()
[all …]
H A DGCOV.cpp45 struct Summary { struct
46 Summary(StringRef Name) : Name(Name) {} in Summary() argument
82 void printSummary(const Summary &summary, raw_ostream &os) const;
84 void collectFunction(GCOVFunction &f, Summary &summary);
85 void collectSourceLine(SourceInfo &si, Summary *summary, LineInfo &line,
87 void collectSource(SourceInfo &si, Summary &summary) const;
648 void Context::collectFunction(GCOVFunction &f, Summary &summary) { in collectFunction()
672 void Context::collectSourceLine(SourceInfo &si, Summary *summary, in collectSourceLine()
721 void Context::collectSource(SourceInfo &si, Summary &summary) const { in collectSource()
839 Summary summary(f.getName(options.Demangle)); in print()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h42 std::unique_ptr<ProfileSummary> Summary; variable
68 bool hasProfileSummary() const { return Summary != nullptr; } in hasProfileSummary()
73 Summary->getKind() == ProfileSummary::PSK_Sample; in hasSampleProfile()
79 Summary->getKind() == ProfileSummary::PSK_Instr; in hasInstrumentationProfile()
85 Summary->getKind() == ProfileSummary::PSK_CSInstr; in hasCSInstrumentationProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp64 Summary.reset(ProfileSummary::getFromMD(SummaryMD)); in refresh()
70 Summary.reset(ProfileSummary::getFromMD(SummaryMD)); in refresh()
238 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds()
255 double PartialProfileRatio = Summary->getPartialProfileRatio(); in computeThresholds()
274 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold()
377 Summary->getKind() == ProfileSummary::PSK_Sample && in hasPartialSampleProfile()
378 (PartialProfile || Summary->isPartialProfile()); in hasPartialSampleProfile()
H A DModuleSummaryAnalysis.cpp639 for (auto &Summary : VI.getSummaryList()) in setLiveRoot() local
640 Summary->setLive(true); in setLiveRoot()
705 std::unique_ptr<FunctionSummary> Summary = in buildModuleSummaryIndex() local
723 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
725 std::unique_ptr<GlobalVarSummary> Summary = in buildModuleSummaryIndex() local
732 Index.addGlobalValueSummary(*GV, std::move(Summary)); in buildModuleSummaryIndex()
780 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex() local
781 assert(Summary && "Missing summary for global value"); in buildModuleSummaryIndex()
782 Summary->setNotEligibleToImport(); in buildModuleSummaryIndex()
801 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex() local
[all …]
H A DCFLSteensAliasAnalysis.cpp74 AliasSummary Summary; member in CFLSteensAAResult::FunctionInfo
84 const AliasSummary &getAliasSummary() const { return Summary; } in getAliasSummary()
143 Summary.RetParamRelations.push_back( in FunctionInfo()
152 Summary.RetParamAttributes.push_back( in FunctionInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1304 std::unique_ptr<GlobalValueSummary> Summary) {
1305 addGlobalValueSummary(getOrInsertValueInfo(&GV), std::move(Summary));
1310 std::unique_ptr<GlobalValueSummary> Summary) {
1312 std::move(Summary));
1317 std::unique_ptr<GlobalValueSummary> Summary) {
1318 if (const FunctionSummary *FS = dyn_cast<FunctionSummary>(Summary.get()))
1320 addOriginalName(VI.getGUID(), Summary->getOriginalName());
1324 ->second.SummaryList.push_back(std::move(Summary));
1342 auto Summary =
1344 [&](const std::unique_ptr<GlobalValueSummary> &Summary) {
[all …]
/netbsd-src/external/bsd/file/dist/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
/netbsd-src/external/bsd/elftosb/dist/test_files/
H A Dhello_NOR_arm.map7 Image Summary
18 Module Summary
H A Dhello_NOR_thumb.map7 Image Summary
18 Module Summary
H A Dhello_NOR_mixed.map7 Image Summary
18 Module Summary
/netbsd-src/external/bsd/ntp/dist/scripts/
H A Dsummary.texi4 @settitle Summary User's Manual
28 @top Summary User Manual
/netbsd-src/crypto/external/cpl/tpm-tools/dist/dist/
H A Dtpm-tools.spec.in9 Summary: Management tools for the TPM hardware
27 Summary: Data management tools that use a PKCS#11 interface to the TPM
39 Summary: Files to use the library routines supplied with tpm-tools
/netbsd-src/external/mpl/dhcp/dist/contrib/
H A Ddhcp.spec1 Summary: The Internet Systems Consortium (ISC) DHCP server
19 Summary: A DHCP client

12345678910>>...12