| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ThreadPool.cpp | 32 PackagedTaskTy Task; in ThreadPool() local 47 Task = std::move(Tasks.front()); in ThreadPool() 51 Task(); in ThreadPool() 83 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() argument 85 PackagedTaskTy PackagedTask(std::move(Task)); in asyncImpl() 125 auto Task = std::move(Tasks.front()); in wait() local 127 Task(); in wait() 131 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() argument 133 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl()
|
| H A D | Parallel.cpp | 105 auto Task = WorkStack.top(); in work() local 108 Task(); in work()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | Caching.cpp | 36 return [=](unsigned Task, StringRef Key) -> AddStreamFn { in localCache() argument 53 AddBuffer(Task, std::move(*MBOrErr)); in localCache() 77 unsigned Task; in localCache() member 81 unsigned Task) in localCache() 84 Task(Task) {} in localCache() 130 AddBuffer(Task, std::move(*MBOrErr)); in localCache() 134 return [=](size_t Task) -> std::unique_ptr<NativeObjectStream> { in localCache() argument 148 AddBuffer, std::move(*Temp), std::string(EntryPath.str()), Task); in localCache()
|
| H A D | LTOBackend.cpp | 99 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps() argument 102 if (LinkerHook && !LinkerHook(Task, M)) in addSaveTemps() 111 if (Task != (unsigned)-1) in addSaveTemps() 112 PathPrefix += utostr(Task) + "."; in addSaveTemps() 394 sys::path::append(DwoFile, std::to_string(Task) + ".dwo"); in codegen() 406 auto Stream = AddStream(Task); in codegen() 560 Task); in thinBackend() 570 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex); in thinBackend() 580 if (!opt(Conf, TM, Task, Mod, /*IsThinLTO=*/true, in thinBackend() 585 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex); in thinBackend() [all …]
|
| H A D | LTO.cpp | 1167 unsigned Task, BitcodeModule BM, 1205 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread() argument 1218 return thinBackend(Conf, Task, AddStream, **MOrErr, CombinedIndex, in runThinLTOBackendThread() 1236 if (AddStreamFn CacheAddStream = Cache(Task, Key)) in runThinLTOBackendThread() 1243 unsigned Task, BitcodeModule BM, in start() argument 1264 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start() 1344 unsigned Task, BitcodeModule BM, in start() argument
|
| H A D | LTOCodeGenerator.cpp | 249 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in compileOptimizedToFile() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TaskQueue.h | 40 template <typename Callable> struct Task { struct 42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument 86 Task<Callable> T{std::move(C), *this}; in async() argument
|
| H A D | ThreadPool.h | 55 auto Task = in async() local 57 return asyncImpl(std::move(Task)); in async()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTOBackend.h | 37 bool opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, 54 Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
|
| H A D | Caching.h | 27 std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>;
|
| H A D | LTO.h | 206 std::function<std::unique_ptr<NativeObjectStream>(unsigned Task)>; 221 std::function<AddStreamFn(unsigned Task, StringRef Key)>;
|
| H A D | Config.h | 210 using ModuleHookFn = std::function<bool(unsigned Task, const Module &)>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 366 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in run() argument 367 std::string Path = OutputFilename + "." + utostr(Task); in run() 375 auto AddBuffer = [&](size_t Task, std::unique_ptr<MemoryBuffer> MB) { in run() argument 376 *AddStream(Task)->OS << MB->getBuffer(); in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1245 class Task : public RTTIExtends<Task, RTTIRoot> { 1260 class MaterializationTask : public RTTIExtends<MaterializationTask, Task> { 1289 using DispatchTaskFunction = unique_function<void(std::unique_ptr<Task> T)>; 1450 void dispatchTask(std::unique_ptr<Task> T) { in dispatchTask() 1579 static void runOnCurrentThread(std::unique_ptr<Task> T) { T->run(); } in runOnCurrentThread() 1649 void dumpDispatchInfo(Task &T);
|
| /freebsd-13.1/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 244 * 12-18-07 02.00.02 Modified Task Management Target Reset Method defines. 245 * 02-29-08 02.00.03 Added Query Task Set and Query Unit Attention. 249 * Control field Task Attribute flags. 257 * both SCSI IO Error Reply and SCSI Task Management Reply. 354 * 05-12-10 02.00.15 Marked Task Set Full Event as obsolete.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 466 FastDivInsertionTask Task(I, BypassWidths); in bypassSlowDivision() local 467 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision()
|
| /freebsd-13.1/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 389 * 12-18-07 02.00.02 Modified Task Management Target Reset Method defines. 390 * 02-29-08 02.00.03 Added Query Task Set and Query Unit Attention. 394 * Control field Task Attribute flags. 402 * both SCSI IO Error Reply and SCSI Task Management Reply. 409 * 02-06-12 02.00.13 Added alternate defines for Task Priority / Command 516 * 05-12-10 02.00.15 Marked Task Set Full Event as obsolete.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1528 auto AddStream = [&](size_t Task) { in runThinLTOBackend() argument 1579 Conf.PreCodeGenModuleHook = [](size_t Task, const Module &Mod) { in runThinLTOBackend() argument 1584 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend() argument 1590 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend() argument
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_background.sgml | 21 most networks that require some kind of security. Task group I
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 761 ES->setDispatchTask([this](std::unique_ptr<Task> T) { in LLJIT() 767 std::unique_ptr<Task> T(UnownedT); in LLJIT()
|
| H A D | Core.cpp | 32 char Task::ID = 0; 177 class RunQueryCompleteTask : public Task { in handleComplete() 1796 void Task::anchor() {} in anchor() 2910 void ExecutionSession::dumpDispatchInfo(Task &T) { in dumpDispatchInfo()
|
| /freebsd-13.1/share/misc/ |
| H A D | usb_hid_usages | 779 0x18F AL Task/Project Manager 797 0x1A1 AL Process/Task Manager 799 0x1A3 AL Next Task/Application 800 0x1A4 AL Previous Task/Application 801 0x1A5 AL Preemptive Halt Task/Application
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 1088 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in main() argument 1091 PartFilename += "." + utostr(Task); in main()
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | README | 231 networks that require some kind of security. Task group I (Security)
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx.reg | 170 * Task management function 1265 * Task Attribute Pointer 1276 * Task Management Flags Pointer
|