Home
last modified time | relevance | path

Searched refs:MPartInCtx (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DParallelCG.cpp87 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local
89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
/external/llvm/lib/CodeGen/
DParallelCG.cpp87 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local
89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp358 std::unique_ptr<Module> MPartInCtx = std::move(MOrErr.get()); in splitCodeGen() local
361 createTargetMachine(C, T, *MPartInCtx); in splitCodeGen()
363 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx); in splitCodeGen()