Searched refs:IsCuda (Results 1 – 3 of 3) sorted by relevance
4026 bool IsCuda = JA.isOffloading(Action::OFK_Cuda); in ConstructJob() local4057 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()4067 (IsCuda || IsHIP) ? TC.getAuxTriple() : nullptr; in ConstructJob()4074 if (IsCuda || IsHIP) in ConstructJob()4100 if (IsCuda || IsHIP) { in ConstructJob()4112 (IsCuda ? C.getSingleOffloadToolChain<Action::OFK_Cuda>() in ConstructJob()4116 if (IsCuda) { in ConstructJob()4834 ((IsCuda && JA.isDeviceOffloading(Action::OFK_Cuda)) || in ConstructJob()5595 if (IsCuda || IsHIP) { in ConstructJob()6203 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()[all …]
654 bool IsCuda = in CreateOffloadingDeviceToolChains() local664 if (IsCuda && IsHIP) { in CreateOffloadingDeviceToolChains()668 if (IsCuda) { in CreateOffloadingDeviceToolChains()
3802 bool IsCuda = types::isCuda(Input.getType()); in ConstructJob() local3803 assert((IsCuda || Inputs.size() == 1) && "Unable to handle multiple inputs."); in ConstructJob()3819 if (IsCuda) { in ConstructJob()5997 if (IsCuda && Inputs.size() > 1) in ConstructJob()