Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h51 bool isSupported(const MCSubtargetInfo &STI) const { in isSupported() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp54 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported() function in clang::OpenCLOptions
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp58 bool isSupported() const { return Supported; } in isSupported() function in __anonb9ffbbfe0111::FusionFeature
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp128 bool X86InterleavedAccessGroup::isSupported() const { in isSupported() function in X86InterleavedAccessGroup
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp712 bool isSupported(const ThreadingPath &TPath) { in isSupported() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6401 auto isSupported = [this](const LegalityQuery &Q) { in lowerBitCount() local