Home
last modified time | relevance | path

Searched refs:OSs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DParallelCG.cpp39 Module &M, ArrayRef<llvm::raw_pwrite_stream *> OSs, in splitCodeGen() argument
43 assert(BCOSs.empty() || BCOSs.size() == OSs.size()); in splitCodeGen()
45 if (OSs.size() == 1) { in splitCodeGen()
48 codegen(&M, *OSs[0], TMFactory, FileType); in splitCodeGen()
55 ThreadPool CodegenThreadPool(hardware_concurrency(OSs.size())); in splitCodeGen()
59 M, OSs.size(), in splitCodeGen()
76 llvm::raw_pwrite_stream *ThreadOS = OSs[ThreadCount++]; in splitCodeGen()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DParallelCG.h36 Module &M, ArrayRef<raw_pwrite_stream *> OSs,
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin32_sret.ll186 ; The %x argument is moved to %ecx on all OSs. It will be the this pointer.
/llvm-project-15.0.7/llvm/docs/
H A DHowToReleaseLLVM.rst185 This will obviously not cover all OSs and distributions, so additional community
195 consistently validated and released binaries for their targets/OSs. To contact
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake27 # Tries to add an "object library" target for a given list of OSs and/or