Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp452 const auto &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in adjust()
H A DTargets.cpp849 const llvm::StringMap<bool> &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in validateOpenCLTarget()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h138 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
H A DAMDGPU.h283 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1678 llvm::StringMap<bool> &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
1683 const llvm::StringMap<bool> &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp751 const llvm::StringMap<bool> &OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in InitializeOpenCLFeatureTestMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp344 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()