Searched refs:opencl_local (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h35 opencl_local, member in class:clang::LangAS
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h295 return LangAS::opencl_local;
351 return AS == LangAS::opencl_local ? ~0 : 0;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h527 return LangAS::opencl_local;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp191 if (D.getType().getAddressSpace() == LangAS::opencl_local)
247 if (Ty.getAddressSpace() == LangAS::opencl_local ||
H A DCodeGenModule.cpp1272 case LangAS::opencl_local: return 3;
3767 AddrSpace == LangAS::opencl_local ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1789 case LangAS::opencl_local:
H A DMicrosoftMangle.cpp1853 case LangAS::opencl_local:
H A DItaniumMangle.cpp2297 case LangAS::opencl_local: ASString = "CLlocal"; break;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6620 if (R.getAddressSpace() == LangAS::opencl_local ||
7712 T.getAddressSpace() == LangAS::opencl_local) {
11806 if (VDecl->getType().getAddressSpace() == LangAS::opencl_local) {
12378 Var->getType().getAddressSpace() == LangAS::opencl_local)
H A DSemaChecking.cpp580 LangAS::opencl_local) {
1067 Qual.setAddressSpace(LangAS::opencl_local);

Completed in 616 milliseconds