Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DSPIR.h103 getSupportedOpenCLOpts().supportAll(); in setSupportedOpenCLOpts()
DNVPTX.h129 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
DAMDGPU.h286 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
DX86.h363 getSupportedOpenCLOpts().supportAll(); in setSupportedOpenCLOpts()
/external/clang/include/clang/Basic/
DTargetInfo.h981 OpenCLOptions &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
986 const OpenCLOptions &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1449 OpenCLOptions &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts() function
1454 const OpenCLOptions &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp961 if (TI.getSupportedOpenCLOpts().is_##Ext##_supported( \ in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp1124 if (TI.getSupportedOpenCLOpts().isSupported(#Ext, LangOpts)) \ in InitializePredefinedMacros()
/external/clang/lib/Sema/
DSema.cpp215 if (Context.getTargetInfo().getSupportedOpenCLOpts().is_##Ext##_supported_core( \ in Initialize()
/external/clang/lib/Basic/
DTargets.cpp1854 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
2101 auto &Opts = getSupportedOpenCLOpts(); in setSupportedOpenCLOpts()
2806 getSupportedOpenCLOpts().setAll(); in setSupportedOpenCLOpts()
7956 getSupportedOpenCLOpts().setAll(); in setSupportedOpenCLOpts()
/external/clang/lib/Parse/
DParsePragma.cpp472 auto &Supp = getTargetInfo().getSupportedOpenCLOpts(); in HandlePragmaOpenCLExtension()
/external/llvm-project/clang/lib/Sema/
DSema.cpp298 Context.getTargetInfo().getSupportedOpenCLOpts()); in Initialize()