Lines Matching full:offload
25 return "offload"; in getClassName()
42 return "clang-offload-bundler"; in getClassName()
44 return "clang-offload-unbundler"; in getClassName()
46 return "clang-offload-packager"; in getClassName()
60 // Offload action set its own kinds on their dependences. in propagateDeviceOffloadInfo()
79 // Offload action set its own kinds on their dependences. in propagateHostOffloadInfo()
124 "Cannot offload CUDA and HIP at the same time"); in getOffloadingKindPrefix()
154 /// Return a string with the offload kind name. If that is not defined, we
171 llvm_unreachable("invalid offload kind"); in GetOffloadKindName()
242 assert(!getInputs().empty() && "No dependencies for offload action??"); in doOnHostDependence()
286 assert(!getInputs().empty() && "No dependencies for offload action??"); in getHostDependence()