Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DModuleSummaryIndex.cpp32 std::unique_ptr<GlobalValueSummary> Summary = std::move(List.front()); in mergeFrom() local
75 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local
92 for (auto &Summary : GlobalList.second) { in collectDefinedGVSummariesPerModule() local
105 auto &Summary = SummaryList->second[0]; in getGlobalValueSummary() local
DProfileSummary.cpp117 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
185 SummaryEntryVector Summary; in getFromMD() local
/external/llvm/include/llvm/ProfileData/
DInstrProf.h809 struct Summary { struct
820 enum SummaryFieldKind { argument
839 uint64_t NumSummaryFields; argument
844 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) + in getSize() argument
848 const uint64_t *getSummaryDataBase() const { in getSummaryDataBase() argument
851 uint64_t *getSummaryDataBase() { in getSummaryDataBase() argument
856 &getSummaryDataBase()[NumSummaryFields]); in getCutoffEntryBase() argument
862 uint64_t get(SummaryFieldKind K) const { in get() argument
866 void set(SummaryFieldKind K, uint64_t V) { in set() argument
871 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() argument
[all …]
DSampleProfWriter.h79 std::unique_ptr<ProfileSummary> Summary; variable
DSampleProfReader.h316 std::unique_ptr<ProfileSummary> Summary; variable
/external/autotest/client/site_tests/platform_ToolchainTests/src/
DREADME.md3 ## Summary section in toolchain-tests
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp94 static bool canBeExternallyReferenced(const GlobalValueSummary &Summary) { in canBeExternallyReferenced()
127 const GlobalValueSummary &Summary) { in eligibleForImport()
186 auto *Summary = cast<FunctionSummary>(GVSummary); in selectCallee() local
229 [&](const std::unique_ptr<GlobalValueSummary> &Summary) { in exportGlobalInModule()
237 auto *Summary = FindGlobalSummaryInModule(GUID); in exportGlobalInModule() local
266 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction()
347 auto *Summary = GVSummary.second; in ComputeImportForModule() local
362 auto *Summary = FuncInfo.first; in ComputeImportForModule() local
/external/tensorflow/tensorflow/core/kernels/data/
Dstats_aggregator.h26 class Summary; variable
/external/googletest/googletest/docs/
DXcodeGuide.md91 # Summary # chapter
/external/flatbuffers/docs/source/
DWhitePaper.md39 ### Summary subsection
/external/tensorflow/tensorflow/docs_src/get_started/
Dcheckpoints.md228 ## Summary section in Checkpoints
Dget_started_for_beginners.md724 ## Summary section in Getting Started for ML Beginners
Ddatasets_quickstart.md372 ## Summary section in Datasets Quick Start
Dpremade_estimators.md422 ## Summary section in Getting Started with TensorFlow
Dcustom_estimators.md582 ## Summary section in Creating Custom Estimators
/external/tensorflow/tensorflow/docs_src/tutorials/
Dkernel_methods.md291 ## Summary section in Improving Linear Models Using Explicit Kernel Methods
/external/llvm/docs/
DBigEndianNEON.rst137 Summary section in Considerations
DGetElementPtr.rst517 Summary chapter
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp114 auto VerifySummary = [](ProfileSummary &Summary) mutable { in testRoundTrip()
142 ProfileSummary &Summary = Reader->getSummary(); in testRoundTrip() local
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h44 std::unique_ptr<ProfileSummary> Summary; variable
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h373 std::unique_ptr<GlobalValueSummary> Summary) { in addGlobalValueSummary()
380 std::unique_ptr<GlobalValueSummary> Summary) { in addGlobalValueSummary()
392 auto Summary = in findSummaryInModule() local
/external/tensorflow/tensorflow/core/framework/
Dsummary.proto64 message Summary { message
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_stream.h67 using Summary = WeightedQuantilesSummary<ValueType, WeightType, CompareFn>; variable
Dweighted_quantiles_summary_test.cc29 using Summary = typedef
/external/llvm/tools/llvm-cov/
DCoverageReport.cpp224 FileCoverageSummary Summary(Filename); in renderFileReports() local

12