Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp672 bool IsHIP = CGM.getLangOpts().HIP; in makeModuleCtorFunction() local
676 if (CudaGpuBinaryFileName.empty() && !IsHIP) in makeModuleCtorFunction()
678 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
729 if (IsHIP) { in makeModuleCtorFunction()
804 if (IsHIP) { in makeModuleCtorFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4216 bool IsHIP = JA.isOffloading(Action::OFK_HIP); in ConstructJob() local
4251 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4261 (IsCuda || IsHIP) ? TC.getAuxTriple() : nullptr; in ConstructJob()
4268 if (IsCuda || IsHIP) in ConstructJob()
4294 if (IsCuda || IsHIP) { in ConstructJob()
5482 if (IsHIP) in ConstructJob()
5938 if (IsHIP) { in ConstructJob()
5947 if (IsCuda || IsHIP) { in ConstructJob()
6592 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
6605 if (IsCuda || IsHIP) { in ConstructJob()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp675 bool IsHIP = in CreateOffloadingDeviceToolChains() local
681 if (IsCuda && IsHIP) { in CreateOffloadingDeviceToolChains()
701 } else if (IsHIP) { in CreateOffloadingDeviceToolChains()