/third_party/ninja/src/ |
H A D | metrics.cc | 28 Metrics* g_metrics = NULL;
82 Metric* Metrics::NewMetric(const string& name) {
in NewMetric() 91 void Metrics::Report() {
in Report()
|
H A D | metrics.h | 23 /// The Metrics module is used for the debug mode that dumps timing stats of
49 struct Metrics {
struct 95 extern Metrics* g_metrics;
|
H A D | ninja.cc | 1193 g_metrics = new Metrics;
in DebugEnable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 246 CodeMetrics Metrics; in rotateLoop() local 247 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues); in rotateLoop() 248 if (Metrics.notDuplicatable) { in rotateLoop() 255 if (Metrics.convergent) { in rotateLoop() 261 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 31 private final Metrics metrics; 34 this(markers, new Style(), new Metrics()); in ViewableTaggedData() 37 private ViewableTaggedData(List<Marker> markers, Style style, Metrics metrics) { in ViewableTaggedData() 73 private static class Metrics { class in ViewableTaggedData 85 private Metrics() { in Metrics() method in ViewableTaggedData.Metrics 336 private final Metrics metrics; 348 private DrawContext(Style style, Metrics metrics, Graphics g, int x, int y) { in DrawContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDataPrefetch.cpp | 224 CodeMetrics Metrics; in runOnLoop() local 234 Metrics.analyzeBasicBlock(BB, *TTI, EphValues); in runOnLoop() 236 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
|
H A D | LoopUnrollPass.cpp | 645 CodeMetrics Metrics; in ApproximateLoopSize() local 647 Metrics.analyzeBasicBlock(BB, TTI, EphValues); in ApproximateLoopSize() 648 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize() 649 NotDuplicatable = Metrics.notDuplicatable; in ApproximateLoopSize() 650 Convergent = Metrics.convergent; in ApproximateLoopSize() 652 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
|
H A D | LoopUnswitch.cpp | 298 CodeMetrics Metrics; in countLoop() local 301 Metrics.analyzeBasicBlock(*I, TTI, EphValues); in countLoop() 303 Props.SizeEstimation = Metrics.NumInsts; in countLoop() 308 if (Metrics.notDuplicatable) { in countLoop()
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | renderer.rs | 409 let placeholder_metrics = Metrics { in render_snippet_source() 669 ) -> impl Iterator<Item = (Metrics, char)> { in char_metrics() 676 let metrics = Metrics { in char_metrics() 989 struct Metrics { structure names
|
/third_party/skia/third_party/externals/angle2/util/fuchsia/ |
H A D | ScenicWindow.h | 69 void onViewMetrics(const fuchsia::ui::gfx::Metrics &metrics);
|
H A D | ScenicWindow.cpp | 256 void ScenicWindow::onViewMetrics(const fuchsia::ui::gfx::Metrics &metrics) in onViewMetrics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 491 CodeMetrics Metrics; in isHardwareLoopProfitable() local 493 Metrics.analyzeBasicBlock(BB, *this, EphValues); in isHardwareLoopProfitable() 495 if (Metrics.NumInsts <= (6 * SchedModel.getIssueWidth())) in isHardwareLoopProfitable()
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 136 struct Metrics { struct in commands::__anon2874::Printer 137 Metrics() : first_length(-1), longest_length(-1), multiline(false) {} in Metrics() function
|