Lines Matching refs:CompileJobAction
2040 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
3189 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences()
3198 assert(isa<CompileJobAction>(A)); in addDeviceDepences()
3855 Current = C.MakeAction<CompileJobAction>(Current, types::TY_IFS_CPP); in BuildActions()
3964 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
3966 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
3968 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
3975 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
3977 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()
3980 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()
4310 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA); in combineAssembleBackendCompile()
4364 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA); in combineBackendCompile()
5036 return isa<CompileJobAction>(JA) && in GetNamedOutputPath()
5427 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()
5440 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseFlangCompiler()