Home
last modified time | relevance | path

Searched refs:opencl_local (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAddressSpaces.h35 opencl_local, enumerator
DAttr.td1268 let Spellings = [Keyword<"__local">, Keyword<"local">, Clang<"opencl_local">];
DAttrDocs.td3501 let Heading = "__local, local, [[clang::opencl_local]]";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DAMDGPU.h344 return LangAS::opencl_local; in getOpenCLBuiltinAddressSpace()
401 return (AS == LangAS::opencl_local || AS == LangAS::opencl_private) in getNullPointerValue()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DParsedAttr.h644 return LangAS::opencl_local; in asOpenCLLangAS()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp209 if (D.getType().getAddressSpace() == LangAS::opencl_local) in EmitVarDecl()
265 if (Ty.getAddressSpace() == LangAS::opencl_local || in getOrCreateStaticVarDecl()
DCodeGenModule.cpp1553 case LangAS::opencl_local: in ArgInfoAddressSpace()
4163 AddrSpace == LangAS::opencl_local || in GetGlobalVarAddressSpace()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypePrinter.cpp2132 case LangAS::opencl_local: in getAddrSpaceAsString()
DMicrosoftMangle.cpp2172 case LangAS::opencl_local: in mangleAddressSpaceType()
DItaniumMangle.cpp2570 case LangAS::opencl_local: in mangleQualifiers()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp6882 if (R.getAddressSpace() == LangAS::opencl_local || in diagnoseOpenCLTypes()
8051 T.getAddressSpace() == LangAS::opencl_local) { in CheckVariableDeclarationType()
12271 if (VDecl->getType().getAddressSpace() == LangAS::opencl_local) { in AddInitializerToDecl()
12890 Var->getType().getAddressSpace() == LangAS::opencl_local) in ActOnUninitializedDecl()
DOpenCLBuiltins.td40 def LocalAS : AddressSpace<"clang::LangAS::opencl_local">;
DSemaChecking.cpp820 LangAS::opencl_local) { in checkOpenCLBlockArgs()
1304 Qual.setAddressSpace(LangAS::opencl_local); in SemaOpenCLBuiltinToAddr()