Home
last modified time | relevance | path

Searched refs:getOpenCLCompatibleVersion (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h61 auto CLVer = LO.getOpenCLCompatibleVersion(); in isOpenCLVersionContainedInMask()
82 return Opts.getOpenCLCompatibleVersion() == 200 || in areProgramScopeVariablesSupported()
83 (Opts.getOpenCLCompatibleVersion() == 300 && in areProgramScopeVariablesSupported()
118 return LO.getOpenCLCompatibleVersion() >= Avail; in isAvailableIn()
H A DLangOptions.h654 unsigned getOpenCLCompatibleVersion() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp63 unsigned LangOptions::getOpenCLCompatibleVersion() const { in getOpenCLCompatibleVersion() function in LangOptions
169 Opts.OpenCLPipes = Opts.getOpenCLCompatibleVersion() == 200; in setLangDefaults()
170 Opts.OpenCLGenericAddressSpace = Opts.getOpenCLCompatibleVersion() == 200; in setLangDefaults()
H A DBuiltins.cpp110 if ((LangOpts.getOpenCLCompatibleVersion() < 200 || !LangOpts.Blocks) && in builtinIsSupported()
H A DTargetInfo.cpp462 if (Opts.getOpenCLCompatibleVersion() == 300) { in adjust()
H A DTargets.cpp867 if (Opts.getOpenCLCompatibleVersion() < 300) in validateOpenCLTarget()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp24 if (getLangOpts().getOpenCLCompatibleVersion() < 200) in handleNoSVMAttr()
63 (getLangOpts().getOpenCLCompatibleVersion() < 200) || in handleAccessAttr()
64 (getLangOpts().getOpenCLCompatibleVersion() == 300 && in handleAccessAttr()
H A DDeclSpec.cpp660 if (S.getLangOpts().getOpenCLCompatibleVersion() < 120) { in SetStorageClassSpec()
H A DSemaExprMember.cpp421 S.getLangOpts().getOpenCLCompatibleVersion() < 300) { in CheckExtVectorComponent()
H A DSemaType.cpp986 } else if (S.getLangOpts().getOpenCLCompatibleVersion() >= 200 && in ConvertDeclSpecToType()
1152 << (S.getLangOpts().getOpenCLCompatibleVersion() == 300 in ConvertDeclSpecToType()
1375 S.getLangOpts().getOpenCLCompatibleVersion() == 300; in ConvertDeclSpecToType()
4943 LangOpts.getOpenCLCompatibleVersion() >= 120) || in GetFullTypeForDeclarator()
H A DSema.cpp392 auto OCLCompatibleVersion = getLangOpts().getOpenCLCompatibleVersion(); in Initialize()
H A DSemaExpr.cpp3853 << (getLangOpts().getOpenCLCompatibleVersion() >= 300); in ActOnNumericConstant()
12504 if (getLangOpts().getOpenCLCompatibleVersion() >= 200) { in CheckCompareOperands()
12818 getLangOpts().getOpenCLCompatibleVersion() < 120 && in CheckVectorLogicalOperands()
15433 Context.getLangOpts().getOpenCLCompatibleVersion() < 120) { in CreateBuiltinUnaryOp()
H A DSemaDecl.cpp9360 if (S.getLangOpts().getOpenCLCompatibleVersion() > 120) in getOpenCLKernelParameterType()
9392 if (S.getLangOpts().getOpenCLCompatibleVersion() > 120) in getOpenCLKernelParameterType()
10790 if (getLangOpts().getOpenCLCompatibleVersion() >= 200) { in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4624 getLangOpts().getOpenCLCompatibleVersion() < 200) { in ParseDeclarationSpecifiers()
6014 getLangOpts().getOpenCLCompatibleVersion() >= 200; in isDeclarationSpecifier()
6583 Lang.getOpenCLCompatibleVersion() >= 200) in isPtrOperatorToken()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1283 auto Version = LangOpts.getOpenCLCompatibleVersion(); in Release()
1428 auto CLVersion = LangOpts.getOpenCLCompatibleVersion(); in EmitOpenCLMetadata()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp667 (LangOpts.getOpenCLCompatibleVersion() > 100)) in FixupInvocation()