Home
last modified time | relevance | path

Searched refs:AddStream (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp374 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen() argument
406 auto Stream = AddStream(Task); in codegen()
423 AddStreamFn AddStream, in splitCodeGen() argument
458 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx, in splitCodeGen()
498 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend() argument
515 codegen(C, TM.get(), AddStream, 0, Mod, CombinedIndex); in backend()
517 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, Mod, in backend()
544 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend() argument
570 codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex); in thinBackend()
585 codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex); in thinBackend()
H A DLTO.cpp995 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run() argument
1033 Error Result = runRegularLTO(AddStream); in run()
1043 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO() argument
1179 AddStreamFn AddStream; member in __anon3cbb56f10c11::InProcessThinBackend
1192 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend() argument
1194 BackendThreadPool(ThinLTOParallelism), AddStream(std::move(AddStream)), in InProcessThinBackend()
1212 auto RunThinBackend = [&](AddStreamFn AddStream) { in runThinLTOBackendThread() argument
1229 return RunThinBackend(AddStream); in runThinLTOBackendThread()
1298 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend() argument
1392 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend() argument
[all …]
H A DLTOCodeGenerator.cpp248 auto AddStream = in compileOptimizedToFile() local
262 bool genResult = compileOptimized(AddStream, 1); in compileOptimizedToFile()
560 bool LTOCodeGenerator::compileOptimized(lto::AddStreamFn AddStream, in compileOptimized() argument
576 Error Err = backend(Config, AddStream, ParallelismLevel, *MergedModule, in compileOptimized()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h44 Error backend(const Config &C, AddStreamFn AddStream,
54 Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
H A DLTO.h229 AddStreamFn AddStream, NativeObjectCache Cache)>;
302 Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr);
433 Error runRegularLTO(AddStreamFn AddStream);
434 Error runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp365 auto AddStream = in run() local
376 *AddStream(Task)->OS << MB->getBuffer(); in run()
383 check(Lto.run(AddStream, Cache), "LTO::run failed"); in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h179 bool compileOptimized(lto::AddStreamFn AddStream, unsigned ParallelismLevel);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1087 auto AddStream = in main() local
1101 if (!CodeGen.compileOptimized(AddStream, Parallelism)) in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1528 auto AddStream = [&](size_t Task) { in runThinLTOBackend() local
1600 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()