Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4442 bool IsCuda = JA.isOffloading(Action::OFK_Cuda); in ConstructJob() local
4512 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4522 (IsCuda || IsHIP) ? TC.getAuxTriple() : nullptr; in ConstructJob()
4529 if (IsCuda || IsHIP) in ConstructJob()
4555 if (IsCuda || IsHIP) { in ConstructJob()
4571 if (IsCuda) { in ConstructJob()
6330 if (IsCuda || IsHIP) { in ConstructJob()
7006 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
7010 if ((IsCuda || IsHIP) && !IsRDCMode) { in ConstructJob()
7021 if (IsCuda) { in ConstructJob()
[all …]
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp733 bool IsCuda = in CreateOffloadingDeviceToolChains() local
743 if (IsCuda && IsHIP) { in CreateOffloadingDeviceToolChains()
747 if (IsCuda) { in CreateOffloadingDeviceToolChains()
817 !IsHIP && !IsCuda) { in CreateOffloadingDeviceToolChains()