Home
last modified time | relevance | path

Searched refs:CPUInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp31 struct CPUInfo { struct
39 constexpr CPUInfo RISCVCPUInfo[] = {
46 static const CPUInfo *getCPUInfoByName(StringRef CPU) { in getCPUInfoByName()
54 const CPUInfo *Info = getCPUInfoByName(CPU); in hasFastScalarUnalignedAccess()
59 const CPUInfo *Info = getCPUInfoByName(CPU); in hasFastVectorUnalignedAccess()
64 const CPUInfo *Info = getCPUInfoByName(CPU); in parseCPU()
86 const CPUInfo *Info = getCPUInfoByName(CPU); in getMArchFromMcpu()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h147 union CPUInfo { union
162 static_assert(sizeof(CPUInfo) == 24);
183 CPUInfo CPU;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h259 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::ArmInfo)
260 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::OtherInfo)
261 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::X86Info)
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp163 void yaml::MappingTraits<CPUInfo::ArmInfo>::mapping(IO &IO, in mapping()
164 CPUInfo::ArmInfo &Info) { in mapping()
199 void yaml::MappingTraits<CPUInfo::OtherInfo>::mapping( in mapping()
200 IO &IO, CPUInfo::OtherInfo &Info) { in mapping()
235 void yaml::MappingTraits<CPUInfo::X86Info>::mapping(IO &IO, in mapping()
236 CPUInfo::X86Info &Info) { in mapping()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp16901 typedef std::tuple<unsigned, unsigned, unsigned, unsigned> CPUInfo; in EmitPPCBuiltinExpr() typedef
16904 static_cast<CPUInfo>(StringSwitch<CPUInfo>(CPUStr) in EmitPPCBuiltinExpr()