Home
last modified time | relevance | path

Searched refs:timing (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/mlir/test/Pass/
H A Dpass-timing.mlir1 …y-each=true -pass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=lis…
2 …y-each=true -pass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=tre…
3 …y-each=true -pass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=lis…
4 …y-each=true -pass-pipeline='func.func(cse,canonicalize,cse)' -mlir-timing -mlir-timing-display=tre…
5 …e-threading=true -verify-each=false -test-pm-nested-pipeline -mlir-timing -mlir-timing-display=tre…
H A Dpipeline-parsing.mlir1 …ss-pipeline="func.func(cse,canonicalize)" -verify-each=false -mlir-timing -mlir-timing-display=tre…
2 …hreading -test-textual-pm-nested-pipeline -verify-each=false -mlir-timing -mlir-timing-display=tre…
3 …n-pass),any(canonicalize),func.func(cse)' -verify-each=false -mlir-timing -mlir-timing-display=tre…
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp53 TimingScope timing = tm.getRootScope(); in performActions() local
64 pm.enableTiming(timing); in performActions()
72 TimingScope parserTiming = timing.nest("Parser"); in performActions()
88 TimingScope outputTiming = timing.nest("Output"); in performActions()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dsub-add.ll1 ; RUN: llc -march=hexagon -enable-timing-class-latency=true < %s | FileCheck -check-prefix=CHECK-ON…
3 ; Check there is no assert when enabling enable-timing-class-latency
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonIICScalar.td9 // These itinerary class descriptions are based on the instruction timing
H A DHexagonPseudo.td552 // Use timing class of L2_loadrb_pci.
557 // Use timing class of L2_loadrb_pcr.
575 // Use timing class of S2_storerb_pci.
580 // Use timing class of S2_storerb_pcr.
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A DREADME.txt16 that has been modified to disable most stderr output for timing purposes.
/llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/
H A Daccount-deduce-tail-call.yaml20 # properly do the math on the timing of f2().
H A Daccount-recursive-calls-only-tail-call-deduction.yaml23 # properly do the math on the timing of f2().
H A Dgraph-deduce-tail-call.yaml37 # properly do the math on the timing of f2().
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt105 useful for timing the preprocessor.
111 for timing the cost of the parser without including AST building
115 useful for timing AST building vs -parse-noop.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dinterleaved-acess-with-remarks.ll7 ; (or timing out). We just check for output. To be sure, we also check we didn't
/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp540 llvm::cl::opt<bool> timing{"mlir-timing", member
564 tm.setEnabled(options->timing); in applyDefaultTimingManagerCLOptions()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dtimers.cc180 #error Per-thread timing is not available on your system. in ThreadCPUUsage()
/llvm-project-15.0.7/mlir/docs/
H A DPassManagement.md1054 The PassTiming instrumentation provides timing information about the execution
1059 instrumentation is also made available in mlir-opt via the `-mlir-timing` flag.
1061 timing results, each of which is described below:
1069 `-mlir-timing-display=list`.
1072 …pipeline='func.func(cse,canonicalize)' -convert-func-to-llvm -mlir-timing -mlir-timing-display=list
1075 ... Pass execution timing report ...
1097 …r-disable-threading -pass-pipeline='func.func(cse,canonicalize)' -convert-func-to-llvm -mlir-timing
1100 ... Pass execution timing report ...
1120 slightly changes. First, a new timing column is added, `User Time`, that
1128 $ mlir-opt foo.mlir -pass-pipeline='func.func(cse,canonicalize)' -convert-func-to-llvm -mlir-timing
[all …]
/llvm-project-15.0.7/llvm/test/Other/
H A Dtime-passes.ll17 ; TIME: Pass execution timing report
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleM7.td333 // shifter but have timing as if they used the EX2 shifter as they usually
340 // Instructions that use the shifter, but have normal timing.
468 // Multiply-accumulate. Chained SP timing is correct; rest need overrides
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td422 // The timing is the same as for RM (*note RM::.) and RRM (*note
452 // The 21-bit constant is zero-extended. The timing is the same as the
491 // constant is sign extended. The timing is the same as the RM and RRM
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst816 TableGen provides a phase timing feature that produces a report of the time
821 If the backend is *not* instrumented for timing, then a report such as the
822 following is produced. This is the timing for the
840 If the backend is instrumented for timing, then its processing is
841 divided into phases and each one timed separately. This is the timing for
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md39 [Manual Timing](#manual-timing)
856 <a name="manual-timing" />
861 correct or accurate enough, completely manual timing is supported using
/llvm-project-15.0.7/llvm/docs/
H A DXRayFDRFormat.rst93 - ``Function Records``: Function Records contain the timing of entry into and
H A DSecurity.rst14 *Note*: these goals ensure timely action, provide disclosure timing when issues are reported, and r…
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td319 // Perform timing facility function.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dtblgen.rst74 backend. This is useful for timing the frontend.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A Dindex.rst158 Enable per-check timing profiles, and print a

12