Home
last modified time | relevance | path

Searched refs:startTimer (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/llvm/unittests/Support/
H A DTimerTest.cpp39 T1.startTimer(); in TEST()
43 T1.startTimer(); in TEST()
55 T1.startTimer(); in TEST()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp155 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 DInstrInfoEmitter.cpp908 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 DRegisterBankEmitter.cpp279 Records.startTimer("Analyze records"); in run()
301 Records.startTimer("Warn ambiguous"); in run()
314 Records.startTimer("Emit output"); in run()
H A DPseudoLoweringEmitter.cpp307 Records.startTimer("Process definitions"); in run()
313 Records.startTimer("Emit expansion code"); in run()
H A DCallingConvEmitter.cpp48 Records.startTimer("Emit prototypes"); in run()
68 Records.startTimer("Emit full descriptions"); in run()
H A DGICombinerEmitter.cpp849 Records.startTimer("Gather rules"); in run()
861 Records.startTimer("Optimize combiner"); in run()
884 Records.startTimer("Emit combiner"); in run()
H A DRegisterInfoEmitter.cpp1706 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 DTiming.h146 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 DTimer.h126 void startTimer();
151 T->startTimer(); in TimeRegion()
154 if (T) T->startTimer(); in TimeRegion()
/llvm-project-15.0.7/llvm/lib/IR/
H A DPassTimingInfo.cpp236 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 DYAMLBench.cpp149 BaseLine.startTimer(); in benchmark()
159 Tokenizing.startTimer(); in benchmark()
167 Parsing.startTimer(); in benchmark()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DMain.cpp96 Records.startTimer("Parse, build records"); in TableGenMain()
136 Records.startTimer("Write output"); in TableGenMain()
H A DRecord.cpp2836 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 DAnalysisConsumer.cpp273 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 DPassTimingInfo.h94 void startTimer(StringRef PassID);
/llvm-project-15.0.7/bolt/lib/Core/
H A DParallelUtilities.cpp123 LLVM_DEBUG(T.startTimer()); in runOnEachFunction()
178 LLVM_DEBUG(T.startTimer()); in runOnEachFunctionWithUniqueAllocId()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTimer.cpp190 void Timer::startTimer() { in startTimer() function in Timer
422 T->startTimer(); in prepareToPrintList()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp463 LLVM_DEBUG(SinglePass.startTimer()); in runOnFunctions()
472 LLVM_DEBUG(T.startTimer()); in runOnFunctions()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp386 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 DCodeGenAction.cpp212 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 DDebuginfod.cpp277 UpdateTimer.startTimer(); in update()
286 UpdateTimer.startTimer(); in updateIfStale()
/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp517 void DefaultTimingManager::startTimer(void *handle) { in startTimer() function in DefaultTimingManager
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py119 def startTimer(self): member in TimeoutHelper
172 timeoutHelper.startTimer()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1926 void startTimer(StringRef Name);

12