Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAddressSpaces.h43 cuda_device, enumerator
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAMDGPU.h359 return LangAS::cuda_device; in getCUDABuiltinAddressSpace()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp1093 CGM.getContext().getTargetAddressSpace(LangAS::cuda_device)); in transformManagedVars()
H A DCodeGenModule.cpp4539 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
4543 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
4567 return LangAS::cuda_device; in GetGlobalConstantAddressSpace()
H A DTargetInfo.cpp9219 /*ToAS=*/getContext().getTargetAddressSpace(LangAS::cuda_device)); in classifyKernelArgumentType()
10447 auto GlobalAS = getContext().getTargetAddressSpace(LangAS::cuda_device); in classifyKernelArgumentType()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp2219 case LangAS::cuda_device: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2215 case LangAS::cuda_device: in mangleAddressSpaceType()
H A DItaniumMangle.cpp2669 case LangAS::cuda_device: in mangleQualifiers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h519 (B == LangAS::cuda_constant || B == LangAS::cuda_device ||