Searched refs:BackendJobAction (Results 1 – 5 of 5) sorted by relevance
383 void BackendJobAction::anchor() {} in anchor()385 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
2752 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()3787 C.MakeAction<BackendJobAction>(CudaDeviceActions[I], Output); in getDeviceDependences()4894 (isa<BackendJobAction>(HostAction) && in BuildOffloadingActions()5196 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()5201 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()5224 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction()5226 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction()5569 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile()5607 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend()5629 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile()[all …]
474 class BackendJobAction : public JobAction {478 BackendJobAction(Action *Input, types::ID OutputType);
829 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
5214 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()5336 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()6090 isa<BackendJobAction>(JA)); in ConstructJob()