Home
last modified time | relevance | path

Searched refs:generators (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Dmsc51-cpp.rst14 `MSC32-C. Properly seed pseudorandom number generators
15 …s://wiki.sei.cmu.edu/confluence/display/c/MSC32-C.+Properly+seed+pseudorandom+number+generators>`_.
H A Dmsc50-cpp.rst6 Pseudorandom number generators use mathematical algorithms to produce a sequence
/llvm-project-15.0.7/clang/utils/ABITest/
H A DTypeGen.py414 self.generators = []
425 self.bounds = [g.cardinality for g in self.generators]
430 self.generators.append(g)
434 for g in self.generators:
444 return self.generators[index].get(M)
/llvm-project-15.0.7/lldb/cmake/modules/
H A DLLDBStandalone.cmake1 # CMP0116: Ninja generators transform `DEPFILE`s from `add_custom_command()`
77 # They are used as destination of target generators.
H A DLLDBFramework.cmake40 # generators. Overwrite to account for special framework output directory.
/llvm-project-15.0.7/llvm/lib/WindowsManifest/
H A DCMakeLists.txt24 # CMAKE_BUILD_TYPE is only meaningful to single-configuration generators.
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m623 NSMutableArray *generators = [NSMutableArray new];
680 generators = (NSMutableArray *)[TestFileExeGenerator generatorsFromFILE:stdin];
688 if (generator) [generators addObject:generator];
697 for (TestFileExeGenerator *generator in generators) {
710 line.frameworkPath = frameworkPath; // tell generators about it instead XXX
711 line.libraryPath = libraryPath; // tell generators about it instead XXX
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h779 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) in IteratorImpl() argument
781 begin_(std::get<I>(generators).begin()...), in IteratorImpl()
782 end_(std::get<I>(generators).end()...), in IteratorImpl()
/llvm-project-15.0.7/compiler-rt/docs/
H A DBuildingCompilerRT.rst26 Sets the build type for ``make`` based generators. Possible values are
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dllvm-ct-intrinsics.ll1 ; Make sure this testcase is supported by all code generators
/llvm-project-15.0.7/llvm/lib/Support/
H A DCMakeLists.txt293 # CMAKE_BUILD_TYPE is only meaningful to single-configuration generators.
306 # CMAKE_BUILD_TYPE is only meaningful to single-configuration generators.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcmpxchg8b_alloca_regalloc_handling.ll6 ; emmiting lea before 4 cmpxchg8b operands generators.
/llvm-project-15.0.7/llvm/docs/
H A DMarkedUpDisassembly.rst17 generators, and pretty-printers, which need more than the raw instructions and
H A DBugpoint.rst20 generators, see :doc:`HowToSubmitABug`.
27 generators, and does not need to "know" how they work. Because of this, it may
H A DLinkTimeOptimization.rst182 optimizer and code generators using ``lto_codegen_compile()`` which returns a
/llvm-project-15.0.7/libunwind/docs/
H A DBuildingLibunwind.rst80 Sets the build type for ``make`` based generators. Possible values are
/llvm-project-15.0.7/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt104 …M_DISTRIBUTION_COMPONENTS cannot be specified with multi-configuration generators (i.e. Xcode or V…
/llvm-project-15.0.7/llvm/test/TableGen/
H A DTargetInstrInfo.td2 // the target independent code generators.
/llvm-project-15.0.7/
H A DREADME.md55 Some common build system generators are:
/llvm-project-15.0.7/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake39 message(WARNING "Job pooling is only available with Ninja generators.")
58 message(WARNING "Job pooling is only available with Ninja generators.")
1168 # generators. This option disables optional build system features that make IDEs
1175 "Disable optional build system features that cause problems for IDE generators"
1178 message(WARNING "Disabling LLVM_ENABLE_IDE on multi-configuration generators is not recommended.")
H A DTableGen.cmake146 # CMake doesn't let compilation units depend on their dependent libraries on some generators.
H A DLLVMDistributionSupport.cmake26 …M_DISTRIBUTION_COMPONENTS cannot be specified with multi-configuration generators (i.e. Xcode or V…
/llvm-project-15.0.7/lld/
H A DCMakeLists.txt86 # They are used as destination of target generators.
/llvm-project-15.0.7/clang/docs/
H A DHowToSetupToolingForLLVM.rst59 For Windows developers, the Visual Studio project generators in CMake do
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllc-pipeline.ll58 ; GCN-O0-NEXT: Lower invoke and unwind, for unwindless code generators
227 ; GCN-O1-NEXT: Lower invoke and unwind, for unwindless code generators
509 ; GCN-O1-OPTS-NEXT: Lower invoke and unwind, for unwindless code generators
799 ; GCN-O2-NEXT: Lower invoke and unwind, for unwindless code generators
1104 ; GCN-O3-NEXT: Lower invoke and unwind, for unwindless code generators

123