Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAddressSpaces.h45 cuda_shared, enumerator
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAMDGPU.h361 return LangAS::cuda_shared; in getCUDABuiltinAddressSpace()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2138 unsigned SharedAddressSpace = C.getTargetAddressSpace(LangAS::cuda_shared); in emitInterWarpCopyFunction()
3708 AS = LangAS::cuda_shared; in getAddressOfLocalVariable()
3861 AS = LangAS::cuda_shared; in hasAllocateAttributeForGlobalVar()
H A DCGDebugInfo.cpp5301 CGM.getContext().getTargetAddressSpace(LangAS::cuda_shared); in EmitGlobalVariable()
H A DCodeGenModule.cpp4537 return LangAS::cuda_shared; in GetGlobalVarAddressSpace()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp2223 case LangAS::cuda_shared: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2221 case LangAS::cuda_shared: in mangleAddressSpaceType()
H A DItaniumMangle.cpp2675 case LangAS::cuda_shared: in mangleQualifiers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h520 B == LangAS::cuda_shared));