Home
last modified time | relevance | path

Searched refs:AddStream (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp335 void codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, in codegen() argument
363 auto Stream = AddStream(Task); in codegen()
375 void splitCodeGen(const Config &C, TargetMachine *TM, AddStreamFn AddStream, in splitCodeGen() argument
409 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx); in splitCodeGen()
448 Error lto::backend(const Config &C, AddStreamFn AddStream, in backend() argument
473 codegen(C, TM.get(), AddStream, 0, *Mod); in backend()
475 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, in backend()
502 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend() argument
522 codegen(Conf, TM.get(), AddStream, Task, Mod); in thinBackend()
566 codegen(Conf, TM.get(), AddStream, Tas in thinBackend()
[all...]
H A DLTO.cpp899 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run() argument
945 Error Result = runRegularLTO(AddStream); in run()
947 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
955 Error LTO::runRegularLTO(AddStreamFn AddStream) { in runRegularLTO() argument
1015 return backend(Conf, AddStream, RegularLTO.ParallelCodeGenParallelismLevel, in runRegularLTO()
1055 AddStreamFn AddStream; member in __anon24228::InProcessThinBackend
1068 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend()
1071 AddStream(std::move(AddStream)), Cache(std::move(Cache)) { in InProcessThinBackend()
1081 AddStreamFn AddStream, NativeObjectCach in runThinLTOBackendThread()
1064 InProcessThinBackend( const Config &Conf, ModuleSummaryIndex &CombinedIndex, unsigned ThinLTOParallelismLevel, const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, NativeObjectCache Cache) InProcessThinBackend() argument
1080 runThinLTOBackendThread( AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) runThinLTOBackendThread() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
H A DLTOBackend.h38 Error backend(const Config &C, AddStreamFn AddStream,
43 Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
H A DLTO.h216 /// if (AddStreamFn AddStream = Cache(Task, Key))
217 /// ProduceContent(AddStream);
227 AddStreamFn AddStream, NativeObjectCache Cache)>;
265 /// - Call the run() function. This function will use the supplied AddStream
291 /// Runs the LTO pipeline. This function calls the supplied AddStream
297 /// The client will receive at most one callback (via either AddStream or
299 Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr);
420 Error runRegularLTO(AddStreamFn AddStream);
421 Error runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache,
/third_party/node/src/
H A Dnode_http2.h661 void AddStream(Http2Stream* stream);
H A Dnode_http2.cc752 void Http2Session::AddStream(Http2Stream* stream) { in AddStream() function in node::http2::Http2Session
2063 session->AddStream(this); in Http2Stream()

Completed in 11 milliseconds