Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h43 cuda_device, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp74 auto GlobalAS = getContext().getTargetAddressSpace(LangAS::cuda_device); in classifyKernelArgumentType()
H A DAMDGPU.cpp177 /*ToAS=*/getContext().getTargetAddressSpace(LangAS::cuda_device)); in classifyKernelArgumentType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h356 return LangAS::cuda_device; in getCUDABuiltinAddressSpace()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp1095 CGM.getContext().getTargetAddressSpace(LangAS::cuda_device)); in transformManagedVars()
H A DCodeGenModule.cpp5139 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
5143 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
5167 return LangAS::cuda_device; in GetGlobalConstantAddressSpace()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2350 case LangAS::cuda_device: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2336 case LangAS::cuda_device: in mangleAddressSpaceType()
H A DItaniumMangle.cpp2782 case LangAS::cuda_device: in mangleQualifiers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h519 (B == LangAS::cuda_constant || B == LangAS::cuda_device ||