Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAddressSpaces.h43 cuda_device, enumerator
/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DAMDGPU.h363 return LangAS::cuda_device; in getCUDABuiltinAddressSpace()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCUDANV.cpp1106 CGM.getContext().getTargetAddressSpace(LangAS::cuda_device)); in transformManagedVars()
DCodeGenModule.cpp4695 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
4699 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
4723 return LangAS::cuda_device; in GetGlobalConstantAddressSpace()
DTargetInfo.cpp9349 /*ToAS=*/getContext().getTargetAddressSpace(LangAS::cuda_device)); in classifyKernelArgumentType()
10581 auto GlobalAS = getContext().getTargetAddressSpace(LangAS::cuda_device); in classifyKernelArgumentType()
/openbsd/src/gnu/llvm/clang/lib/AST/
DTypePrinter.cpp2229 case LangAS::cuda_device: in getAddrSpaceAsString()
DMicrosoftMangle.cpp2219 case LangAS::cuda_device: in mangleAddressSpaceType()
DItaniumMangle.cpp2666 case LangAS::cuda_device: in mangleQualifiers()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DType.h518 (B == LangAS::cuda_constant || B == LangAS::cuda_device ||