Home
last modified time | relevance | path

Searched refs:BCOSs (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DParallelCG.cpp40 ArrayRef<llvm::raw_pwrite_stream *> BCOSs, in splitCodeGen() argument
43 assert(BCOSs.empty() || BCOSs.size() == OSs.size()); in splitCodeGen()
46 if (!BCOSs.empty()) in splitCodeGen()
47 WriteBitcodeToFile(M.get(), *BCOSs[0]); in splitCodeGen()
71 if (!BCOSs.empty()) { in splitCodeGen()
72 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen()
73 BCOSs[ThreadCount]->flush(); in splitCodeGen()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp39 ArrayRef<llvm::raw_pwrite_stream *> BCOSs, in splitCodeGen() argument
42 assert(BCOSs.empty() || BCOSs.size() == OSs.size()); in splitCodeGen()
45 if (!BCOSs.empty()) in splitCodeGen()
46 WriteBitcodeToFile(*M, *BCOSs[0]); in splitCodeGen()
70 if (!BCOSs.empty()) { in splitCodeGen()
71 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen()
72 BCOSs[ThreadCount]->flush(); in splitCodeGen()
/external/llvm-project/llvm/lib/CodeGen/
DParallelCG.cpp41 ArrayRef<llvm::raw_pwrite_stream *> BCOSs, in splitCodeGen() argument
44 assert(BCOSs.empty() || BCOSs.size() == OSs.size()); in splitCodeGen()
47 if (!BCOSs.empty()) in splitCodeGen()
48 WriteBitcodeToFile(*M, *BCOSs[0]); in splitCodeGen()
72 if (!BCOSs.empty()) { in splitCodeGen()
73 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen()
74 BCOSs[ThreadCount]->flush(); in splitCodeGen()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DParallelCG.h40 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
/external/llvm-project/llvm/include/llvm/CodeGen/
DParallelCG.h39 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
/external/llvm/include/llvm/CodeGen/
DParallelCG.h41 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
/external/llvm/tools/gold/
Dgold-plugin.cpp1095 std::list<llvm::raw_fd_ostream> BCOSs; in runSplitCodeGen() local
1100 BCOSs.emplace_back(FD, true); in runSplitCodeGen()
1101 BCOSPtrs.push_back(&BCOSs.back()); in runSplitCodeGen()