/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 32 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
|
D | ProfileSummary.cpp | 117 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD() 185 SummaryEntryVector Summary; in getFromMD() local
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 809 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 …]
|
D | SampleProfWriter.h | 79 std::unique_ptr<ProfileSummary> Summary; variable
|
D | SampleProfReader.h | 316 std::unique_ptr<ProfileSummary> Summary; variable
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | README.md | 3 ## Summary section in toolchain-tests
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 94 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/ |
D | stats_aggregator.h | 26 class Summary; variable
|
/external/googletest/googletest/docs/ |
D | XcodeGuide.md | 91 # Summary # chapter
|
/external/flatbuffers/docs/source/ |
D | WhitePaper.md | 39 ### Summary subsection
|
/external/tensorflow/tensorflow/docs_src/get_started/ |
D | checkpoints.md | 228 ## Summary section in Checkpoints
|
D | get_started_for_beginners.md | 724 ## Summary section in Getting Started for ML Beginners
|
D | datasets_quickstart.md | 372 ## Summary section in Datasets Quick Start
|
D | premade_estimators.md | 422 ## Summary section in Getting Started with TensorFlow
|
D | custom_estimators.md | 582 ## Summary section in Creating Custom Estimators
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
D | kernel_methods.md | 291 ## Summary section in Improving Linear Models Using Explicit Kernel Methods
|
/external/llvm/docs/ |
D | BigEndianNEON.rst | 137 Summary section in Considerations
|
D | GetElementPtr.rst | 517 Summary chapter
|
/external/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 114 auto VerifySummary = [](ProfileSummary &Summary) mutable { in testRoundTrip() 142 ProfileSummary &Summary = Reader->getSummary(); in testRoundTrip() local
|
/external/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 44 std::unique_ptr<ProfileSummary> Summary; variable
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 373 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/ |
D | summary.proto | 64 message Summary { message
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
D | weighted_quantiles_stream.h | 67 using Summary = WeightedQuantilesSummary<ValueType, WeightType, CompareFn>; variable
|
D | weighted_quantiles_summary_test.cc | 29 using Summary = typedef
|
/external/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 224 FileCoverageSummary Summary(Filename); in renderFileReports() local
|