| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | legalizer-info-validation.mir | 135 # 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 D | cc_plugin_library.bzl | 7 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 D | ClangClCMakeCompileRules.cmake | 3 # 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 D | RefactoringEngine.rst | 32 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 D | ClangTransformerTutorial.rst | 35 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 D | defs-invalid.td | 25 // 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 D | README | 4 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 D | HTMLForest.js | 106 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 D | Legalizer.rst | 70 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 D | InstructionSelect.rst | 44 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 D | select-blsr.mir | 4 # 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 D | select-blsi.mir | 4 # 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 D | Makefile | 1 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/calling-conventions/ |
| H A D | Makefile | 1 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/sigint/ |
| H A D | Makefile | 1 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/attach-wait/ |
| H A D | Makefile | 1 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/basic/ |
| H A D | Makefile | 6 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/import/rdar-12586188/ |
| H A D | Makefile | 1 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/test_utils/base/ |
| H A D | Makefile | 1 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/types/ |
| H A D | Makefile | 5 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/ |
| H A D | Makefile | 3 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/timeout/ |
| H A D | Makefile | 3 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/stepping/ |
| H A D | Makefile | 3 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/strings/ |
| H A D | Makefile | 3 include Makefile.rules
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-assert/ |
| H A D | Makefile | 3 include Makefile.rules
|