Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp195 void HexagonShuffler::restrictSlot1AOK(HexagonPacketSummary const &Summary) { in restrictSlot1AOK()
219 HexagonPacketSummary const &Summary) { in restrictNoSlot1Store()
248 bool HexagonShuffler::applySlotRestrictions(HexagonPacketSummary const &Summary, in applySlotRestrictions()
270 void HexagonShuffler::restrictBranchOrder(HexagonPacketSummary const &Summary) { in restrictBranchOrder()
318 bool HexagonShuffler::ValidResourceUsage(HexagonPacketSummary const &Summary) { in ValidResourceUsage()
357 HexagonPacketSummary const &Summary) { in restrictStoreLoadOrder()
452 HexagonPacketSummary Summary = HexagonPacketSummary(); in GetPacketSummary() local
584 void HexagonShuffler::restrictPreferSlot3(HexagonPacketSummary const &Summary, in restrictPreferSlot3()
611 const HexagonPacketSummary Summary = GetPacketSummary(); in check() local
627 HexagonShuffler::tryAuction(HexagonPacketSummary const &Summary) { in tryAuction()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1215 struct Summary { struct
1225 enum SummaryFieldKind { argument
1244 uint64_t NumSummaryFields; argument
1248 Summary() = delete; argument
1249 Summary(uint32_t Size) { memset(this, 0, Size); } in Summary() argument
1254 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) + in getSize() argument
1258 const uint64_t *getSummaryDataBase() const { in getSummaryDataBase() argument
1262 uint64_t *getSummaryDataBase() { in getSummaryDataBase() argument
1268 &getSummaryDataBase()[NumSummaryFields]); in getCutoffEntryBase() argument
1275 uint64_t get(SummaryFieldKind K) const { in get() argument
[all …]
H A DSampleProfWriter.h157 std::unique_ptr<ProfileSummary> Summary; variable
H A DSampleProfReader.h540 std::unique_ptr<ProfileSummary> Summary; variable
H A DInstrProfReader.h750 std::unique_ptr<ProfileSummary> Summary; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp177 ProgramStateRef State, const Summary &Summary, in describe()
200 const Summary &Summary, in describeArgumentValue()
558 const Summary &Summary, in apply()
571 const Summary &Summary, in apply()
584 const Summary &Summary, in apply()
602 const Summary &Summary, in apply()
619 const Summary &Summary, in apply()
756 class Summary { class in __anon4d759d9c0111::StdLibraryFunctionsChecker
766 Summary(InvalidationKind InvalidationKd) : InvalidationKd(InvalidationKd) {} in Summary() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::Summary
858 const Summary &Summary, CheckerContext &C) const { in reportBug() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp63 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in isDSOLocal()
72 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in canAutoHide()
166 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local
185 auto &Summary = VI.getSummaryList()[0]; in getGlobalValueSummary() local
277 [&](const std::unique_ptr<GlobalValueSummary> &Summary) { in propagateAttributes()
310 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;
/freebsd/crypto/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md178 Summary section in Documenting public Functions and Macros
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp104 auto Summary = in get() local
127 FunctionCoverageSummary Summary(Name, Group.getTotalExecutionCount()); in get() local
H A DCoverageExporterLcov.cpp70 const FileCoverageSummary &Summary) { in renderFunctionSummary()
240 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary()
245 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary()
H A DCoverageExporterJson.cpp178 json::Object renderSummary(const FileCoverageSummary &Summary) { in renderSummary()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp263 auto Summary = Summaries->getSummary(AnyCall(CE)); in checkCreateOrCopyFunction() local
403 auto Summary = Summaries->getSummary(AnyCall(FnDecl)); in retainsReturnValue() local
507 auto Summary = Summaries->getSummary(AnyCall(ObjCMsgExpr)); in isOwned() local
567 auto Summary = Summaries->getSummary(AnyCall(CE)); in isOwned() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp247 auto *Summary = dyn_cast<FunctionSummary>(GVSummary->getBaseObject()); in qualifyCalleeCandidates() local
315 auto *Summary = in selectCallee() local
424 onImportingSummaryImpl(const GlobalValueSummary &Summary, in onImportingSummaryImpl()
490 void onImportingSummary(const GlobalValueSummary &Summary) { in onImportingSummary()
872 const FunctionSummary &Summary, const unsigned Threshold, in computeImportForFunction()
1096 auto *Summary = std::get<0>(GVInfo); in computeImportForModule() local
1376 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndexForTest() local
1523 for (const auto &Summary : VI.getSummaryList()) { in computeDeadSymbolsAndUpdateIndirectCalls() local
H A DWholeProgramDevirt.cpp422 for (const auto &Summary : TheFnVI.getSummaryList()) { in mustBeUnreachableFunction() local
953 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, in runWholeProgramDevirtOnIndex()
959 ModuleSummaryIndex &Summary, in updateIndexWPDForExports()
984 static Error checkCombinedSummaryForTesting(ModuleSummaryIndex *Summary) { in checkCombinedSummaryForTesting()
1002 std::unique_ptr<ModuleSummaryIndex> Summary = in runForTesting() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp930 for (const auto &Summary : VI.getSummaryList()) in setLiveRoot() local
1000 std::unique_ptr<FunctionSummary> Summary = in buildModuleSummaryIndex() local
1025 std::unique_ptr<GlobalVarSummary> Summary = in buildModuleSummaryIndex() local
1087 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex() local
1108 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp109 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp231 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase() local
573 for (auto &Summary : M.second) { in forEachSummary() local
583 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary() local
4365 const TypeIdSummary &Summary) { in writeTypeIdSummaryRecord()
4383 StringRef Id, const TypeIdCompatibleVtableInfo &Summary, in writeTypeIdCompatibleVtableSummaryRecord()
4528 SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, in writePerModuleFunctionSummaryRecord()
4594 auto *Summary = VI.getSummaryList()[0].get(); in writeModuleLevelReferences() local
4822 auto *Summary = VI.getSummaryList()[0].get(); in writePerModuleGlobalValueSummary() local
4854 auto *Summary = VI.getSummaryList()[0].get(); in writePerModuleGlobalValueSummary() local
4876 auto *Summary = Index->getGlobalValueSummary(A); in writePerModuleGlobalValueSummary() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h45 std::unique_ptr<ProfileSummary> Summary; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp61 Summary, // Report counts but not details. enumerator
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp108 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker()
118 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker()
H A DLTOBackend.cpp770 for (const auto &Summary : GlobalList.second.SummaryList) { in initImportList() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h159 Summary, // --print=summary enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h341 enum class PrintType { Summary, Contents, RecursiveContents }; enumerator

12