Searched refs:OCL_GAS (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.h | 41 OCL_GAS = 0x100, // builtin requires OpenCL generic address space. enumerator
|
| H A D | Builtins.def | 1684 LANGBUILTIN(to_global, "v*v*", "tn", OCL_GAS) 1685 LANGBUILTIN(to_local, "v*v*", "tn", OCL_GAS) 1686 LANGBUILTIN(to_private, "v*v*", "tn", OCL_GAS)
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Builtins.cpp | 80 !LangOpts.OpenCLGenericAddressSpace && (BuiltinInfo.Langs & OCL_GAS); in builtinIsSupported()
|