Home
last modified time | relevance | path

Searched refs:isSupportedExtension (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDRISCVISAInfo.h72 static bool isSupportedExtension(StringRef Ext);
74 static bool isSupportedExtension(StringRef Ext, unsigned MajorVersion,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDRISCVISAInfo.cpp251 bool RISCVISAInfo::isSupportedExtension(StringRef Ext) { in isSupportedExtension() function in RISCVISAInfo
264 bool RISCVISAInfo::isSupportedExtension(StringRef Ext, unsigned MajorVersion, in isSupportedExtension() function in RISCVISAInfo
281 if (!isSupportedExtension(Ext)) in hasExtension()
296 if (IgnoreUnknown && !isSupportedExtension(ExtName)) in toFeatures()
423 if (RISCVISAInfo::isSupportedExtension(Ext, Major, Minor)) in getExtensionVersion()
426 if (!RISCVISAInfo::isSupportedExtension(Ext)) in getExtensionVersion()
708 if (!RISCVISAInfo::isSupportedExtension(Name)) in parseArchString()
1017 if (!isSupportedExtension(Name)) in getTargetFeatureForExtension()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenCLOptions.h161 bool isSupportedExtension(llvm::StringRef Ext, const LangOptions &LO) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenCLOptions.cpp80 bool OpenCLOptions::isSupportedExtension(llvm::StringRef Ext, in isSupportedExtension() function in clang::OpenCLOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParsePragma.cpp1002 else if (Opt.isSupportedExtension(Name, getLangOpts())) in HandlePragmaOpenCLExtension()