Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp31 struct CPUInfo { struct
32 StringLiteral Name;
33 StringLiteral DefaultMarch;
34 bool FastScalarUnalignedAccess;
35 bool FastVectorUnalignedAccess;
36 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h147 union CPUInfo { union
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp16901 typedef std::tuple<unsigned, unsigned, unsigned, unsigned> CPUInfo; in EmitPPCBuiltinExpr() typedef