| /llvm-project-15.0.7/llvm/test/Transforms/CorrelatedValuePropagation/ |
| H A D | profmd.ll | 12 br i1 %cmp, label %negative, label %out 14 negative: 15 ; CHECK: negative: 30 …p = phi i32 [ 1, %entry ], [ -1, %negative ], [ -1, %negative ], [ -1, %negative ], [ -1, %negativ… 34 %q = phi i32 [ 0, %negative ], [ 0, %negative ] 101 br i1 %cmp, label %negative, label %out 103 negative: 104 ; CHECK: negative: 114 …p = phi i32 [ 1, %entry ], [ -1, %negative ], [ -1, %negative ], [ -1, %negative ], [ -1, %negativ…
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | directive_rept-diagnostics.s | 24 .global negative 25 .type negative,@object 26 negative: label 29 # CHECK: error: Count is negative
|
| H A D | directive_fill.s | 50 # OBJ-ERRS: '.fill' directive with negative repeat count has no effect 54 # CHECK-WARNINGS: '.fill' directive with negative size has no effect 70 # OBJ-ERRS: '.fill' directive with negative repeat count has no effect
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | 2011-11-23-MaskedBitsCrash.ll | 4 ; The mul can be proved to always overflow (turning a negative value 7 ; be assumed to have a negative value (since if not it has an undefined 8 ; value, which can be taken to be negative). We were reporting the mul 9 ; as being both positive and negative, firing an assertion!
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_printf.cpp | 43 bool negative, bool uppercase) { in AppendNumber() argument 46 RAW_CHECK(base == 10 || !negative); in AppendNumber() 47 RAW_CHECK(absolute_value || !negative); in AppendNumber() 50 if (negative && minimal_num_length) in AppendNumber() 52 if (negative && pad_with_zero) in AppendNumber() 73 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); in AppendNumber() 91 bool negative = (num < 0); in AppendSignedDecimal() local 92 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10, in AppendSignedDecimal() 93 minimal_num_length, pad_with_zero, negative, in AppendSignedDecimal()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | safe-abs.ll | 19 br i1 %is_positive, label %end, label %negative 21 negative: ; preds = %begin 27 end: ; preds = %negative, %begin 28 %tmp6 = phi i32 [ %arg, %begin ], [ %abs, %negative ]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-mul-05.ll | 1 ; Test vector negative multiply-and-add on z14. 8 ; Test a v2f64 negative multiply-and-add. 21 ; Test a v2f64 negative multiply-and-subtract. 35 ; Test a v4f32 negative multiply-and-add. 48 ; Test a v4f32 negative multiply-and-subtract.
|
| H A D | vec-strict-mul-05.ll | 1 ; Test vector negative multiply-and-add on z14. 8 ; Test a v2f64 negative multiply-and-add. 24 ; Test a v2f64 negative multiply-and-subtract. 41 ; Test a v4f32 negative multiply-and-add. 57 ; Test a v4f32 negative multiply-and-subtract.
|
| H A D | int-neg-02.ll | 1 ; Test negative integer absolute. 5 ; Test i32->i32 negative absolute using slt. 17 ; Test i32->i32 negative absolute using sle. 29 ; Test i32->i32 negative absolute using sgt. 41 ; Test i32->i32 negative absolute using sge. 53 ; Test i32->i64 negative absolute. 66 ; Test i32->i64 negative absolute that uses an "in-register" form of 81 ; Test i64 negative absolute.
|
| H A D | and-06.ll | 6 ; Zero extension to 32 bits, negative constant. 19 ; Zero extension to 64 bits, negative constant. 58 ; Sign extension to 32 bits, negative constant. 71 ; Sign extension to 64 bits, negative constant.
|
| H A D | or-06.ll | 6 ; Zero extension to 32 bits, negative constant. 19 ; Zero extension to 64 bits, negative constant. 58 ; Sign extension to 32 bits, negative constant. 71 ; Sign extension to 64 bits, negative constant.
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | label-arithmetic-diags-elf.s | 26 negative: label 27 add w0, w1, #(end - negative) 32 cmp w0, #(end - negative)
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | known-signbit-shift.ll | 4 ; Result of left shifting a non-negative integer 5 ; with nsw flag should also be non-negative 17 ; Result of left shifting a negative integer with 18 ; nsw flag should also be negative
|
| H A D | sdiv-of-non-negative-by-negative-power-of-two.ll | 8 ; iff x is known non-negative. 32 %x_is_nonnegative = icmp sge i8 %x, -1 ; could be negative 46 %div = sdiv i8 %x, -31 ; not a negative power of two
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/ |
| H A D | nosync.ll | 50 ; negative case - explicit sync 61 ; negative case - explicit sync 72 ; negative case - explicit sync 83 ; negative case - explicit sync 127 ; negative, should not deduce nosync 161 ; negative, should not deduce nosync 173 ; negative volatile, relaxed atomic 195 ; negative, should not deduce nosync 260 ; negative, inline assembly. 272 ; negative. Convergent [all …]
|
| H A D | nofree-attributor.ll | 22 ; TEST 2 (negative case) 36 ; TEST 3 (negative case) 97 ; C++ delete operation (negative case) 117 ; TEST 6 (negative case) 142 ; TEST 8 (negative case) 157 ; TEST 9 (negative case)
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 289 bool negative() const { return CapExpr.getInt(); } in negative() function 296 return (negative() == other.negative()) && in equals() 301 return (negative() == other.negative()) && in matches() 310 return (negative() == other.negative()) && in partiallyMatches() 315 if (negative() || sexpr() == nullptr) in valueDecl() 325 if (negative()) in toString()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats_timing.cpp | 109 bool negative = false; in formatSI() local 111 negative = true; in formatSI() 119 << std::right << (negative ? -interval : interval) << std::setw(2) in formatSI()
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2000-12-06-EncodingIdea.txt | 10 have it operate on two negative offsets based on the current register 20 they correspond to expressions like (x+y*z+p*q/ ...), so the negative 23 the negative sign is reduntant, so you would be storing small integers
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | overdefined-ext.ll | 24 ; negative test. SCCP operates poorly with vector ranges 37 ; negative test. SCCP operates poorly with vector ranges 52 ; negative test: %t2 can be replaced by %t1, but SCCP operates by ranges only 75 ; negative test. SCCP operates poorly with vector ranges 88 ; negative test. SCCP operates poorly with vector ranges
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | cond-default.td | 7 string s = !cond(!lt(x,0) : "negative", !gt(x,0) : "positive"); 11 //CHECK: error: Zero does not have any true condition in:!cond(0: "negative", 0: "positive")
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | cfi-offset.ll | 2 ; Check that all the offsets in the .cfi_offset instructions are negative. 4 ; allocframe. Since the stack grows towards negative addresses, anything 5 ; in the current stack frame will have a negative offset with respect to
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | posix-return.rst | 7 (except ``posix_openpt``) expect negative return values. These functions return 16 This will never happen as the return value is always non-negative. A simple fix could be:
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | section-reloc-with-addend.s | 2 # plus a negative reloc. BOLT handles such cases specially, but while doing so, 3 # it was failing to sign extend a negative result for the relocation (encoded
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/ |
| H A D | stackloadstore.ll | 3 ; Test that negative array access don't crash constant synthesis when fast isel 4 ; generates negative offsets.
|