LLVM 22.0.0git
|
#include "llvm/TargetParser/RISCVTargetParser.h"
Public Member Functions | |
bool | isValid () const |
bool | operator== (const CPUModel &Other) const |
Public Attributes | |
uint32_t | MVendorID |
uint64_t | MArchID |
uint64_t | MImpID |
Definition at line 28 of file RISCVTargetParser.h.
|
inline |
Definition at line 33 of file RISCVTargetParser.h.
References MArchID, MImpID, and MVendorID.
Referenced by llvm::RISCV::hasValidCPUModel().
Definition at line 35 of file RISCVTargetParser.h.
References MArchID, MImpID, MVendorID, and llvm::Other.
uint64_t llvm::RISCV::CPUModel::MArchID |
Definition at line 30 of file RISCVTargetParser.h.
Referenced by isValid(), and operator==().
uint64_t llvm::RISCV::CPUModel::MImpID |
Definition at line 31 of file RISCVTargetParser.h.
Referenced by isValid(), and operator==().
uint32_t llvm::RISCV::CPUModel::MVendorID |
Definition at line 29 of file RISCVTargetParser.h.
Referenced by isValid(), and operator==().