Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGTimer.cpp18 void TGTimer::startTimer(StringRef Name) { in startTimer() function in TGTimer
30 LastTimer->startTimer(); in startTimer()
45 startTimer(Name); in startBackendTimer()
H A DMain.cpp118 Timer.startTimer("Parse, build records"); in TableGenMain()
167 Timer.startTimer("Write output"); in TableGenMain()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp137 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 DInstrInfoEmitter.cpp815 Timer.startTimer("Analyze DAG patterns"); in run()
829 Timer.startTimer("Collect operand info"); in run()
842 Timer.startTimer("Collect uses/defs"); in run()
883 Timer.startTimer("Emit InstrDesc records"); in run()
902 Timer.startTimer("Emit operand info"); in run()
908 Timer.startTimer("Emit uses/defs"); in run()
919 Timer.startTimer("Emit instruction names"); in run()
980 Timer.startTimer("Emit initialization routine"); in run()
1064 Timer.startTimer("Emit operand name mappings"); in run()
1068 Timer.startTimer("Emit operand type mappings"); in run()
[all …]
H A DRegisterBankEmitter.cpp391 Timer.startTimer("Analyze records"); in run()
413 Timer.startTimer("Warn ambiguous"); in run()
426 Timer.startTimer("Emit output"); in run()
H A DPseudoLoweringEmitter.cpp296 Timer.startTimer("Process definitions"); in run()
302 Timer.startTimer("Emit expansion code"); in run()
H A DCallingConvEmitter.cpp65 Records.getTimer().startTimer("Emit prototypes"); in run()
85 Records.getTimer().startTimer("Emit full descriptions"); in run()
H A DGICombinerEmitter.cpp
H A DRegisterInfoEmitter.cpp1852 Timer.startTimer("Print enums"); in run()
1855 Timer.startTimer("Print MC registers"); in run()
1858 Timer.startTimer("Print header fragment"); in run()
1861 Timer.startTimer("Print target registers"); in run()
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2759 Timer.startTimer("Gather rules"); in run()
2768 Timer.startTimer("Creating Match Table"); in run()
2785 Timer.startTimer("Emit combiner"); in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp252 MyTimer.startTimer(); in startPassTimer()
267 PassActiveTimerStack.back()->startTimer(); in stopPassTimer()
282 MyTimer.startTimer(); in startAnalysisTimer()
295 AnalysisActiveTimerStack.back()->startTimer(); in stopAnalysisTimer()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h128 LLVM_ABI void startTimer();
156 T->startTimer(); in TimeRegion()
159 if (T) T->startTimer(); in TimeRegion()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java46 startTimer() in startTimer() method in TestDrop
142 startTimer(); in main()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp318 DecompressTimer.startTimer(); in decompress()
339 HashRecalcTimer.startTimer(); in decompress()
394 HashTimer.startTimer(); in compress()
411 CompressTimer.startTimer(); in compress()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DTGTimer.h41 void startTimer(StringRef Name);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp262 SyntaxCheckTimer->startTimer(); in VisitDecl()
380 BugReporterTimer->startTimer(); in flushReports()
555 SyntaxCheckTimer->startTimer(); in runAnalysisOnTranslationUnit()
723 SyntaxCheckTimer->startTimer(); in HandleCode()
766 ExprEngineTimer->startTimer(); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp149 void Timer::startTimer() { in startTimer() function in Timer
175 O.startTimer(); in yieldTo()
407 T->startTimer(); in prepareToPrintList()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp382 UpdateTimer.startTimer(); in update()
391 UpdateTimer.startTimer(); in updateIfStale()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1024 HashTimer.startTimer(); in compress()
1040 CompressTimer.startTimer(); in compress()
1267 DecompressTimer.startTimer(); in decompress()
1288 HashRecalcTimer.startTimer(); in decompress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp153 LLVMIRGeneration.startTimer(); in Initialize()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1125 T.startTimer(); in clang_scan_deps_main()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10893 ReadTimer->startTimer(); in StartedDeserializing()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24301 {"_ZN4llvm5Timer10startTimerEv", "llvm::Timer::startTimer()"},