Home
last modified time | relevance | path

Searched defs:isSupported (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenCLOptions.cpp39 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported() function in clang::OpenCLOptions
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp56 bool isSupported() const { return Supported; } in isSupported() function in __anonfa7ed6290111::FusionFeature
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp128 bool X86InterleavedAccessGroup::isSupported() const { in isSupported() function in X86InterleavedAccessGroup
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5230 auto isSupported = [this](const LegalityQuery &Q) { in lowerBitCount() local