| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | infinite-loop.mm | 24 … 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 D | solve-quadratic.ll | 49 ; 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 D | update-section.test | 8 # 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 D | asm-func-debug.test | 10 # 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 D | asm-func-debug.test | 10 # 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 D | exploded-graph-rewriter.py | 158 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 D | TestTransformStateExtension.h | 32 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 D | update.test | 10 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 D | codegenprep-addrsink.ll | 9 ; 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 D | prof-update-sample-alwaysinline.ll | 13 ; ext1 is optimized away, thus not updated. 18 ; ext is cloned and updated.
|
| H A D | prof-update-sample.ll | 14 ; ext1 is optimized away, thus not updated. 19 ; ext is cloned and updated.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | aligned-spill.ll | 27 ; 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 D | TransformInterfaces.cpp | 110 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 D | emit-relocs-icf2.s | 3 ## On RELA targets, r_addend may be updated for --emit-relocs.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | translate-constant-dag.ll | 32 %updated = insertvalue 66 store %dag %updated, %dag* %dst
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | swp-memrefs-epilog.ll | 3 ; 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 D | ifs-emits-current-version.test | 9 # As the tbe reader/writer is updated, update this check to ensure --emit-tbe
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CMakeLists.txt | 1 # 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 D | 2003-02-27-NestedLoopExitBlocks.ll | 1 ; Exit blocks need to be updated for all nested loops...
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | static-profile.ll | 30 ; 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 D | multiple-inputs.test | 3 ## updated for the second file.
|
| /llvm-project-15.0.7/bolt/test/runtime/ |
| H A D | plt-gnu-ld.test | 1 // This test checks that the pointers to PLT are properly updated.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-split/ |
| H A D | personality.ll | 1 ; Test that "personality" attributes are correctly updated when cloning modules.
|
| /llvm-project-15.0.7/polly/lib/External/ |
| H A D | README.txt | 4 as normal (re)imports of these updated libraries.
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | 2002-02-24-InlineBrokePHINodes.ll | 1 ; Inlining used to break PHI nodes. This tests that they are correctly updated
|