/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenCLOptions.h | 84 isSupported("__opencl_c_program_scope_global_variables", Opts)); in areProgramScopeVariablesSupported() 143 bool isSupported(llvm::StringRef Ext, const LangOptions &LO) const;
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | OpenCLOptions.cpp | 39 return isSupported(Ext, LO); in isAvailableOption() 54 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported() function in clang::OpenCLOptions
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 58 bool isSupported() const { return Supported; } in isSupported() function in __anonb9ffbbfe0111::FusionFeature 253 if (!Feature.isSupported()) in shouldScheduleAdjacent()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 119 bool isSupported() const; 128 bool X86InterleavedAccessGroup::isSupported() const { in isSupported() function in X86InterleavedAccessGroup 820 return Grp.isSupported() && Grp.lowerIntoOptimizedSequence(); in lowerInterleavedLoad() 847 return Grp.isSupported() && Grp.lowerIntoOptimizedSequence(); in lowerInterleavedStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 51 bool isSupported(const MCSubtargetInfo &STI) const { in isSupported() function
|
H A D | AMDGPUBaseInfo.cpp | 1560 if (Op.isSupported(STI)) in getDefaultCustomOperandEncoding() 1574 if (!Op.isSupported(STI)) in isSymbolicCustomOperandEncoding() 1591 if (Op.isSupported(STI)) { in decodeCustomOperand() 1617 if (!Op.isSupported(STI)) { in encodeCustomOperand()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenCL.cpp | 65 !SemaRef.getOpenCLOptions().isSupported( in handleAccessAttr() 142 if (!SemaRef.getOpenCLOptions().isSupported("cl_khr_subgroups", in checkSubgroupExt() 144 !SemaRef.getOpenCLOptions().isSupported("__opencl_c_subgroups", in checkSubgroupExt()
|
H A D | Sema.cpp | 438 if (getOpenCLOptions().isSupported("cl_khr_fp16", getLangOpts())) { in Initialize() 444 if (getOpenCLOptions().isSupported("cl_khr_int64_base_atomics", in Initialize() 446 getOpenCLOptions().isSupported("cl_khr_int64_extended_atomics", in Initialize() 448 if (getOpenCLOptions().isSupported("cl_khr_fp64", getLangOpts())) { in Initialize() 466 if (getOpenCLOptions().isSupported(#Ext, getLangOpts())) { \ in Initialize()
|
H A D | SemaType.cpp | 1149 if (!S.getOpenCLOptions().isSupported("cl_khr_fp64", S.getLangOpts())) in ConvertDeclSpecToType() 1385 !OpenCLOptions.isSupported("__opencl_c_images", S.getLangOpts()))) { in ConvertDeclSpecToType() 1390 !OpenCLOptions.isSupported("cl_khr_3d_image_writes", in ConvertDeclSpecToType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 580 if (TPath.isExitValueSet() && isSupported(TPath)) in run() 712 bool isSupported(const ThreadingPath &TPath) { in isSupported() function
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 1368 isSupported; 1554 isSupported = ( tds[ 0 ].offsetHeight === 0 ); 1561 support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 ); 1591 isSupported = ( eventName in div ); 1592 if ( !isSupported ) { 1594 isSupported = ( typeof div[ eventName ] === "function" ); 1596 support[ i + "Bubbles" ] = isSupported;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6401 auto isSupported = [this](const LegalityQuery &Q) { in lowerBitCount() local 6419 if (isSupported({TargetOpcode::G_CTLZ_ZERO_UNDEF, {DstTy, SrcTy}})) { in lowerBitCount() 6466 if (isSupported({TargetOpcode::G_CTTZ_ZERO_UNDEF, {DstTy, SrcTy}})) { in lowerBitCount() 6486 if (!isSupported({TargetOpcode::G_CTPOP, {SrcTy, SrcTy}}) && in lowerBitCount() 6487 isSupported({TargetOpcode::G_CTLZ, {SrcTy, SrcTy}})) { in lowerBitCount()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 991 if (!Opt.isKnown(Name) || !Opt.isSupported(Name, getLangOpts())) { in HandlePragmaOpenCLExtension()
|
H A D | ParseDecl.cpp | 3629 … if (!StringRef(Ext).empty() && !getActions().getOpenCLOptions().isSupported(Ext, getLangOpts())) { in ParseDeclarationSpecifiers()
|