Home
last modified time | relevance | path

Searched defs:frequency (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp919 uint64_t RegBankSelect::InstrInsertPoint::frequency(const Pass &P) const { in frequency() function in RegBankSelect::InstrInsertPoint
929 uint64_t RegBankSelect::MBBInsertPoint::frequency(const Pass &P) const { in frequency() function in RegBankSelect::MBBInsertPoint
950 uint64_t RegBankSelect::EdgeInsertPoint::frequency(const Pass &P) const { in frequency() function in RegBankSelect::EdgeInsertPoint
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp32 char const *frequency // I: Float number and unit: MHz, GHz, or TGz. in __kmp_parse_frequency()
H A Dkmp_stub.cpp54 static double frequency = 0.0; variable
H A Dkmp.h1406 kmp_uint64 frequency; // Nominal CPU frequency in Hz. member
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h195 virtual uint64_t frequency(const Pass &P) const { return 1; } in frequency() function
[all...]
/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp533 for (const auto &frequency : encodingFrequencies) in finalize() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp577 static LARGE_INTEGER frequency = {}; NanoTime() local