Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.mm24 … warning: this loop is infinite; none of its condition variables (i) are updated in the loop body …
34 … warning: this loop is infinite; none of its condition variables (i) are updated in the loop body …
43 … warning: this loop is infinite; none of its condition variables (i) are updated in the loop body …
53 // No warning. Array count is updated on every iteration.
61 // No warning. Array count is updated on every iteration.
70 // No warning. Array count is updated on every iteration.
78 // No warning. Array count is updated on every iteration.
97 // No warning. Array count is updated on every iteration.
104 // No warning. Array count is updated on every iteration.
114 // No warning. Array count is updated on every iteration.
[all …]
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dsolve-quadratic.ll49 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 2x^2 + 2x + -28, rw:5
81 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + -73x + -142, rw:32
89 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + -73x + -146, rw:32
93 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + -73x + -146, rw:33
125 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 2x^2 + -4x + 2, rw:5
182 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 4x^2 + 2x + -65534, rw:16
186 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 4x^2 + 2x + -131070, rw:17
190 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 4x^2 + 2x + -65534, rw:16
194 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 4x^2 + 2x + -131070, rw:17
232 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + 1x + -4, rw:32
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dupdate-section.test8 # RUN: echo -n 11113333 > %t.updated
36 # RUN: llvm-objcopy --add-section=.added=%t.zeros --update-section=.added=%t.updated \
37 # RUN: %t %t.updated.o
38 # RUN: llvm-readobj --section-headers --section-data --program-headers %t.updated.o | \
42 # RUN: llvm-objcopy --update-section=.added=%t.updated --add-section=.added=%t.updated \
43 # RUN: %t %t.updated.o
44 # RUN: llvm-readobj --section-headers --section-data --program-headers %t.updated.o | \
173 # ERR-NOBITS-TYPE: error: {{.*}}section '.nobits_type' cannot be updated because it does not have c…
174 # ERR-NULL-TYPE: error: {{.*}}section '.null_type' cannot be updated because it does not have conte…
/llvm-project-15.0.7/bolt/test/X86/
H A Dasm-func-debug.test10 # Check ranges were created/updated for asm compile unit
19 # Check .debug_aranges was updated for asm module
24 # Check line number info was updated
/llvm-project-15.0.7/bolt/test/AArch64/
H A Dasm-func-debug.test10 # Check ranges were created/updated for asm compile unit
19 # Check .debug_aranges was updated for asm module
24 # Check line number info was updated
/llvm-project-15.0.7/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py158 updated = []
164 updated.append(i)
171 return updated
174 updated = self.diff_frames(prev)
175 return updated is None or len(updated) > 0
221 return (removed, added, updated)
224 removed, added, updated = self.diff_clusters(prev)
252 updated = [k for k in prev.items if k in self.items
254 return (removed, added, updated)
257 removed, added, updated = self.diff_messages(prev)
[all …]
/llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/
H A DTestTransformStateExtension.h32 LogicalResult updateMapping(Operation *previous, Operation *updated) { in updateMapping() argument
33 return replacePayloadOp(previous, updated); in updateMapping()
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dupdate.test10 RUN: dsymutil -accelerator=Pub --update %t.dir/basic.dSYM -o %t.dir/updated.dSYM
11 RUN: llvm-dwarfdump -a %t.dir/updated.dSYM | FileCheck %S/basic-linking-x86.test
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dcodegenprep-addrsink.ll9 ; memory instruction. Test that the one before does _not_ get updated (as that
11 ; that the dbg.value after the memory instruction does get updated.
26 ; updated, and the other should not.
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dprof-update-sample-alwaysinline.ll13 ; ext1 is optimized away, thus not updated.
18 ; ext is cloned and updated.
H A Dprof-update-sample.ll14 ; ext1 is optimized away, thus not updated.
19 ; ext is cloned and updated.
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Daligned-spill.ll27 ; Stack pointer must be updated before the spills.
58 ; Stack pointer must be updated before the spills.
85 ; Stack pointer must be updated before the spills.
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp110 SmallVector<Operation *> updated; in updatePayloadOps() local
111 updated.reserve(association.size()); in updatePayloadOps()
116 updated.push_back(updatedOp); in updatePayloadOps()
122 std::swap(association, updated); in updatePayloadOps()
/llvm-project-15.0.7/lld/test/ELF/
H A Demit-relocs-icf2.s3 ## On RELA targets, r_addend may be updated for --emit-relocs.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dtranslate-constant-dag.ll32 %updated = insertvalue
66 store %dag %updated, %dag* %dst
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dswp-memrefs-epilog.ll3 ; Test that the memoperands for instructions in the epilog are updated
4 ; correctly. Previously, the pipeliner updated the offset for the memoperands
10 ; to r29+32. If the memoperands are updated incorrectly, these are swapped.
/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Difs-emits-current-version.test9 # As the tbe reader/writer is updated, update this check to ensure --emit-tbe
/llvm-project-15.0.7/clang/tools/libclang/
H A DCMakeLists.txt1 # The SOVERSION should be updated only if a change is made to the libclang
2 # ABI, and when it is updated, it should be updated to the current
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A D2003-02-27-NestedLoopExitBlocks.ll1 ; Exit blocks need to be updated for all nested loops...
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dstatic-profile.ll30 ; First we thread eq_1->check_2 to check_3. Frequencies are updated to remove
51 ; the loop latch. Frequencies are updated to remove the frequency of eq_1
/llvm-project-15.0.7/llvm/test/tools/llvm-strings/
H A Dmultiple-inputs.test3 ## updated for the second file.
/llvm-project-15.0.7/bolt/test/runtime/
H A Dplt-gnu-ld.test1 // This test checks that the pointers to PLT are properly updated.
/llvm-project-15.0.7/llvm/test/tools/llvm-split/
H A Dpersonality.ll1 ; Test that "personality" attributes are correctly updated when cloning modules.
/llvm-project-15.0.7/polly/lib/External/
H A DREADME.txt4 as normal (re)imports of these updated libraries.
/llvm-project-15.0.7/llvm/test/Other/
H A D2002-02-24-InlineBrokePHINodes.ll1 ; Inlining used to break PHI nodes. This tests that they are correctly updated

12345678910>>...12