LLVM 20.0.0git
|
#include "llvm/TargetParser/LoongArchTargetParser.h"
#include "llvm/TargetParser/LoongArchTargetParser.def"
Go to the source code of this file.
Macros | |
#define | LOONGARCH_FEATURE(NAME, KIND) {NAME, KIND}, |
#define | LOONGARCH_ARCH(NAME, KIND, FEATURES) {NAME, LoongArch::ArchKind::KIND, FEATURES}, |
Variables | |
const FeatureInfo | AllFeatures [] |
const ArchInfo | AllArchs [] |
#define LOONGARCH_ARCH | ( | NAME, | |
KIND, | |||
FEATURES | |||
) | {NAME, LoongArch::ArchKind::KIND, FEATURES}, |
Definition at line 24 of file LoongArchTargetParser.cpp.
Referenced by llvm::LoongArch::fillValidCPUList(), llvm::LoongArch::getArchFeatures(), and llvm::LoongArch::isValidArchName().
const FeatureInfo AllFeatures[] |
Definition at line 19 of file LoongArchTargetParser.cpp.
Referenced by llvm::LoongArch::getArchFeatures().