Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h73 LLVM_ABI static bool isSupportedExtension(StringRef Ext);
75 LLVM_ABI static bool isSupportedExtension(StringRef Ext,
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp250 bool RISCVISAInfo::isSupportedExtension(StringRef Ext) { in isSupportedExtension() function in RISCVISAInfo
263 bool RISCVISAInfo::isSupportedExtension(StringRef Ext, unsigned MajorVersion, in isSupportedExtension() function in RISCVISAInfo
280 if (!isSupportedExtension(Ext)) in hasExtension()
295 if (IgnoreUnknown && !isSupportedExtension(ExtName)) in toFeatures()
422 if (RISCVISAInfo::isSupportedExtension(Ext, Major, Minor)) in getExtensionVersion()
425 if (!RISCVISAInfo::isSupportedExtension(Ext)) in getExtensionVersion()
705 if (!RISCVISAInfo::isSupportedExtension(Name)) in parseArchString()
1052 if (!isSupportedExtension(Name)) in getTargetFeatureForExtension()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h161 bool isSupportedExtension(llvm::StringRef Ext, const LangOptions &LO) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp80 bool OpenCLOptions::isSupportedExtension(llvm::StringRef Ext, in isSupportedExtension() function in clang::OpenCLOptions
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp990 else if (Opt.isSupportedExtension(Name, getLangOpts())) in HandlePragmaOpenCLExtension()