Home
last modified time | relevance | path

Searched refs:splitCodeGen (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DParallelCG.h40 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DParallelCG.h40 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DParallelCG.cpp38 std::unique_ptr<Module> llvm::splitCodeGen( in splitCodeGen() function in llvm
/external/llvm/lib/CodeGen/
DParallelCG.cpp38 std::unique_ptr<Module> llvm::splitCodeGen( in splitCodeGen() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp329 void splitCodeGen(Config &C, TargetMachine *TM, AddStreamFn AddStream, in splitCodeGen() function
429 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, in backend()
DLTOCodeGenerator.cpp577 MergedModule = splitCodeGen(std::move(MergedModule), Out, {}, in compileOptimized()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp580 MergedModule = splitCodeGen(std::move(MergedModule), Out, {}, in compileOptimized()
/external/llvm/tools/gold/
Dgold-plugin.cpp1106 splitCodeGen(std::move(M), OSPtrs, BCOSPtrs, in runSplitCodeGen()