Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetParser.cpp277 StringRef resolveTuneCPUAlias(StringRef TuneCPU, bool IsRV64) { in resolveTuneCPUAlias() function
285 TuneCPU = resolveTuneCPUAlias(TuneCPU, IsRV64); in parseTuneCPUKind()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetParser.h174 StringRef resolveTuneCPUAlias(StringRef TuneCPU, bool IsRV64);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2082 Name = llvm::RISCV::resolveTuneCPUAlias(Name, Triple.isArch64Bit()); in AddRISCVTargetArgs()