Home
last modified time | relevance | path

Searched refs:getSupportedOpenCLOpts (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DNVPTX.h134 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
H A DAMDGPU.h286 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1504 llvm::StringMap<bool> &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
1509 const llvm::StringMap<bool> &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp733 const llvm::StringMap<bool> &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in validateOpenCLTarget()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp616 const llvm::StringMap<bool> &OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in InitializeOpenCLFeatureTestMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp301 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()