| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | timing.h | 99 if (strncmp(Name, Timers[I].Name, MaxLenOfTimerName) == 0) in getOrCreateTimer() 104 strncpy(Timers[NumAllocatedTimers].Name, Name, MaxLenOfTimerName); in getOrCreateTimer() 135 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest() 177 if (Timers[I].Nesting != MaxNumberOfTimers) in getAllImpl() 203 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence); in REQUIRES() 206 if (Timers[I].Nesting == HandleId) in REQUIRES() 233 TimerInfo Timers[MaxNumberOfTimers] GUARDED_BY(Mutex);
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 175 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local 176 if (Timers.size() == 0) in getPassTimer() 177 Timers.emplace_back(new Timer(PassID, PassID, TG)); in getPassTimer() 178 return *Timers.front(); in getPassTimer() 183 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local 184 unsigned Count = Timers.size() + 1; in getPassTimer() 189 Timers.emplace_back(T); in getPassTimer() 190 assert(Count == Timers.size() && "Timers vector not adjusted correctly."); in getPassTimer()
|
| /src/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 157 std::unique_ptr<RTDyldTimers> Timers; variable 559 TimeRegion TR(Timers ? &Timers->LoadObjectsTimer : nullptr); in executeInput() 588 TimeRegion TR(Timers ? &Timers->LinkTimer : nullptr); in executeInput() 626 TimeRegion TR(Timers ? &Timers->RunTimer : nullptr); in executeInput() 1033 Timers = ShowTimes ? std::make_unique<RTDyldTimers>() : nullptr; in main()
|
| /src/sys/contrib/device-tree/Bindings/x86/ |
| H A D | timer.txt | 1 Timers
|
| /src/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | mt7621-wdt.txt | 1 Ralink Watchdog Timers
|
| H A D | rt2880-wdt.txt | 1 Ralink Watchdog Timers
|
| H A D | atmel-wdt.txt | 1 * Atmel Watchdog Timers
|
| /src/sys/contrib/device-tree/Bindings/arm/ |
| H A D | picoxcell.txt | 11 Timers required properties:
|
| /src/sys/contrib/device-tree/Bindings/timer/ |
| H A D | fsl,gtm.txt | 1 * Freescale General-purpose Timers Module
|
| H A D | marvell,armada-370-xp-timer.txt | 1 Marvell Armada 370 and Armada XP Timers
|
| H A D | arm,sp804.txt | 1 ARM sp804 Dual Timers
|
| H A D | mediatek,mtk-timer.txt | 1 MediaTek Timers
|
| /src/sys/arm/conf/ |
| H A D | std.qca | 41 # Timers
|
| H A D | ARMADA38X | 58 # Timers
|
| /src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | samsung,exynos5433-lpass.txt | 18 UART, SLIMBUS, PCM, I2S, DMAC, Timers 0...4, VIC, WDT 0...1 devices.
|
| /src/sys/contrib/device-tree/src/arm/socionext/ |
| H A D | milbeaut-m10v.dtsi | 75 timer@1e000050 { /* 32-bit Reload Timers */
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 83 // User Counter/Timers 280 // Machine Counter and Timers
|
| /src/sys/contrib/device-tree/Bindings/mips/brcm/ |
| H A D | soc.txt | 145 == Timers
|
| /src/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am68-sk-som.dtsi | 314 /* Timers are used by Remoteproc firmware */
|
| H A D | k3-j7200-som-p0.dtsi | 273 /* Timers are used by Remoteproc firmware */
|
| H A D | k3-am67a-beagley-ai.dts | 497 /* Timers are used by Remoteproc firmware */
|
| H A D | k3-am68-phycore-som.dtsi | 416 /* Timers are used by Remoteproc firmware */
|
| H A D | k3-j721s2-som-p0.dtsi | 571 /* Timers are used by Remoteproc firmware */
|
| H A D | k3-j721e-som-p0.dtsi | 577 /* Timers are used by Remoteproc firmware */
|
| H A D | k3-j722s-evm.dts | 832 /* Timers are used by Remoteproc firmware */
|