Searched refs:BackendJobAction (Results 1 – 5 of 5) sorted by relevance
380 void BackendJobAction::anchor() {} in anchor()382 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction() function in BackendJobAction
2451 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction() 3519 C.MakeAction<BackendJobAction>(CudaDeviceActions[I], Output); in getDeviceDependences() 4860 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction() 4866 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction() 4884 return C.MakeAction<BackendJobAction>(Input, Output); in ConstructPhaseAction() 4886 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm); in ConstructPhaseAction() 5223 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackendCompile() 5261 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA); in combineAssembleBackend() 5283 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA); in combineBackendCompile() 6576 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(J in ShouldUseClangCompiler() [all...]
484 class BackendJobAction : public JobAction {488 BackendJobAction(Action *Input, types::ID OutputType);
693 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { in ConstructJob()
5196 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()5314 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()6059 isa<BackendJobAction>(JA)); in ConstructJob()