| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | slicing-utils.mlir | 28 // BWD: matched: %[[v1:.*]] {{.*}} backward static slice: 49 // BWD: matched: %[[v2:.*]] {{.*}} backward static slice: 69 // BWD: matched: %[[v3:.*]] {{.*}} backward static slice: 89 // BWD: matched: %[[v4:.*]] {{.*}} backward static slice: 109 // BWD: matched: %[[v5:.*]] {{.*}} backward static slice: 130 // BWD: matched: %[[v6:.*]] {{.*}} backward static slice: 150 // BWD: matched: %[[v7:.*]] {{.*}} backward static slice: 171 // BWD: matched: %[[v8:.*]] {{.*}} backward static slice: 194 // BWD: matched: %[[v9:.*]] {{.*}} backward static slice: 231 // BWD: matched: %[[b:.*]] {{.*}} backward static slice: [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | warn-backrefs.s | 17 ## A backward reference from %t1.o to %t2.a 30 ## Placing the definition and the backward reference in a group can suppress the warning. 36 ## A backward reference from %t1.o to %t2.a (added by %t3.lds). 41 ## If a lazy definition appears after the backward reference, don't warn. 54 # OBJECT: warning: backward reference detected: foo in {{.*}}1.o refers to {{.*}}2.o 69 ## We don't report backward references to weak symbols as they can be overridden later. 83 # COMM: ld.lld: warning: backward reference detected: obj in {{.*}}5.o refers to {{.*}}comm.a 85 ## If a lazy definition appears after the backward reference, don't warn.
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RegisterScavenging.h | 115 void backward(); 118 void backward(MachineBasicBlock::iterator I) { in backward() function 120 backward(); in backward()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | uninit-asm-goto.cpp | 44 backward: in test4() 47 asm goto("" : "=r"(y) : "r"(x) : : backward); in test4()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/ |
| H A D | id-dependent-backward-branch.rst | 1 .. title:: clang-tidy - altera-id-dependent-backward-branch 3 altera-id-dependent-backward-branch
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | distringtype-backward.ll | 1 ; This test verifies the backward compatibility of DIStringType. 10 ; ModuleID = 'distringtype-backward.bc'
|
| H A D | flags.ll | 8 ; forward and backward references.
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | locationcountererr.test | 4 # CHECK: {{.*}}.test:8: unable to move location counter backward for: .text
|
| /llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/ |
| H A D | underlying-objects-2.ll | 9 ; B[j+1] = 2 // backward dep between this and the previous 21 ; B[j+1] = 2 // backward dep between this and the previous 32 ; backward dependence we won't detect this but instead fully fall back on
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/index-serialization/ |
| H A D | version-is-correct.test | 3 If this test fails it means there has been a backward incompatilbe change to
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | warn-backrefs.ll | 9 ; CHECK: warning: backward reference detected: f in {{.*}}a.o refers to {{.*}}b.o
|
| /llvm-project-15.0.7/lld/docs/ELF/ |
| H A D | warn_backrefs.rst | 21 backward references. If there are cyclic references then the ``--start-group`` 41 | ld.lld: warning: backward reference detected: system in A.a(a.o) refers to B.a(b.o) 44 | ld.lld: warning: backward reference detected: system in A/a.o refers to B/b.o
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | section-offset.yaml | 68 ## Show we do not allow an 'Offset' to go backward. 72 # ERR-BACKWARD: error: the 'Offset' value (0x47) goes backward
|
| H A D | custom-fill.yaml | 327 ## Show that the "Offset" value can't go backward. 330 # OFFSET-ERR: error: the 'Offset' value (0x40) goes backward
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopLoadElim/ |
| H A D | backward.ll | 4 ; Simple st->ld forwarding derived from a lexical backward dep.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | avoid-goto.rst | 16 The check diagnoses ``goto`` for backward jumps in every language mode. These
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | arm-integer-dot-product.cl | 3 // Pragmas are only accepted for backward compatibility.
|
| H A D | intel-subgroups-avc-ext-types.cl | 67 // of the extension. So we check for backward compatibility here.
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | extension-begin.cl | 38 // Tests that the pragmas are accepted for backward compatibility.
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.h | 70 bool backward(); 140 if (!IP.backward()) in inferEpilogOffsets()
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | nullability.rst | 27 takesNonNull((_nonnull) bar); // should not warn here (backward compatibility hack) 43 // Defensive backward compatible code:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tail-dup-partial.ll | 4 ; When tail-duplicating during placement, we work backward from blocks with
|
| H A D | tail-dup-repeat.ll | 5 ; When tail-duplicating during placement, we work backward from blocks with
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | random | 1728 #include <cmath> // for backward compatibility; TODO remove it 1729 #include <cstddef> // for backward compatibility; TODO remove it 1730 #include <cstdint> // for backward compatibility; TODO remove it 1731 #include <iosfwd> // for backward compatibility; TODO remove it 1732 #include <limits> // for backward compatibility; TODO remove it 1733 #include <numeric> // for backward compatibility; TODO remove it 1734 #include <string> // for backward compatibility; TODO remove it 1735 #include <type_traits> // for backward compatibility; TODO remove it 1736 #include <vector> // for backward compatibility; TODO remove it
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegisterScavenging.cpp | 239 void RegScavenger::backward() { in backward() function in RegScavenger 694 RS.backward(I); in scavengeFrameVirtualRegsInBlock()
|