Lines Matching refs:CompileJobAction
1865 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) || in ContainsCompileOrAssembleAction()
2788 if (isa<CompileJobAction>(HostAction)) { in addDeviceDepences()
2797 assert(isa<CompileJobAction>(A)); in addDeviceDepences()
3413 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
3415 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC); in ConstructPhaseAction()
3417 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()
3424 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); in ConstructPhaseAction()
3426 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile); in ConstructPhaseAction()
3429 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC); in ConstructPhaseAction()
3667 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA); in combineAssembleBackendCompile()
3709 assert(isa<CompileJobAction>(CJ) && in combineAssembleBackend()
3731 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA); in combineBackendCompile()
4681 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseClangCompiler()