Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp154 Records.startTimer("Sort patterns"); in run()
164 Records.startTimer("Convert to matchers"); in run()
178 Records.startTimer("Optimize matchers"); in run()
183 Records.startTimer("Emit matcher table"); in run()
190 RK.startTimer("Parse patterns"); in EmitDAGISel()
H A DInstrInfoEmitter.cpp729 Records.startTimer("Emit uses/defs"); in run()
747 Records.startTimer("Emit operand info"); in run()
752 Records.startTimer("Emit InstrDesc records"); in run()
768 Records.startTimer("Emit instruction names"); in run()
829 Records.startTimer("Emit initialization routine"); in run()
908 Records.startTimer("Emit operand name mappings"); in run()
911 Records.startTimer("Emit operand type mappings"); in run()
914 Records.startTimer("Emit logical operand size mappings"); in run()
917 Records.startTimer("Emit logical operand type mappings"); in run()
920 Records.startTimer("Emit helper methods"); in run()
[all …]
H A DRegisterBankEmitter.cpp282 Records.startTimer("Analyze records"); in run()
304 Records.startTimer("Warn ambiguous"); in run()
317 Records.startTimer("Emit output"); in run()
H A DCallingConvEmitter.cpp41 Records.startTimer("Emit prototypes"); in run()
60 Records.startTimer("Emit full descriptions"); in run()
H A DPseudoLoweringEmitter.cpp306 Records.startTimer("Process definitions"); in run()
312 Records.startTimer("Emit expansion code"); 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.cpp1647 Records.startTimer("Print enums"); in run()
1650 Records.startTimer("Print MC registers"); in run()
1653 Records.startTimer("Print header fragment"); in run()
1656 Records.startTimer("Print target registers"); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h127 void startTimer();
152 T->startTimer(); in TimeRegion()
155 if (T) T->startTimer(); in TimeRegion()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp149 BaseLine.startTimer(); in benchmark()
159 Tokenizing.startTimer(); in benchmark()
167 Parsing.startTimer(); in benchmark()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp266 SyntaxCheckTimer->startTimer(); in VisitDecl()
497 SyntaxCheckTimer->startTimer(); in runAnalysisOnTranslationUnit()
673 SyntaxCheckTimer->startTimer(); in HandleCode()
708 ExprEngineTimer->startTimer(); in RunPathSensitiveChecks()
723 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DMain.cpp94 Records.startTimer("Parse, build records"); in TableGenMain()
134 Records.startTimer("Write output"); in TableGenMain()
H A DRecord.cpp2688 void RecordKeeper::startTimer(StringRef Name) { in startTimer() function in RecordKeeper
2699 LastTimer->startTimer(); in startTimer()
2712 startTimer(Name); in startBackendTimer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassTimingInfo.h96 void startTimer(StringRef PassID);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp195 LLVMIRGeneration.startTimer(); in Initialize()
212 LLVMIRGeneration.startTimer(); in HandleTopLevelDecl()
231 LLVMIRGeneration.startTimer(); in HandleInlineFunctionDefinition()
286 LLVMIRGeneration.startTimer(); in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp165 void Timer::startTimer() { in startTimer() function in Timer
398 T->startTimer(); in prepareToPrintList()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py107 def startTimer(self): member in TimeoutHelper
160 timeoutHelper.startTimer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1857 void startTimer(StringRef Name);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackGuide.rst863 and search for ``Records.startTimer``.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11536 ReadTimer->startTimer(); in StartedDeserializing()