Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOpenCLOptions.cpp124 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseUnsupportedFeatureDependencies()
141 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseFeatureExtensionDifferences()
H A DTargetInfo.cpp450 const auto &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in adjust()
H A DTargets.cpp779 const llvm::StringMap<bool> &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in validateOpenCLTarget()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.h135 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
H A DAMDGPU.h290 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1645 llvm::StringMap<bool> &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
1650 const llvm::StringMap<bool> &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp721 const llvm::StringMap<bool> &OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in InitializeOpenCLFeatureTestMacros()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp343 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()