Home
last modified time | relevance | path

Searched defs:Task (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h79 auto Task = in async() local
87 auto Task = in async() local
111 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl()
165 void asyncEnqueue(std::function<void()> Task, in asyncEnqueue()
245 void asyncEnqueue(std::function<void()> Task, in asyncEnqueue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp82 unsigned Task; in localCache() member
41 __anon9be2c5490102(unsigned Task, StringRef Key, const Twine &ModuleName) localCache() argument
143 __anon9be2c5490302(size_t Task, const Twine &ModuleName) localCache() argument
H A DThreadPool.cpp62 std::function<void()> Task; in processTasks() local
204 auto Task = std::move(Tasks.front().first); in wait() local
H A DParallel.cpp119 auto Task = std::move(WorkStack.back()); in work() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp105 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps()
341 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
369 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
553 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
H A DLTOCodeGenerator.cpp315 const Twine &ModuleName) -> std::unique_ptr<CachedFileStream> { in compileOptimizedToFile()
H A DLTO.cpp1460 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1507 unsigned Task, BitcodeModule BM, in start()
1630 unsigned Task, BitcodeModule BM, in start()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp448 auto AddBuffer = [&](size_t Task, const Twine &ModuleName, in run()
449 std::unique_ptr<MemoryBuffer> MB) { in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1208 auto AddStream = [&](size_t Task, const Twine &ModuleName) { in runThinLTOBackend()
1263 Conf.PreCodeGenModuleHook = [](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1268 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1274 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp464 FastDivInsertionTask Task(I, BypassWidths); in bypassSlowDivision() local
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp265 unsigned Task = 0; in getCachedOrDownloadArtifact() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1125 const Twine &ModuleName) -> std::unique_ptr<CachedFileStream> { in main()