Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h67 auto Task = in async() local
75 auto Task = in async() local
121 createTaskAndFuture(std::function<ResTy()> Task) { in createTaskAndFuture()
130 createTaskAndFuture(std::function<void()> Task) { in createTaskAndFuture()
148 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp41 const Twine &ModuleName) -> Expected<AddStreamFn> { in localCache()
82 unsigned Task; in localCache() member
143 -> Expected<std::unique_ptr<CachedFileStream>> { in localCache()
H A DThreadPool.cpp63 std::function<void()> Task; in processTasks() local
205 auto Task = std::move(Tasks.front().first); in wait() local
H A DParallel.cpp119 auto Task = std::move(WorkStack.back()); in work() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp105 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps()
343 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
371 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
551 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
H A DLTOCodeGenerator.cpp316 const Twine &ModuleName) -> std::unique_ptr<CachedFileStream> { in compileOptimizedToFile()
H A DLTO.cpp1443 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1490 unsigned Task, BitcodeModule BM, in start()
1598 unsigned Task, BitcodeModule BM, in start()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp426 auto AddBuffer = [&](size_t Task, const Twine &ModuleName, in run()
427 std::unique_ptr<MemoryBuffer> MB) { in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1195 auto AddStream = [&](size_t Task, const Twine &ModuleName) { in runThinLTOBackend()
1250 Conf.PreCodeGenModuleHook = [](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1255 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1261 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp464 FastDivInsertionTask Task(I, BypassWidths); in bypassSlowDivision() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp265 unsigned Task = 0; in getCachedOrDownloadArtifact() local
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1101 const Twine &ModuleName) -> std::unique_ptr<CachedFileStream> { in main()