Home
last modified time | relevance | path

Searched defs:getClockFrequency (Results 1 – 4 of 4) sorted by relevance

/llvm-project/offload/DeviceRTL/src/
H A DConfiguration.cpp60 uint64_t config::getClockFrequency() { in getClockFrequency() function in config
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h810 virtual uint64_t getClockFrequency() const { return CLOCKS_PER_SEC; } getClockFrequency() function
/llvm-project/offload/plugins-nextgen/cuda/src/
H A Drtl.cpp1146 uint64_t getClockFrequency() const override { return 1000000000; } getClockFrequency() function
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp2100 uint64_t getClockFrequency() const override { return ClockFrequency; } getClockFrequency() function