Home
last modified time | relevance | path

Searched full:generating (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/llvm-project/llvm/tools/llvm-shlib/
H A DCMakeLists.txt1 # This tool creates a shared library from the LLVM libraries. Generating this
15 message(FATAL_ERROR "Generating libLLVM is not supported on MSVC")
18 message(FATAL_ERROR "Generating libLLVM is not supported on z/OS")
93 message(FATAL_ERROR "Generating libLLVM-c is only supported on Darwin")
97 message(FATAL_ERROR "Generating libLLVM-c requires LLVM_BUILD_LLVM_C_DYLIB on Darwin")
115 COMMENT "Generating Export list for LLVM..."
183 COMMENT "Generating export list for LLVM-C"
/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp70 /// Compute the generating function for a unimodular cone.
105 // The powers in the denominator of the generating in computeUnimodularConeGeneratingFunction()
230 /// We maintain a list of pairwise disjoint chambers and the generating
232 /// each time adding the current region's generating function to the chambers
235 /// Given the region each generating function is active in, for each subset of
236 /// generating functions the region that (the sum of) precisely this subset is
245 // We maintain a list of regions and their associated generating function in computeChamberDecomposition()
246 // initialized with the universe and the empty generating function. in computeChamberDecomposition()
253 // For each activity region R_j (corresponding to the generating function in computeChamberDecomposition()
258 // 1. the intersection R_i \cap R_j, where the generating functio in computeChamberDecomposition()
[all...]
/llvm-project/libcxx/include/
H A Drandom49 // generating functions
111 // generating functions
171 // generating functions
223 // generating functions
276 // generating functions
329 // generating functions
401 // generating functions
427 // generating functions
477 // generating functions
538 // generating function
[all...]
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DBarvinok.h89 /// Compute the generating function for a unimodular cone.
103 /// generating functions active in each region, produce a pairwise disjoint
104 /// list of regions (chambers) and identify the generating function of the
118 /// Compute the generating function corresponding to a polytope.
139 /// Find the number of terms in a generating function, as
141 /// The generating function must be such that for all values of the
H A DGeneratingFunction.h1 //===- GeneratingFunction.h - Generating Functions over Q^d -----*- C++ -*-===//
33 // A class to describe the type of generating function
77 "two generating functions with different numbers of parameters "
/llvm-project/clang/utils/perf-training/
H A DCMakeLists.txt6 set(CLANG_PGO_TRAINING_DATA_SOURCE_DIR OFF CACHE STRING "Path to source directory containing cmake project with source files to use for generating pgo data")
15 add_lit_testsuite(generate-profraw "Generating clang PGO data"
64 add_lit_testsuite(generate-dtrace-logs "Generating clang dtrace data"
81 COMMENT "Generating order file"
91 add_lit_testsuite(generate-bolt-fdata "Generating BOLT profile for Clang"
/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h149 /// fields, generating it if necessary. The returned function uses the `cdecl`
158 /// fields, generating it if necessary. The returned function uses the `cdecl`
168 /// fields, generating it if necessary. The returned function uses the `cdecl`
178 /// copyable fields, generating it if necessary. The returned function uses the
186 /// copyable fields, generating it if necessary. The returned function uses the
194 /// generating it if necessary. The returned function uses the `cdecl` calling
H A DCodeGenAction.h29 /// Info about module to link into a module we're generating.
35 /// CodeGenOptions and LangOptions, as though we were generating the
/llvm-project/llvm/test/CodeGen/Hexagon/
H A Dconstant_compound.ll3 ; Generating a compound instruction with a constant is not profitable.
6 ; Before, we are generating
10 ; Now, we are generating
/llvm-project/mlir/docs/
H A DDeclarativeRewrites.md51 * Matching and generating ops with regions.
52 * Matching and generating ops with block arguments.
54 * Matching and generating variadic operand/result ops in nested patterns.
75 * One or more *result patterns*, which are used for generating DAGs of
97 pattern) or generating (if used in result pattern) the `N`-th argument for
200 The result pattern is for generating a DAG of operations. Arguments in the `dag`
225 generating the `COp` by passing them in as arguments to `COp`'s `build()`
253 generating an op to replace the result of the matched root op, we can use the
255 (e.g., generating an [auxiliary op](#supporting-auxiliary-ops) or generating an
286 #### Generating DAG of operations
[all …]
/llvm-project/mlir/lib/Pass/
H A DPassCrashRecovery.cpp37 /// This class contains all of the context for generating a recovery reproducer.
38 /// Each recovery context is registered globally to allow for generating
49 /// Disable this reproducer context. This prevents the context from generating
69 /// The factory for the reproducer output stream to use when generating the
189 /// The factory to use when generating a crash reproducer.
203 /// Various pass manager flags that get emitted when generating a reproducer.
217 "expected multi-threading to be disabled when generating a local " in initialize()
223 // If we aren't generating a local reproducer, prepare a reproducer for the in initialize()
252 // If we are generating a global reproducer, we include all of the running in finalize()
273 // If we were generating in finalize()
[all...]
/llvm-project/mlir/test/mlir-pdll/Parser/
H A Ddependency-file.pdll4 // Test support for generating dependency files.
11 // This test is mostly aimed to ensure we are generating the dependency file correctly.
/llvm-project/clang/test/CodeGenCXX/
H A Darm64ec-vectorcall.cpp3 // ARM64EC doesn't support generating __vectorcall calls... but __vectorcall
6 // require generating code.
/llvm-project/clang-tools-extra/pseudo/include/
H A DCMakeLists.txt
/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DBUILD.gn27 # This should contain tablegen targets generating .inc files included
41 # This should contain tablegen targets generating .inc files included
/llvm-project/flang/docs/
H A DOpenMP-semantics.md326 * task generating regions (created by `task` or `taskloop` constructs)
450 for a sequential loop in a _parallel_ or task generating construct
494 * In a task generating construct,
504 * In an orphaned task generating construct,
506 * In a task generating construct, if no _default_ clause is present,
509 * For constructs other than task generating constructs or _target_ constructs,
513 * In a _parallel_, _teams_, or task generating construct,
/llvm-project/lldb/scripts/
H A Dmacos-setup-codesign.sh39 echo Generating and installing lldb_codesign certificate
43 [ $? -eq 0 ] || error Something went wrong when generating the certificate
/llvm-project/lld/test/ELF/
H A Dmips-jalr-non-functions.s3 ## Older versions of clang were erroneously generating them for function pointers
6 ## relocations to avoid generating binaries that crash when executed.
/llvm-project/clang/test/Driver/
H A Dcuda-output-asm.cu23 // MULTIPLE-OUTPUT-FILES: error: cannot specify -o when generating multiple output files
25 // MULTIPLE-OUTPUT-FILES-NOT: error: cannot specify -o when generating multiple output files
/llvm-project/utils/bazel/llvm-project-overlay/llvm/
H A Dtblgen.bzl5 """This file contains BUILD extensions for generating source code from LLVM's
49 message = "Generating code from table: %s" % td_file,
/llvm-project/clang/lib/CodeGen/
H A DREADME.txt23 its address taken. The idea would be to begin generating code by using
39 We should try and avoid generating basic blocks which only contain
/llvm-project/compiler-rt/cmake/Modules/
H A DSanitizerUtils.cmake40 COMMENT "Generating exported symbols for ${target_name}"
89 COMMENT "Generating version list for ${name}"
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h9 // This file defines BugReporter, a utility class for generating
309 /// The stack is largely used by BugReporter when generating PathDiagnostics
316 /// The stack is largely used by BugReporter when generating PathDiagnostics
405 /// when generating a PathDiagnostic from this BugReport.
408 /// Disable all path pruning when generating a PathDiagnostic.
580 /// BugReporter is a utility class for generating PathDiagnostics for analysis.
584 /// The base class is used for generating path-insensitive
678 /// GRBugReporter is used for generating path-sensitive reports.
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DIntegerDivision.h27 /// expansion, but future work includes generating more specialized code,
36 /// implementations, but future work includes generating more specialized code
/llvm-project/llvm/docs/
H A DVectorizationPlan.rst99 generating the output IR code, such that the cost estimation evaluates the
120 a "Recipe", which is responsible for computing its cost and generating its
212 Stores information used for generating output IR, passed from
243 Next, the logic embedded within each Recipe for generating its instructions at

12345678910>>...43