Searched refs:MPartInCtx (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ParallelCG.cpp | 87 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/ |
D | ParallelCG.cpp | 87 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/ |
D | LTOBackend.cpp | 358 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()
|