| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 154 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 D | InstrInfoEmitter.cpp | 729 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 D | RegisterBankEmitter.cpp | 282 Records.startTimer("Analyze records"); in run() 304 Records.startTimer("Warn ambiguous"); in run() 317 Records.startTimer("Emit output"); in run()
|
| H A D | CallingConvEmitter.cpp | 41 Records.startTimer("Emit prototypes"); in run() 60 Records.startTimer("Emit full descriptions"); in run()
|
| H A D | PseudoLoweringEmitter.cpp | 306 Records.startTimer("Process definitions"); in run() 312 Records.startTimer("Emit expansion code"); 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 | 1647 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 D | Timer.h | 127 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 149 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 D | AnalysisConsumer.cpp | 266 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 D | Main.cpp | 94 Records.startTimer("Parse, build records"); in TableGenMain() 134 Records.startTimer("Write output"); in TableGenMain()
|
| H A D | Record.cpp | 2688 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 D | PassTimingInfo.h | 96 void startTimer(StringRef PassID);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 195 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 D | Timer.cpp | 165 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 D | TestRunner.py | 107 def startTimer(self): member in TimeoutHelper 160 timeoutHelper.startTimer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1857 void startTimer(StringRef Name);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
| H A D | BackGuide.rst | 863 and search for ``Records.startTimer``.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11536 ReadTimer->startTimer(); in StartedDeserializing()
|