| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | TimerTest.cpp | 39 T1.startTimer(); in TEST() 43 T1.startTimer(); in TEST() 55 T1.startTimer(); in TEST()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 155 Records.startTimer("Sort patterns"); in run() 165 Records.startTimer("Convert to matchers"); in run() 179 Records.startTimer("Optimize matchers"); in run() 184 Records.startTimer("Emit matcher table"); in run() 191 RK.startTimer("Parse patterns"); in EmitDAGISel()
|
| H A D | InstrInfoEmitter.cpp | 908 Records.startTimer("Emit uses/defs"); in run() 926 Records.startTimer("Emit operand info"); in run() 931 Records.startTimer("Emit InstrDesc records"); in run() 947 Records.startTimer("Emit instruction names"); in run() 1008 Records.startTimer("Emit initialization routine"); in run() 1087 Records.startTimer("Emit operand name mappings"); in run() 1090 Records.startTimer("Emit operand type mappings"); in run() 1099 Records.startTimer("Emit helper methods"); in run() 1102 Records.startTimer("Emit verifier methods"); in run() 1256 RK.startTimer("Analyze DAG patterns"); in EmitInstrInfo() [all …]
|
| H A D | RegisterBankEmitter.cpp | 279 Records.startTimer("Analyze records"); in run() 301 Records.startTimer("Warn ambiguous"); in run() 314 Records.startTimer("Emit output"); in run()
|
| H A D | PseudoLoweringEmitter.cpp | 307 Records.startTimer("Process definitions"); in run() 313 Records.startTimer("Emit expansion code"); in run()
|
| H A D | CallingConvEmitter.cpp | 48 Records.startTimer("Emit prototypes"); in run() 68 Records.startTimer("Emit full descriptions"); in run()
|
| H A D | GICombinerEmitter.cpp | 849 Records.startTimer("Gather rules"); in run() 861 Records.startTimer("Optimize combiner"); in run() 884 Records.startTimer("Emit combiner"); in run()
|
| H A D | RegisterInfoEmitter.cpp | 1706 Records.startTimer("Print enums"); in run() 1709 Records.startTimer("Print MC registers"); in run() 1712 Records.startTimer("Print header fragment"); in run() 1715 Records.startTimer("Print target registers"); in run()
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | Timing.h | 146 virtual void startTimer(void *handle) = 0; 211 tm->startTimer(handle); in start() 402 void startTimer(void *handle) override;
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Timer.h | 126 void startTimer(); 151 T->startTimer(); in TimeRegion() 154 if (T) T->startTimer(); in TimeRegion()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 236 void TimePassesHandler::startTimer(StringRef PassID) { in startTimer() function in llvm::TimePassesHandler 240 MyTimer.startTimer(); in startTimer() 256 startTimer(PassID); in runBeforePass()
|
| /llvm-project-15.0.7/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 149 BaseLine.startTimer(); in benchmark() 159 Tokenizing.startTimer(); in benchmark() 167 Parsing.startTimer(); in benchmark()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Main.cpp | 96 Records.startTimer("Parse, build records"); in TableGenMain() 136 Records.startTimer("Write output"); in TableGenMain()
|
| H A D | Record.cpp | 2836 void RecordKeeper::startTimer(StringRef Name) { in startTimer() function in RecordKeeper 2847 LastTimer->startTimer(); in startTimer() 2860 startTimer(Name); in startBackendTimer()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 273 SyntaxCheckTimer->startTimer(); in VisitDecl() 533 SyntaxCheckTimer->startTimer(); in runAnalysisOnTranslationUnit() 684 SyntaxCheckTimer->startTimer(); in HandleCode() 726 ExprEngineTimer->startTimer(); in RunPathSensitiveChecks() 746 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | PassTimingInfo.h | 94 void startTimer(StringRef PassID);
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | ParallelUtilities.cpp | 123 LLVM_DEBUG(T.startTimer()); in runOnEachFunction() 178 LLVM_DEBUG(T.startTimer()); in runOnEachFunctionWithUniqueAllocId()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Timer.cpp | 190 void Timer::startTimer() { in startTimer() function in Timer 422 T->startTimer(); in prepareToPrintList()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IdenticalCodeFolding.cpp | 463 LLVM_DEBUG(SinglePass.startTimer()); in runOnFunctions() 472 LLVM_DEBUG(T.startTimer()); in runOnFunctions()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Preamble.cpp | 386 void startTimer() { StartTime = std::chrono::steady_clock::now(); } in startTimer() function in clang::clangd::__anoncf7fbb130111::WallTimer 401 WallTimerRegion(WallTimer &T) : T(T) { T.startTimer(); } in WallTimerRegion() 537 PreambleTimer.startTimer(); in buildPreamble()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 212 LLVMIRGeneration.startTimer(); in Initialize() 229 LLVMIRGeneration.startTimer(); in HandleTopLevelDecl() 248 LLVMIRGeneration.startTimer(); in HandleInlineFunctionDefinition() 303 LLVMIRGeneration.startTimer(); in HandleTranslationUnit()
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 277 UpdateTimer.startTimer(); in update() 286 UpdateTimer.startTimer(); in updateIfStale()
|
| /llvm-project-15.0.7/mlir/lib/Support/ |
| H A D | Timing.cpp | 517 void DefaultTimingManager::startTimer(void *handle) { in startTimer() function in DefaultTimingManager
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 119 def startTimer(self): member in TimeoutHelper 172 timeoutHelper.startTimer()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1926 void startTimer(StringRef Name);
|