Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp124 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseUnsupportedFeatureDependencies()
141 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseFeatureExtensionDifferences()
H A DTargetInfo.cpp463 const auto &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in adjust()
H A DTargets.cpp852 const llvm::StringMap<bool> &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in validateOpenCLTarget()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h141 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
H A DAMDGPU.h279 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1765 llvm::StringMap<bool> &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
1770 const llvm::StringMap<bool> &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp779 const llvm::StringMap<bool> &OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in InitializeOpenCLFeatureTestMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp389 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()