Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h45 cuda_shared, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h367 return LangAS::cuda_shared; in getCUDABuiltinAddressSpace()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2064 AS = LangAS::cuda_shared; in getAddressOfLocalVariable()
2219 AS = LangAS::cuda_shared; in hasAllocateAttributeForGlobalVar()
H A DCGDebugInfo.cpp5929 CGM.getContext().getTargetAddressSpace(LangAS::cuda_shared); in EmitGlobalVariable()
H A DCodeGenModule.cpp5556 return LangAS::cuda_shared; in GetGlobalVarAddressSpace()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2674 case LangAS::cuda_shared: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2509 case LangAS::cuda_shared: in mangleAddressSpaceType()
H A DType.cpp96 B == LangAS::cuda_shared)) || in isTargetAddressSpaceSupersetOf()
H A DItaniumMangle.cpp2849 case LangAS::cuda_shared: in mangleQualifiers()