Home
last modified time | relevance | path

Searched defs:CPUInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp22 struct CPUInfo { struct
23 StringLiteral Name;
24 CPUKind Kind;
25 StringLiteral DefaultMarch;
26 bool isInvalid() const { return DefaultMarch.empty(); } in isInvalid()
27 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DSparc.cpp67 static constexpr SparcCPUInfo CPUInfo[] = { variable
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidump.h142 union CPUInfo { union