Home
last modified time | relevance | path

Searched refs:backward (Results 1 – 25 of 84) sorted by relevance

1234

/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dslicing-utils.mlir28 // 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 Dwarn-backrefs.s17 ## 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 DRegisterScavenging.h115 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 Duninit-asm-goto.cpp44 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 Did-dependent-backward-branch.rst1 .. title:: clang-tidy - altera-id-dependent-backward-branch
3 altera-id-dependent-backward-branch
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Ddistringtype-backward.ll1 ; This test verifies the backward compatibility of DIStringType.
10 ; ModuleID = 'distringtype-backward.bc'
H A Dflags.ll8 ; forward and backward references.
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dlocationcountererr.test4 # CHECK: {{.*}}.test:8: unable to move location counter backward for: .text
/llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/
H A Dunderlying-objects-2.ll9 ; 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 Dversion-is-correct.test3 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 Dwarn-backrefs.ll9 ; CHECK: warning: backward reference detected: f in {{.*}}a.o refers to {{.*}}b.o
/llvm-project-15.0.7/lld/docs/ELF/
H A Dwarn_backrefs.rst21 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 Dsection-offset.yaml68 ## Show we do not allow an 'Offset' to go backward.
72 # ERR-BACKWARD: error: the 'Offset' value (0x47) goes backward
H A Dcustom-fill.yaml327 ## 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 Dbackward.ll4 ; 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 Davoid-goto.rst16 The check diagnoses ``goto`` for backward jumps in every language mode. These
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Darm-integer-dot-product.cl3 // Pragmas are only accepted for backward compatibility.
H A Dintel-subgroups-avc-ext-types.cl67 // of the extension. So we check for backward compatibility here.
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dextension-begin.cl38 // Tests that the pragmas are accepted for backward compatibility.
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h70 bool backward();
140 if (!IP.backward()) in inferEpilogOffsets()
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A Dnullability.rst27 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 Dtail-dup-partial.ll4 ; When tail-duplicating during placement, we work backward from blocks with
H A Dtail-dup-repeat.ll5 ; When tail-duplicating during placement, we work backward from blocks with
/llvm-project-15.0.7/libcxx/include/
H A Drandom1728 #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 DRegisterScavenging.cpp239 void RegScavenger::backward() { in backward() function in RegScavenger
694 RS.backward(I); in scavengeFrameVirtualRegsInBlock()

1234