Searched refs:TMFactory (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
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()
|
/external/llvm/lib/CodeGen/ |
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()
|
/external/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 42 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 42 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory,
|