Lines Matching refs:CompileDeviceOnly
2914 bool CompileDeviceOnly = false; member in __anonb8862b370811::OffloadingActionBuilder::CudaActionBuilderBase
2962 CompileDeviceOnly = C.getDriver().offloadDeviceOnly(); in CudaActionBuilderBase()
3276 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences()
3300 CompileDeviceOnly) in getDeviceDependences()
3323 if (!CompileDeviceOnly) { in getDeviceDependences()
3337 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3388 if (!CompileDeviceOnly) { in HIPActionBuilder()
3506 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences()
3511 if (!CompileDeviceOnly) { in getDeviceDependences()
3524 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3543 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3551 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences()
3565 return (CompileDeviceOnly && in getDeviceDependences()
3611 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()
3614 CompileDeviceOnly ? types::TY_HIP_FATBIN : types::TY_Object); in appendLinkDeviceActions()