Home
last modified time | relevance | path

Searched refs:opencl_global_device (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h39 opencl_global_device, enumerator
H A DAttr.td1751 let Spellings = [Clang<"opencl_global_device">];
H A DAttrDocs.td4787 let Heading = "[[clang::opencl_global_device]], [[clang::opencl_global_host]]";
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h565 return LangAS::opencl_global_device; in asOpenCLLangAS()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2664 case LangAS::opencl_global_device: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2485 case LangAS::opencl_global_device: in mangleAddressSpaceType()
H A DType.cpp80 (A == LangAS::opencl_global && (B == LangAS::opencl_global_device || in isTargetAddressSpaceSupersetOf()
H A DItaniumMangle.cpp2807 case LangAS::opencl_global_device: in mangleQualifiers()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2413 case LangAS::opencl_global_device: in ArgInfoAddressSpace()
5539 AS == LangAS::opencl_global_device || in GetGlobalVarAddressSpace()