Searched refs:TMFactory (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 29 function_ref<std::unique_ptr<TargetMachine>()> TMFactory, in codegen() argument 31 std::unique_ptr<TargetMachine> TM = TMFactory(); in codegen() 41 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory, in splitCodeGen() argument 48 codegen(M.get(), *OSs[0], TMFactory, FileType); in splitCodeGen() 79 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen() 89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ParallelCG.h | 42 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory,
|