Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DSPIR.h99 getSupportedOpenCLOpts().supportAll(); in setSupportedOpenCLOpts()
H A DNVPTX.h115 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
H A DAMDGPU.h246 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
H A DX86.h325 getSupportedOpenCLOpts().supportAll(); in setSupportedOpenCLOpts()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h1292 OpenCLOptions &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
1297 const OpenCLOptions &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp1063 if (TI.getSupportedOpenCLOpts().isSupported(#Ext, LangOpts)) \ in InitializePredefinedMacros()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp260 Context.getTargetInfo().getSupportedOpenCLOpts()); in Initialize()