Home
last modified time | relevance | path

Searched refs:OpenCLFeaturesMap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp124 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseUnsupportedFeatureDependencies() local
130 if (TI.hasFeatureEnabled(OpenCLFeaturesMap, Feature) && in diagnoseUnsupportedFeatureDependencies()
131 !TI.hasFeatureEnabled(OpenCLFeaturesMap, Dep)) { in diagnoseUnsupportedFeatureDependencies()
141 auto OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in diagnoseFeatureExtensionDifferences() local
145 if (TI.hasFeatureEnabled(OpenCLFeaturesMap, ExtAndFeat.first) != in diagnoseFeatureExtensionDifferences()
146 TI.hasFeatureEnabled(OpenCLFeaturesMap, ExtAndFeat.second)) { in diagnoseFeatureExtensionDifferences()
H A DTargetInfo.cpp463 const auto &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in adjust() local
465 OpenCLFeaturesMap, "__opencl_c_generic_address_space"); in adjust()
467 hasFeatureEnabled(OpenCLFeaturesMap, "__opencl_c_pipes"); in adjust()
469 hasFeatureEnabled(OpenCLFeaturesMap, "__opencl_c_device_enqueue"); in adjust()
H A DTargets.cpp852 const llvm::StringMap<bool> &OpenCLFeaturesMap = getSupportedOpenCLOpts(); in validateOpenCLTarget() local
856 !hasFeatureEnabled(OpenCLFeaturesMap, Name)) in validateOpenCLTarget()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1744 setFeatureEnabled(getTargetOpts().OpenCLFeaturesMap, #Ext, V);
1760 getTargetOpts().OpenCLFeaturesMap[Name] = V; in setCommandLineOpenCLOpts()
1766 return getTargetOpts().OpenCLFeaturesMap; in getSupportedOpenCLOpts()
1771 return getTargetOpts().OpenCLFeaturesMap; in getSupportedOpenCLOpts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp779 const llvm::StringMap<bool> &OpenCLFeaturesMap = TI.getSupportedOpenCLOpts(); in InitializeOpenCLFeatureTestMacros() local
785 if (TI.hasFeatureEnabled(OpenCLFeaturesMap, Name) && in InitializeOpenCLFeatureTestMacros()