Searched refs:CPUModel (Results 1 – 4 of 4) sorted by relevance
28 struct CPUModel { struct35 bool operator==(const CPUModel &Other) const { argument46 CPUModel Model;67 LLVM_ABI CPUModel getCPUModel(StringRef CPU);68 LLVM_ABI StringRef getCPUNameFromCPUModel(const CPUModel &Model);
62 CPUModel getCPUModel(StringRef CPU) { in getCPUModel()69 StringRef getCPUNameFromCPUModel(const CPUModel &Model) { in getCPUNameFromCPUModel()
1712 RISCV::CPUModel Model{static_cast<uint32_t>(Query[0].Value), Query[1].Value, in getHostCPUName()
1061 const llvm::RISCV::CPUModel Model = llvm::RISCV::getCPUModel(CPUStr); in EmitRISCVCpuIs()