Searched refs:CompileJobAction (Results 1 – 4 of 4) sorted by relevance
346 void CompileJobAction::anchor() {} in anchor()348 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() function in 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()3417 return C.MakeAction<CompileJobAction>(Input, in ConstructPhaseAction()3424 return C.MakeAction<CompileJobAction>(Input, types::TY_AST); 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()[all …]
456 class CompileJobAction : public JobAction {460 CompileJobAction(Action *Input, types::ID OutputType);
879 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A)) in ContainsCompileAction()3546 assert((isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) && in ConstructJob()4046 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()5118 isa<CompileJobAction>(JA)) in ConstructJob()