Home
last modified time | relevance | path

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

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