Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
924 Records.startTimer("Emit operand info"); in run()
928 Records.startTimer("Emit InstrDesc records"); in run()
944 Records.startTimer("Emit instruction names"); in run()
1005 Records.startTimer("Emit initialization routine"); in run()
1085 Records.startTimer("Emit operand name mappings"); in run()
1088 Records.startTimer("Emit operand type mappings"); in run()
1091 Records.startTimer("Emit logical operand size mappings"); in run()
1094 Records.startTimer("Emit logical operand type mappings"); in run()
1097 Records.startTimer("Emit helper methods"); in run()
[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.cpp306 Records.startTimer("Process definitions"); in run()
312 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.cpp875 Records.startTimer("Gather rules"); in run()
887 Records.startTimer("Optimize combiner"); in run()
910 Records.startTimer("Emit combiner"); in run()
H A DRegisterInfoEmitter.cpp1827 Records.startTimer("Print enums"); in run()
1830 Records.startTimer("Print MC registers"); in run()
1833 Records.startTimer("Print header fragment"); in run()
1836 Records.startTimer("Print target registers"); in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTimer.h126 void startTimer();
151 T->startTimer(); in TimeRegion()
154 if (T) T->startTimer(); in TimeRegion()
/openbsd-src/gnu/llvm/llvm/utils/yaml-bench/
H A DYAMLBench.cpp149 BaseLine.startTimer(); in benchmark()
159 Tokenizing.startTimer(); in benchmark()
167 Parsing.startTimer(); in benchmark()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DMain.cpp96 Records.startTimer("Parse, build records"); in TableGenMain()
136 Records.startTimer("Write output"); in TableGenMain()
H A DRecord.cpp2923 void RecordKeeper::startTimer(StringRef Name) { in startTimer() function in RecordKeeper
2934 LastTimer->startTimer(); in startTimer()
2947 startTimer(Name); in startBackendTimer()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPassTimingInfo.cpp259 MyTimer.startTimer(); in startPassTimer()
282 MyTimer.startTimer(); in startAnalysisTimer()
295 AnalysisActiveTimerStack.back()->startTimer(); in stopAnalysisTimer()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp272 SyntaxCheckTimer->startTimer(); in VisitDecl()
532 SyntaxCheckTimer->startTimer(); in runAnalysisOnTranslationUnit()
683 SyntaxCheckTimer->startTimer(); in HandleCode()
725 ExprEngineTimer->startTimer(); in RunPathSensitiveChecks()
745 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp190 void Timer::startTimer() { in startTimer() function in Timer
422 T->startTimer(); in prepareToPrintList()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp213 LLVMIRGeneration.startTimer(); in Initialize()
230 LLVMIRGeneration.startTimer(); in HandleTopLevelDecl()
249 LLVMIRGeneration.startTimer(); in HandleInlineFunctionDefinition()
304 LLVMIRGeneration.startTimer(); in HandleTranslationUnit()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp322 UpdateTimer.startTimer(); in update()
331 UpdateTimer.startTimer(); in updateIfStale()
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTestRunner.py119 def startTimer(self): member in TimeoutHelper
172 timeoutHelper.startTimer()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1968 void startTimer(StringRef Name);
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst863 and search for ``Records.startTimer``.
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9806 ReadTimer->startTimer(); in StartedDeserializing()