Searched refs:CPUInfo (Results 1 – 7 of 7) sorted by relevance
30 constexpr CPUInfo RISCVCPUInfo[] = {43 static const CPUInfo *getCPUInfoByName(StringRef CPU) { in getCPUInfoByName()51 const CPUInfo *Info = getCPUInfoByName(CPU); in hasFastScalarUnalignedAccess()56 const CPUInfo *Info = getCPUInfoByName(CPU); in hasFastVectorUnalignedAccess()63 const CPUInfo *Info = getCPUInfoByName(CPU); in getCPUModel()80 const CPUInfo *Info = getCPUInfoByName(CPU); in parseCPU()102 const CPUInfo *Info = getCPUInfoByName(CPU); in getMArchFromMcpu()
25 struct CPUInfo { struct30 constexpr CPUInfo PPCCPUInfo[] = {37 static const CPUInfo *getCPUInfoByName(StringRef CPU) { in getCPUInfoByName()89 const CPUInfo *Info = getCPUInfoByName(CPU); in isValidCPU()
159 union CPUInfo { union174 static_assert(sizeof(CPUInfo) == 24);195 CPUInfo CPU;
284 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::ArmInfo)285 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::OtherInfo)286 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::X86Info)
166 void yaml::MappingTraits<CPUInfo::ArmInfo>::mapping(IO &IO, in mapping()167 CPUInfo::ArmInfo &Info) { in mapping()202 void yaml::MappingTraits<CPUInfo::OtherInfo>::mapping( in mapping()203 IO &IO, CPUInfo::OtherInfo &Info) { in mapping()238 void yaml::MappingTraits<CPUInfo::X86Info>::mapping(IO &IO, in mapping()239 CPUInfo::X86Info &Info) { in mapping()
41 struct CPUInfo { struct
148 typedef std::tuple<unsigned, unsigned, unsigned, unsigned> CPUInfo; in EmitPPCBuiltinExpr() typedef151 static_cast<CPUInfo>(StringSwitch<CPUInfo>(CPUStr) in EmitPPCBuiltinExpr()