Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp118 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseUnsupportedFeatureDependencies()
138 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseFeatureExtensionDifferences()
H A DTargetInfo.cpp410 const auto &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in adjust()
H A DTargets.cpp733 const llvm::StringMap<bool> &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in validateOpenCLTarget()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h134 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
H A DAMDGPU.h286 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1513 llvm::StringMap<bool> &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
1518 const llvm::StringMap<bool> &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp618 const llvm::StringMap<bool> &OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in InitializeOpenCLFeatureTestMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp324 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()