Searched defs:CpuInfo (Results 1 – 3 of 3) sorted by relevance
160 struct CpuInfo { struct161 StringRef Name; // Name, as written for -mcpu.162 const ArchInfo &Arch;164 DefaultExtensions; // Default extensions for this CPU.166 AArch64::ExtensionBitset getImpliedExtensions() const { in getImpliedExtensions()
101 const std::optional<llvm::AArch64::CpuInfo> CpuInfo = in DecodeAArch64Mcpu() local
1197 if (auto CpuInfo = llvm::AArch64::parseCpu(Ret.CPU)) { in parseTargetAttr() local