Home
last modified time | relevance | path

Searched refs:IsNVIDIAGpuArch (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DCuda.h89 static inline bool IsNVIDIAGpuArch(CudaArch A) { in IsNVIDIAGpuArch() function
/external/llvm-project/clang/lib/Driver/ToolChains/
DCuda.cpp239 if (!IsNVIDIAGpuArch(GpuArch)) in CudaInstallationDetector()