Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DRISCV.cpp347 llvm::RISCV::parseTuneCPUKind(Name, false), in isValidTuneCPUName()
368 llvm::RISCV::parseTuneCPUKind(Name, true), in isValidTuneCPUName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetParser.h169 CPUKind parseTuneCPUKind(StringRef CPU, bool IsRV64);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetParser.cpp284 CPUKind parseTuneCPUKind(StringRef TuneCPU, bool IsRV64) { in parseTuneCPUKind() function