Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp664 bool IsHIP = CGM.getLangOpts().HIP; in makeModuleCtorFunction() local
668 if (CudaGpuBinaryFileName.empty() && !IsHIP) in makeModuleCtorFunction()
670 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
721 if (IsHIP) { in makeModuleCtorFunction()
796 if (IsHIP) { in makeModuleCtorFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp4199 bool IsHIP = JA.isOffloading(Action::OFK_HIP); in ConstructJob() local
4234 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4244 (IsCuda || IsHIP) ? TC.getAuxTriple() : nullptr; in ConstructJob()
4251 if (IsCuda || IsHIP) in ConstructJob()
4277 if (IsCuda || IsHIP) { in ConstructJob()
5436 if (IsHIP) in ConstructJob()
5894 if (IsHIP) { in ConstructJob()
5903 if (IsCuda || IsHIP) { in ConstructJob()
6541 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
6554 if (IsCuda || IsHIP) { in ConstructJob()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp686 bool IsHIP = in CreateOffloadingDeviceToolChains() local
692 if (IsCuda && IsHIP) { in CreateOffloadingDeviceToolChains()
712 } else if (IsHIP) { in CreateOffloadingDeviceToolChains()