Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h43 cuda_device, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h365 return LangAS::cuda_device; in getCUDABuiltinAddressSpace()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp143 auto GlobalAS = getContext().getTargetAddressSpace(LangAS::cuda_device); in classifyKernelArgumentType()
H A DAMDGPU.cpp198 /*ToAS=*/getContext().getTargetAddressSpace(LangAS::cuda_device)); in classifyKernelArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp1174 ? LangAS::cuda_device in transformManagedVars()
H A DCodeGenModule.cpp5558 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
5562 return LangAS::cuda_device; in GetGlobalVarAddressSpace()
5586 return LangAS::cuda_device; in GetGlobalConstantAddressSpace()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2670 case LangAS::cuda_device: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2503 case LangAS::cuda_device: in mangleAddressSpaceType()
H A DType.cpp95 (B == LangAS::cuda_constant || B == LangAS::cuda_device || in isTargetAddressSpaceSupersetOf()
H A DItaniumMangle.cpp2843 case LangAS::cuda_device: in mangleQualifiers()