Home
last modified time | relevance | path

Searched refs:opencl_private (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h37 opencl_private, enumerator
H A DAttr.td1740 Clang<"opencl_private">];
H A DAttrDocs.td4825 let Heading = "__private, private, [[clang::opencl_private]]";
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h354 return LangAS::opencl_private; 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.h31 #define __private __attribute__((opencl_private))
H A D__clang_hip_libdevice_declares.h17 #define __PRIVATE_AS __attribute__((opencl_private))
H A D__clang_hip_math.h38 #define __PRIVATE_AS __attribute__((opencl_private))
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSPIRV.cpp130 : LangAS::opencl_private; in checkGenericCastToPtr()
H A DSemaOpenCL.cpp568 Qual.setAddressSpace(LangAS::opencl_private); in checkBuiltinToAddr()
H A DSemaDecl.cpp6941 LangAS ImplAS = LangAS::opencl_private; in deduceOpenCLAddressSpace()
7453 if (R.getAddressSpace() != LangAS::opencl_private) { in diagnoseOpenCLTypes()
8826 } else if (T.getAddressSpace() != LangAS::opencl_private && in CheckVariableDeclarationType()
9562 PointeeType.getAddressSpace() == LangAS::opencl_private || in getOpenCLKernelParameterType()
15568 (T->isArrayType() || T.getAddressSpace() == LangAS::opencl_private)) && in CheckParameter()
H A DOpenCLBuiltins.td37 def PrivateAS : AddressSpace<"clang::LangAS::opencl_private">;
H A DSemaChecking.cpp1494 RT = S.Context.getAddrSpaceQualType(RT, LangAS::opencl_private); in builtinAllocaAddrSpace()
H A DSemaExpr.cpp7230 } else if (literalType.getAddressSpace() != LangAS::opencl_private && in BuildCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h348 Type = Context.getAddrSpaceQualType(Type, LangAS::opencl_private); in InitializeTemporary()
H A DParsedAttr.h571 return LangAS::opencl_private; in asOpenCLLangAS()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp283 getContext().getTargetAddressSpace(LangAS::opencl_private)); in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1484 (Ty.getAddressSpace() == LangAS::opencl_private && getLangOpts().OpenCL)); in EmitAutoVarAlloca()
2713 auto SrcLangAS = getLangOpts().OpenCL ? LangAS::opencl_private : AllocaAS; in EmitParmDecl()
2715 getLangOpts().OpenCL ? LangAS::opencl_private : LangAS::Default; in EmitParmDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2657 case LangAS::opencl_private: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2497 case LangAS::opencl_private: in mangleAddressSpaceType()
H A DItaniumMangle.cpp2819 case LangAS::opencl_private: in mangleQualifiers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1582 : LangAS::opencl_private; in getDefaultOpenCLPointeeAddrSpace()