Home
last modified time | relevance | path

Searched refs:getTimer (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h746 inline timeStat *getTimer(timer_e idx) { return &_timers[idx]; } in getTimer() function
899 __kmp_stats_thread_ptr->getTimer(TIMER_##name)->addSample((double)value)
942 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
947 explicitTimer(__kmp_stats_thread_ptr->getTimer(TIMER_##name), \
952 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
959 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
H A Dkmp_stats.cpp847 statistic *threadStat = (*it)->getTimer(s); in outputStats()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp65 Records.getTimer().startTimer("Emit prototypes"); in run()
85 Records.getTimer().startTimer("Emit full descriptions"); in run()
H A DDAGISelEmitter.cpp136 TGTimer &Timer = Records.getTimer(); in run()
H A DPseudoLoweringEmitter.cpp295 TGTimer &Timer = Records.getTimer(); in run()
H A DRegisterBankEmitter.cpp390 TGTimer &Timer = Records.getTimer(); in run()
H A DInstrInfoEmitter.cpp814 TGTimer &Timer = Records.getTimer(); in run()
H A DRegisterInfoEmitter.cpp1851 TGTimer &Timer = Records.getTimer(); in run()
H A DGlobalISelCombinerEmitter.cpp2758 TGTimer &Timer = Records.getTimer(); in run()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp111 TGTimer &Timer = Records.getTimer(); in TableGenMain()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2044 TGTimer &getTimer() const { return *Timer; } in getTimer() function