Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DParallelCG.h35 void splitCodeGen(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DParallelCG.h35 void splitCodeGen(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DParallelCG.h35 void splitCodeGen(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DParallelCG.h35 void splitCodeGen(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DParallelCG.h35 void splitCodeGen(
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DParallelCG.h39 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DParallelCG.h40 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DParallelCG.cpp37 std::unique_ptr<Module> llvm::splitCodeGen( in splitCodeGen() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DParallelCG.cpp38 void llvm::splitCodeGen( in splitCodeGen() function in llvm
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DParallelCG.cpp38 std::unique_ptr<Module> llvm::splitCodeGen( in splitCodeGen() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp375 void splitCodeGen(const Config &C, TargetMachine *TM, AddStreamFn AddStream, in splitCodeGen() function
475 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, in backend()
H A DLTOCodeGenerator.cpp607 MergedModule = splitCodeGen(std::move(MergedModule), Out, {}, in compileOptimized()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOBackend.cpp419 static void splitCodeGen(const Config &C, TargetMachine *TM, in splitCodeGen() function
514 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, Mod, in backend()
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp580 MergedModule = splitCodeGen(std::move(MergedModule), Out, {}, in compileOptimized()
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp1106 splitCodeGen(std::move(M), OSPtrs, BCOSPtrs, in runSplitCodeGen()