Lines Matching refs:CompileJobAction
2048 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
3173 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences()
3182 assert(isa<CompileJobAction>(A)); in addDeviceDepences()
3838 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()
3947 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
3949 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
3951 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
3958 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
3960 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()
3963 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()
4293 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA); in combineAssembleBackendCompile()
4347 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA); in combineBackendCompile()
5014 return isa<CompileJobAction>(JA) && in GetNamedOutputPath()
5405 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
5418 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseFlangCompiler()