Home
last modified time | relevance | path

Searched refs:isSupportedExtensionFeature (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DRISCVTargetDefEmitter.cpp35 if (llvm::RISCVISAInfo::isSupportedExtensionFeature(FeatureName)) in getMArch()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DRISCVISAInfo.h83 static bool isSupportedExtensionFeature(StringRef Ext);
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp118 llvm::RISCVISAInfo::isSupportedExtensionFeature(Feature.Key)) in parseFeatureBits()
/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DRISCV.cpp292 if (ISAInfo->isSupportedExtensionFeature(Feature)) in hasFeature()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DRISCVISAInfo.cpp220 bool RISCVISAInfo::isSupportedExtensionFeature(StringRef Ext) { in isSupportedExtensionFeature() function in RISCVISAInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp2233 if (llvm::RISCVISAInfo::isSupportedExtensionFeature(Feature.Key)) in parseDirectiveAttribute()