Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp35 if (llvm::RISCVISAInfo::isSupportedExtensionFeature(FeatureName)) in getMArch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVISAInfo.h88 static bool isSupportedExtensionFeature(StringRef Ext);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp129 llvm::RISCVISAInfo::isSupportedExtensionFeature(Feature.Key)) in parseFeatureBits()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp267 return !llvm::RISCVISAInfo::isSupportedExtensionFeature(Ext); in initFeatureMap()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp349 bool RISCVISAInfo::isSupportedExtensionFeature(StringRef Ext) { in isSupportedExtensionFeature() function in RISCVISAInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp351 if (!llvm::RISCVISAInfo::isSupportedExtensionFeature(Feature.Key)) in emitDirectiveOptionArch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2720 if (llvm::RISCVISAInfo::isSupportedExtensionFeature(Feature.Key)) in resetToArch()