| /llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 137 Timer.startTimer("Parse patterns"); in run() 168 Timer.startTimer("Sort patterns"); in run() 178 Timer.startTimer("Convert to matchers"); in run() 192 Timer.startTimer("Optimize matchers"); in run() 197 Timer.startTimer("Emit matcher table"); in run()
|
| H A D | InstrInfoEmitter.cpp | 911 Timer.startTimer("Collect operand info"); in emitTIIHelperMethods() 918 Timer.startTimer("Collect uses/defs"); 956 Timer.startTimer("Emit InstrDesc records"); in run() 975 Timer.startTimer("Emit operand info"); in run() 981 Timer.startTimer("Emit uses/defs"); in run() 992 Timer.startTimer("Emit instruction names"); in run() 1053 Timer.startTimer("Emit initialization routine"); in run() 1133 Timer.startTimer("Emit operand name mappings"); in run() 1136 Timer.startTimer("Emit operand type mappings"); in run() 1139 Timer.startTimer("Emi in run() [all...] |
| H A D | RegisterBankEmitter.cpp | 390 Timer.startTimer("Analyze records"); 412 Timer.startTimer("Warn ambiguous"); 425 Timer.startTimer("Emit output");
|
| H A D | PseudoLoweringEmitter.cpp | 302 Timer.startTimer("Process definitions"); 308 Timer.startTimer("Emit expansion code"); in run()
|
| H A D | CallingConvEmitter.cpp | 55 Records.getTimer().startTimer("Emit prototypes"); in run() 75 Records.getTimer().startTimer("Emit full descriptions"); in run()
|
| H A D | RegisterInfoEmitter.cpp | 1804 Timer.startTimer("Print enums"); in run() 1807 Timer.startTimer("Print MC registers"); in run() 1810 Timer.startTimer("Print header fragment"); in run() 1813 Timer.startTimer("Print target registers"); in run()
|
| H A D | GlobalISelCombinerEmitter.cpp | 2721 Timer.startTimer("Gather rules"); 2730 Timer.startTimer("Creating Match Table"); 2747 Timer.startTimer("Emit combiner");
|
| /llvm-project/llvm/unittests/Support/ |
| H A D | TimerTest.cpp | 44 T1.startTimer(); in TEST() 48 T1.startTimer(); in TEST() 60 T1.startTimer(); in TEST()
|
| /llvm-project/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 264 MyTimer.startTimer(); in startPassTimer() 279 PassActiveTimerStack.back()->startTimer(); in stopPassTimer() 294 MyTimer.startTimer(); in startAnalysisTimer() 307 AnalysisActiveTimerStack.back()->startTimer(); in stopAnalysisTimer()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | Timer.h | 75 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can 83 TimeRecord StartTime; ///< The time startTimer() was last called. 120 /// Check if startTimer() has ever been called on this timer. 123 /// Start the timer running. Time between calls to startTimer/stopTimer is 126 void startTimer(); 144 /// The TimeRegion class is used as a helper class to call the startTimer() and 154 T->startTimer(); in ~TimeRegion() 157 if (T) T->startTimer();
|
| /llvm-project/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 138 BaseLine.startTimer(); in dumpStream() 148 Tokenizing.startTimer(); in benchmark() 156 Parsing.startTimer(); in benchmark()
|
| /llvm-project/mlir/include/mlir/Support/ |
| H A D | Timing.h | 147 virtual void startTimer(void *handle) = 0; 212 tm->startTimer(handle); in start() 456 void startTimer(void *handle) override;
|
| /llvm-project/llvm/lib/TableGen/ |
| H A D | Main.cpp | 109 Timer.startTimer("Parse, build records"); in TableGenMain() 158 Timer.startTimer("Write output"); in TableGenMain()
|
| H A D | Record.cpp | 3185 void RecordKeeper::startTimer(StringRef Name) { startTimer() function in RecordKeeper
|
| /llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 272 SyntaxCheckTimer->startTimer(); in VisitDecl() 533 SyntaxCheckTimer->startTimer(); in runAnalysisOnTranslationUnit() 685 SyntaxCheckTimer->startTimer(); in HandleCode() 727 ExprEngineTimer->startTimer(); in RunPathSensitiveChecks() 747 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()
|
| /llvm-project/bolt/lib/Core/ |
| H A D | ParallelUtilities.cpp | 127 LLVM_DEBUG(T.startTimer()); in runOnEachFunction() 182 LLVM_DEBUG(T.startTimer()); in runOnEachFunctionWithUniqueAllocId()
|
| /llvm-project/bolt/lib/Passes/ |
| H A D | IdenticalCodeFolding.cpp | 503 LLVM_DEBUG(SinglePass.startTimer()); in runOnFunctions() 512 LLVM_DEBUG(T.startTimer()); in runOnFunctions()
|
| /llvm-project/llvm/lib/Support/ |
| H A D | Timer.cpp | 150 void Timer::startTimer() { 176 O.startTimer(); in getCurrentTime() 394 T->startTimer(); in PrintQueuedTimers() 190 void Timer::startTimer() { startTimer() function in Timer
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 152 LLVMIRGeneration.startTimer(); in BackendConsumer()
|
| /llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 370 UpdateTimer.startTimer(); in update() 379 UpdateTimer.startTimer(); in updateIfStale()
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | Preamble.cpp | 424 void startTimer() { StartTime = std::chrono::steady_clock::now(); } in startTimer() function in clang::clangd::__anon0b7b15160111::WallTimer 439 WallTimerRegion(WallTimer &T) : T(T) { T.startTimer(); } in WallTimerRegion() 662 PreambleTimer.startTimer(); in buildPreamble() 703 PrerequisiteModuleTimer.startTimer(); in buildPreamble()
|
| /llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 1018 HashTimer.startTimer(); in compress() 1034 CompressTimer.startTimer(); in compress() 1206 DecompressTimer.startTimer(); in ListBundleIDsInFile() 1227 HashRecalcTimer.startTimer(); in isCodeObjectCompatible()
|
| /llvm-project/mlir/lib/Support/ |
| H A D | Timing.cpp | 568 void DefaultTimingManager::startTimer(void *handle) { in startTimer() function in DefaultTimingManager
|
| /llvm-project/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 147 def startTimer(self): member in TimeoutHelper 203 timeoutHelper.startTimer()
|
| /llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 1053 T.startTimer();
|