| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | exact_iter_count.ll | 3 ; One side exit dominating the latch, exact backedge taken count is known. 14 %side.cond = icmp slt i32 %iv, 50 15 br i1 %side.cond, label %backedge, label %side.exit 25 side.exit: 48 %side.cond = icmp slt i32 %iv, 50 49 br i1 %side.cond, label %backedge, label %side.exit 59 side.exit:
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | assert-side-effect.rst | 1 .. title:: clang-tidy - bugprone-assert-side-effect 3 bugprone-assert-side-effect 6 Finds ``assert()`` with side effect. 9 condition with side effect can cause different behavior in debug / release 22 side effects. Disabled by default because it can increase the number of false 28 considered as not having side-effects. Regular expressions are accepted,
|
| H A D | macro-repeated-side-effects.rst | 1 .. title:: clang-tidy - bugprone-macro-repeated-side-effects 3 bugprone-macro-repeated-side-effects 7 Checks for repeated argument with side effects in macros.
|
| H A D | suspicious-enum-usage.rst | 26 2. Investigating the right hand side of `+=` and `|=` operator. 27 3. Check only the enum value side of a `|` and `+` operator if one of them is not 29 4. Check both side of `|` or `+` operator where the enum values are from the
|
| H A D | suspicious-missing-comma.rst | 6 String literals placed side-by-side are concatenated at translation phase 6
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/list/list.ops/ |
| H A D | sort.pass.cpp | 27 int side; member 28 Payload(int v) : val(v), side(0) {} in Payload() 29 Payload(int v, int s) : val(v), side(s) {} in Payload() 44 v[i].side = i; in test_stable() 60 assert(it->side < next->side); in test_stable()
|
| H A D | sort_comp.pass.cpp | 45 int side; member 46 Payload(int v) : val(v), side(0) {} in Payload() 47 Payload(int v, int s) : val(v), side(s) {} in Payload() 63 v[i].side = i; in test_stable() 79 assert(it->side < next->side); in test_stable()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| H A D | sort.pass.cpp | 45 int side; member 46 Payload(int v) : val(v), side(0) {} in Payload() 47 Payload(int v, int s) : val(v), side(s) {} in Payload() 62 v[i].side = i; in test_stable() 78 assert(it->side < next->side); in test_stable()
|
| H A D | sort_pred.pass.cpp | 29 int side; member 30 Payload(int v) : val(v), side(0) {} in Payload() 31 Payload(int v, int s) : val(v), side(s) {} in Payload() 47 v[i].side = i; in test_stable() 63 assert(it->side < next->side); in test_stable()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | assert-side-effect.m | 1 // RUN: %check_clang_tidy %s bugprone-assert-side-effect %t 45 …ESSAGES: :[[@LINE-1]]:3: warning: side effect in NSAssert() condition discarded in release builds … 52 …SSAGES: :[[@LINE-1]]:3: warning: side effect in NSCAssert() condition discarded in release builds …
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | outer_phi.ll | 75 side.exit: 145 side.exit: 215 side.exit: 298 side.exit: 393 side.exit: 457 side.exit: 520 side.exit: 582 side.exit: 644 side.exit: 706 side.exit: [all …]
|
| /llvm-project-15.0.7/openmp/docs/remarks/ |
| H A D | OMP160.rst | 3 Removing parallel region with no side-effects. [OMP160] 7 was not found to have any side-effects. This can occur if the region does not 17 side-effects. This can occur if the parallel region only reads memory or is 33 …omp160.cpp:4:1: remark: Removing parallel region with no side-effects. [OMP160] [-Rpass=openmp-opt] 36 …delete.cpp:2:1: remark: Removing parallel region with no side-effects. [OMP160] [-Rpass=openmp-opt]
|
| H A D | OMP121.rst | 3 Value has potential side effects preventing SPMD-mode execution. Add `__attribute__((assume(\"ompx_… 6 This analysis remarks indicates that a potential side-effect that cannot be 44 omp121.cpp:8:13: remark: Value has potential side effects preventing SPMD-mode
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | targetLoweringGeneric.ll | 10 ; If all of the demanded bits on one side are known, and all of the set 11 ; bits on that side are also known to be set on the other side, turn this
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | fast-isel-pr47040.ll | 6 ; considered to have an unset base. When the left hand side of an add 7 ; set the Address to have a FrameIndex base of 0, the right side would
|
| /llvm-project-15.0.7/polly/test/IstAstInfo/ |
| H A D | domain_bounded_only_with_context.ll | 28 br i1 %br.cmp, label %side, label %preheader 41 side:
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/ |
| H A D | PT_TLS-overlap-PT_LOAD.yaml | 1 # Overlapping PT_LOAD and PT_TLS segments should be able to exist side by side.
|
| H A D | PT_LOAD-overlap-PT_TLS.yaml | 1 # Overlapping PT_LOAD and PT_TLS segments should be able to exist side by side.
|
| /llvm-project-15.0.7/llvm/test/Transforms/NaryReassociate/ |
| H A D | nary-smin.ll | 7 ; m1 = smin(a,b) ; has side uses 27 ; m1 = smin(a,b) ; has side uses 62 ; m1 = smin(a,b) ; has side uses 82 ; m1 = smin_or_eq(a,b) ; has side uses 102 ; m1 = smin(a,b) ; has side uses 125 ; m1 = smin(a,b) ; has side uses
|
| H A D | nary-smax.ll | 7 ; m1 = smax(a,b) ; has side uses 27 ; m1 = smax(a,b) ; has side uses 62 ; m1 = smax(a,b) ; has side uses 82 ; m1 = smax_or_eq(a,b) ; has side uses 102 ; m1 = smax(a,b) ; has side uses 125 ; m1 = smax(a,b) ; has side uses
|
| H A D | nary-umax.ll | 7 ; m1 = umax(a,b) ; has side uses 27 ; m1 = umax(a,b) ; has side uses 62 ; m1 = umax(a,b) ; has side uses 82 ; m1 = umax_or_eq(a,b) ; has side uses 102 ; m1 = umax(a,b) ; has side uses 125 ; m1 = umax(a,b) ; has side uses
|
| H A D | nary-umin.ll | 7 ; m1 = umin(a,b) ; has side uses 27 ; m1 = umin(a,b) ; has side uses 62 ; m1 = umin(a,b) ; has side uses 82 ; m1 = umin_or_eq(a,b) ; has side uses 102 ; m1 = umin(a,b) ; has side uses 125 ; m1 = umin(a,b) ; has side uses
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unused.m | 24 …// expected-warning {{property access result unused - getters should not be used for side effects}} 117 …// expected-warning {{property access result unused - getters should not be used for side effects}} 118 …// expected-warning {{property access result unused - getters should not be used for side effects}}
|
| H A D | objc-container-subscripting-2.m | 25 …-warning {{container access result unused - container access should not be used for side effects}} 28 …d-warning {{container access result unused - container access should not be used for side effects}}
|
| /llvm-project-15.0.7/mlir/ |
| H A D | .clang-tidy | 4 bugprone-assert-side-effect, 10 bugprone-macro-repeated-side-effects,
|