Home
last modified time | relevance | path

Searched refs:checkTuneCPUKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DRISCV.cpp299 return llvm::RISCV::checkTuneCPUKind( in isValidTuneCPUName()
320 return llvm::RISCV::checkTuneCPUKind( in isValidTuneCPUName()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTargetParser.h172 bool checkTuneCPUKind(CPUKind Kind, bool IsRV64);
/llvm-project-15.0.7/llvm/lib/Support/
H A DTargetParser.cpp278 bool checkTuneCPUKind(CPUKind Kind, bool IsRV64) { in checkTuneCPUKind() function