/netbsd-src/external/apache2/llvm/dist/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() function 59 Parent->completeTask(); in operator() argument 64 TaskQueue *Parent; argument 86 Task<Callable> T{std::move(C), *this}; in async() argument
|
H A D | ThreadPool.h | 55 auto Task = in async() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ThreadPool.cpp | 32 PackagedTaskTy Task; in ThreadPool() local 75 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() 117 auto Task = std::move(Tasks.front()); in wait() local 123 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl()
|
H A D | Parallel.cpp | 105 auto Task = WorkStack.top(); in work() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | Caching.cpp | 36 return [=](unsigned Task, StringRef Key) -> AddStreamFn { in localCache() 77 unsigned Task; in localCache() member 134 return [=](size_t Task) -> std::unique_ptr<NativeObjectStream> { in localCache()
|
H A D | LTOBackend.cpp | 99 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps() 342 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt() 374 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen() 544 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
|
H A D | LTOCodeGenerator.cpp | 249 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in compileOptimizedToFile()
|
H A D | LTO.cpp | 1205 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread() 1243 unsigned Task, BitcodeModule BM, in start() 1344 unsigned Task, BitcodeModule BM, in start()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | binary.h | 35 class Task; variable
|
H A D | dwp.h | 50 class Task; variable
|
H A D | workqueue.h | 47 Task() in Task() function
|
H A D | gold.h | 50 class Task; variable
|
H A D | token.h | 30 class Task; variable
|
H A D | archive.h | 35 class Task; variable
|
H A D | gold.cc | 439 const Task* , in queue_middle_gc_tasks()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | binary.h | 35 class Task; variable
|
H A D | dwp.h | 50 class Task; variable
|
H A D | workqueue.h | 47 Task() in Task() function
|
H A D | gold.h | 50 class Task; variable
|
H A D | token.h | 30 class Task; variable
|
H A D | archive.h | 35 class Task; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 366 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in run() 375 auto AddBuffer = [&](size_t Task, std::unique_ptr<MemoryBuffer> MB) { in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 915 Conf.PreOptModuleHook = [](size_t Task, const Module &M) { return false; }; in createLTO() 919 Conf.PostInternalizeModuleHook = [](size_t Task, const Module &M) { in createLTO() 1083 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in runLTO() 1091 auto AddBuffer = [&](size_t Task, std::unique_ptr<MemoryBuffer> MB) { in runLTO()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1521 auto AddStream = [&](size_t Task) { in runThinLTOBackend() 1572 Conf.PreCodeGenModuleHook = [](size_t Task, const Module &Mod) { in runThinLTOBackend() 1577 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend() 1583 Conf.PreCodeGenModuleHook = [&](size_t Task, const Module &Mod) { in runThinLTOBackend()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 466 FastDivInsertionTask Task(I, BypassWidths); in bypassSlowDivision() local
|