Home
last modified time | relevance | path

Searched refs:ToCudaVersion (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp202 CudaVersion ToCudaVersion(llvm::VersionTuple Version) { in ToCudaVersion() function
236 return CudaFeatureEnabled(ToCudaVersion(Version), Feature); in CudaFeatureEnabled()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h124 CudaVersion ToCudaVersion(llvm::VersionTuple);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp549 ToCudaVersion(CGM.getTarget().getSDKVersion()) >= CudaVersion::CUDA_90) in makeRegisterGlobalsFn()