Lines Matching defs:DeviceActions
3318 ActionList DeviceActions;
3354 DeviceActions.push_back(
3360 if (!DeviceActions.empty()) {
3362 C.MakeAction<LinkJobAction>(DeviceActions, types::TY_CUDA_FATBIN);
4594 ActionList DeviceActions;
4622 DeviceActions.push_back(C.MakeAction<InputAction>(*InputArg, InputType));
4624 if (DeviceActions.empty())
4636 for (Action *&A : DeviceActions) {
4665 for (Action *&A : DeviceActions) {
4676 for (Action *A : DeviceActions) {