Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp350 llvm::RISCV::parseTuneCPUKind(Name, false), in isValidTuneCPUName()
371 llvm::RISCV::parseTuneCPUKind(Name, true), in isValidTuneCPUName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetParser.h171 CPUKind parseTuneCPUKind(StringRef CPU, bool IsRV64);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTargetParser.cpp288 CPUKind parseTuneCPUKind(StringRef TuneCPU, bool IsRV64) { in parseTuneCPUKind() function