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