Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalizer-info-validation.mir135 # DEBUG-NEXT: .. type index coverage check SKIPPED: no rules defined
136 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
152 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
156 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
169 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
172 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
175 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
181 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
205 # DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
506 # DEBUG: .. type index coverage check SKIPPED: no rules defined
[all …]
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A Dcc_plugin_library.bzl7 This macro produces a set of platform-specific `cc_binary` rules, by appending
10 used by other Bazel rules to depend on the plugin library.
12 The `srcs` attribute for the `cc_binary` rules is `srcs + hdrs`. Other explicit
13 arguments are passed to all of the rules where they apply, and can be used to
14 configure generic aspects of all generated rules such as `testonly`. Lastly,
15 `kwargs` is expanded into all the `cc_binary` rules.
/llvm-project-15.0.7/llvm/cmake/platforms/
H A DClangClCMakeCompileRules.cmake3 # input file path to force it to be treated as a path. CMake's compilation rules
5 # CMake versions, overriding compilation rules works well enough. This file will
6 # be included by cmake after the default compilation rules have already been set
/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst32 operations (rules). These rules are grouped under a common umbrella - a single
33 ``clang-refactor`` command. In addition to rules, the refactoring action
57 grouped refactoring action rules that represent one refactoring operation.
58 Although the rules in one action may have a number of different implementations,
63 The distinction between actions and rules enables the creation of actions
64 that define a set of different rules that produce similar results. For example,
69 constant. To achieve that, we can create two different rules that will use one
81 Clang's refactoring engine supports several different refactoring rules:
136 rules for a particular action using the ``createRefactoringActionRule``
138 list of action rules using the following code:
[all …]
H A DClangTransformerTutorial.rst35 Transformer helps users succinctly specify rules of this sort and easily execute
77 ``makeRule`` is our go-to function for generating rewrite rules. It takes three
205 Reference: ranges, stencils, edits, rules
208 The above examples demonstrate just the basics of rewrite rules. Every element
210 and rules. In this section, we'll briefly review each in turn, with references
212 rewrite rules are actually rewriting.
218 explanation of what the rewrite rules are actually rewriting. We've referred to
329 We can also compose multiple *rules*, rather than just edits within a rule,
330 using ``applyFirst``: it composes a list of rules as an ordered choice, where
333 that case, ``applyFirst`` is simply joining the set of rules into one.
[all …]
/llvm-project-15.0.7/llvm/test/TableGen/GICombinerEmitter/
H A Ddefs-invalid.td25 // CHECK: :[[@LINE-4]]:{{[0-9]+}}: error: Combine rules must have at least one root
38 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: Failed to parse one or more rules
/llvm-project-15.0.7/llvm/utils/vim/
H A DREADME4 tablegen *.td files. It comes with filetype detection rules in the (ftdetect),
17 highlighting (because the files have names such as Makefile.rules or
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js106 var rules = document.getElementById('i_rules');
107 rules.textContent = '';
115 rules.insertBefore(rule, rules.firstChild);
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DLegalizer.rst70 and describes a set of rules by which we can either declare an instruction legal
104 opcode(s) that rules can be added to. If multiple opcodes are given, they are
105 all permanently bound to the same ruleset. The rules in a ruleset are executed
107 legalized as a result of the rules. If the ruleset is exhausted without
110 When it doesn't declare the instruction legal, each pass over the rules may
118 the rule as possible and to place any expensive rules as low as possible. This
120 legalization and legalization can require multiple passes over the rules.
151 There are various rule factories that append rules to a ruleset but they have a
234 There are some composite rules for common situations built out of the above facilities:
330 There are no minimum rules for pointers since G_INTTOPTR and G_PTRTOINT can
[all …]
H A DInstructionSelect.rst44 TableGen will import SelectionDAG rules and provide the following function to
51 The ``--stats`` option can be used to determine what proportion of rules were
56 reasons that rules weren't imported. This can be used to focus on the most
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Dselect-blsr.mir4 # Test that rules where multiple operands must be the same operand successfully
5 # match. Also test that the rules do not match when they're not the same
H A Dselect-blsi.mir4 # Test that rules where multiple operands must be the same operand successfully
5 # match. Also test that the rules do not match when they're not the same
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DMakefile1 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/lang/c/calling-conventions/
H A DMakefile1 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/iohandler/sigint/
H A DMakefile1 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/attach-wait/
H A DMakefile1 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/commands/target/basic/
H A DMakefile6 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/commands/command/script/import/rdar-12586188/
H A DMakefile1 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/test_utils/base/
H A DMakefile1 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/types/
H A DMakefile5 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/
H A DMakefile3 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/commands/expression/timeout/
H A DMakefile3 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/lang/c/stepping/
H A DMakefile3 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/lang/c/strings/
H A DMakefile3 include Makefile.rules
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-assert/
H A DMakefile3 include Makefile.rules

12345678910>>...40