Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h35 opencl_local, enumerator
H A DAttr.td1762 Clang<"opencl_local">];
H A DAttrDocs.td4812 let Heading = "__local, local, [[clang::opencl_local]]";
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h350 return LangAS::opencl_local; in getOpenCLBuiltinAddressSpace()
429 return (AS == LangAS::opencl_local || AS == LangAS::opencl_private || in getNullPointerValue()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_spirv_builtins.h30 #define __local __attribute__((opencl_local))
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp118 LangAS::opencl_local) { in checkBlockArgs()
565 Qual.setAddressSpace(LangAS::opencl_local); in checkBuiltinToAddr()
H A DSemaSPIRV.cpp126 SemaRef.LangOpts.isSYCL() ? LangAS::sycl_local : LangAS::opencl_local; in checkGenericCastToPtr()
H A DSemaDecl.cpp7464 if (R.getAddressSpace() == LangAS::opencl_local || in diagnoseOpenCLTypes()
8798 T.getAddressSpace() == LangAS::opencl_local) { in CheckVariableDeclarationType()
13760 if (VDecl->getType().getAddressSpace() == LangAS::opencl_local) { in AddInitializerToDecl()
14401 Var->getType().getAddressSpace() == LangAS::opencl_local) in ActOnUninitializedDecl()
H A DOpenCLBuiltins.td40 def LocalAS : AddressSpace<"clang::LangAS::opencl_local">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp341 if (PT->getAddressSpace() != Ctx.getTargetAddressSpace(LangAS::opencl_local)) in getNullPointer()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp230 if (d.getType().getAddressSpace() == LangAS::opencl_local) in emitVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h569 return LangAS::opencl_local; in asOpenCLLangAS()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp223 if (D.getType().getAddressSpace() == LangAS::opencl_local) in EmitVarDecl()
279 if (Ty.getAddressSpace() == LangAS::opencl_local || in getOrCreateStaticVarDecl()
H A DCodeGenModule.cpp2409 case LangAS::opencl_local: in ArgInfoAddressSpace()
5542 AS == LangAS::opencl_local || in GetGlobalVarAddressSpace()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2654 case LangAS::opencl_local: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2491 case LangAS::opencl_local: in mangleAddressSpaceType()
H A DItaniumMangle.cpp2813 case LangAS::opencl_local: in mangleQualifiers()