Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h80 auto Task = in async() local
88 auto Task = in async() local
112 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl()
166 void asyncEnqueue(std::function<void()> Task, in asyncEnqueue()
246 void asyncEnqueue(std::function<void()> Task, in asyncEnqueue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp41 const Twine &ModuleName) -> Expected<AddStreamFn> { in localCache()
82 unsigned Task; in localCache() member
148 -> Expected<std::unique_ptr<CachedFileStream>> { in localCache()
H A DThreadPool.cpp62 std::function<void()> Task; in processTasks() local
203 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.cpp104 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps()
365 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
400 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
599 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
H A DLTO.cpp1494 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1541 unsigned Task, BitcodeModule BM, in start()
1607 AddStreamFn CGAddStream, FileCache CGCache, unsigned Task, in runThinLTOBackendThread()
1703 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1821 unsigned Task, BitcodeModule BM, in start()
2222 unsigned Task; member
2266 unsigned Task, BitcodeModule BM, in start()
H A DLTOCodeGenerator.cpp302 const Twine &ModuleName) -> std::unique_ptr<CachedFileStream> { in compileOptimizedToFile()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp222 void saveModuleForTwoRounds(const Module &TheModule, unsigned Task, in saveModuleForTwoRounds()
240 unsigned Task, in loadModuleForTwoRounds()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp478 auto AddBuffer = [&](size_t Task, const Twine &ModuleName, in run()
479 std::unique_ptr<MemoryBuffer> MB) { in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1314 auto AddStream = [&](size_t Task, const Twine &ModuleName) { in runThinLTOBackend()
1370 Conf.PreCodeGenModuleHook = [](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1375 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
1381 Conf.PreCodeGenModuleHook = [&](size_t Task, const llvm::Module &Mod) { in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp463 FastDivInsertionTask Task(I, BypassWidths); in bypassSlowDivision() local
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp275 unsigned Task = 0; in getCachedOrDownloadArtifact() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1161 const Twine &ModuleName) -> std::unique_ptr<CachedFileStream> { in main()