| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 176 Job->JobId = JobId; in CreateNewJob() 182 for (auto &D : {Job->CorpusDir, Job->FeaturesDir}) { in CreateNewJob() 190 Job->Cmd = Cmd; in CreateNewJob() 196 return Job; in CreateNewJob() 210 FeatureFile.replace(0, Job->CorpusDir.size(), Job->FeaturesDir); in RunOneMergeJob() 227 secondsSinceProcessStartUp(), Job->JobId, Job->DftTimeInSeconds); in RunOneMergeJob() 288 Qu.push(Job); in Push() 299 return Job; in Pop() 306 Job->ExitCode = ExecuteCommand(Job->Cmd); in WorkerThread() 307 MergeQ->Push(Job); in WorkerThread() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 622 for (TransformJob Job : Worklist) { in expandVectorPredication() local 624 switch (Job.Strategy.EVLParamStrategy) { in expandVectorPredication() 628 discardEVLParameter(*Job.PI); in expandVectorPredication() 631 if (foldEVLIntoMask(*Job.PI)) in expandVectorPredication() 635 Job.Strategy.EVLParamStrategy = VPLegalization::Legal; in expandVectorPredication() 638 switch (Job.Strategy.OpStrategy) { in expandVectorPredication() 644 expandPredication(*Job.PI); in expandVectorPredication() 648 Job.Strategy.OpStrategy = VPLegalization::Legal; in expandVectorPredication() 650 assert(Job.isDone() && "incomplete transformation"); in expandVectorPredication()
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 204 namespace clang { namespace driver { class Job; } } 210 static Job *command(Job *J) { return J; } in command() 211 static Job *command(Job &J) { return &J; } in command()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Compilation.cpp | 250 for (const auto &Job : Jobs) { in ExecuteJobs() local 251 if (!InputsOk(Job, FailingCommands)) in ExecuteJobs() 254 if (int Res = ExecuteCommand(Job, FailingCommand, LogOnly)) { in ExecuteJobs()
|
| H A D | CMakeLists.txt | 21 Job.cpp
|
| H A D | Job.cpp | 446 for (const auto &Job : *this) in Print() 447 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()
|
| H A D | Driver.cpp | 1732 for (auto &Job : C.getJobs()) in ExecuteCompilation() local 1733 setUpResponseFiles(C, Job); in ExecuteCompilation()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 96 for (const auto &Job : Jobs) in ignoreExtraCC1Commands() local 97 if (StringRef(Job.getExecutable()) == "clang-offload-bundler") in ignoreExtraCC1Commands() 145 for (const driver::Command &Job : Jobs) in getCC1Arguments() local 146 if (IsCC1Command(Job) && llvm::all_of(Job.getInputInfos(), IsSrcFile)) in getCC1Arguments() 147 CC1Jobs.push_back(&Job); in getCC1Arguments()
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | AddingNewCIJobs.rst | 10 Adding The Job 49 Testing Your New Job
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Tool.h | 25 class Job; variable
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | lambda-expressions.cpp | 404 void Job(L l); 410 Job([len]() {}); in Logger()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Driver/ |
| H A D | BUILD.gn | 37 "Job.cpp",
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | HandleLLVMOptions.cmake | 33 # Ninja Job Pool support 39 message(WARNING "Job pooling is only available with Ninja generators.") 58 message(WARNING "Job pooling is only available with Ninja generators.")
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DiscourseMigrationGuide.md | 95 <tr><td>Community - Job Postings</td><td>[email protected]</td></tr>
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 12447 struct Job { struct in __anon7a1fdcea2811::DataRecursiveIntBinOpEvaluator 12452 Job() = default; 12453 Job(Job &&) = default; 12463 SmallVector<Job, 16> Queue; 12533 Queue.back().Kind = Job::AnyExprKind; in enqueue() 12692 Job &job = Queue.back(); in process() 12695 case Job::AnyExprKind: { in process() 12698 job.Kind = Job::BinOpKind; in process() 12709 case Job::BinOpKind: { in process() 12719 job.Kind = Job::BinOpVisitedLHSKind; in process() [all …]
|