/llvm-project/llvm/test/Verifier/ |
H A D | reduction-intrinsics.ll | 6 ; CHECK: Intrinsic has incorrect argument type! 12 ; CHECK: Intrinsic has incorrect argument type! 20 ; CHECK: Intrinsic has incorrect argument type! 28 ; CHECK: Intrinsic has incorrect return type! 37 ; CHECK: Intrinsic has incorrect argument type! 43 ; CHECK: Intrinsic has incorrect argument type! 49 ; CHECK: Intrinsic has incorrect argument type! 55 ; CHECK: Intrinsic has incorrect argument type!
|
H A D | scatter_gather.ll | 4 ; CHECK: Intrinsic has incorrect argument type! 12 ; CHECK: Intrinsic has incorrect argument type! 20 ; CHECK: Intrinsic has incorrect return type! 28 ; CHECK: Intrinsic has incorrect argument type! 36 ; CHECK: Intrinsic has incorrect argument type! 44 ; CHECK: Intrinsic has incorrect argument type! 53 ; CHECK: Intrinsic has incorrect argument type! 62 ; CHECK: Intrinsic has incorrect argument type! 71 ; CHECK: Intrinsic has incorrect argument type! 80 ; CHECK: Intrinsic has incorrect argument type! [all …]
|
H A D | element-wise-atomic-memory-intrinsics.ll | 14 ; CHECK: incorrect alignment of the destination argument 16 ; CHECK: incorrect alignment of the destination argument 19 ; CHECK: incorrect alignment of the source argument 21 ; CHECK: incorrect alignment of the source argument 40 ; CHECK: incorrect alignment of the destination argument 42 ; CHECK: incorrect alignment of the destination argument 45 ; CHECK: incorrect alignment of the source argument 47 ; CHECK: incorrect alignment of the source argument 66 ; CHECK: incorrect alignment of the destination argument 68 ; CHECK: incorrect alignment of the destination argument
|
H A D | sat-intrinsics.ll | 4 ; CHECK: Intrinsic has incorrect argument type! 10 ; CHECK: Intrinsic has incorrect argument type! 16 ; CHECK: Intrinsic has incorrect argument type! 22 ; CHECK: Intrinsic has incorrect argument type! 28 ; CHECK: Intrinsic has incorrect return type! 34 ; CHECK: Intrinsic has incorrect return type!
|
H A D | intrinsic-arg-overloading-struct-ret.ll | 5 ; CHECK: Intrinsic has incorrect return type 13 ; CHECK: Intrinsic has incorrect return type 21 ; CHECK: Intrinsic has incorrect argument type 31 ; CHECK: Intrinsic has incorrect return type 39 ; CHECK: Intrinsic has incorrect return type 47 ; CHECK: Intrinsic has incorrect argument type 57 ; CHECK: Intrinsic has incorrect return type 65 ; CHECK: Intrinsic has incorrect return type 73 ; CHECK: Intrinsic has incorrect argument type
|
H A D | memprof-metadata-bad.ll | 1 ; Test that incorrect memprof and callsite metadata fail verification. 53 ; Errors from annotating incorrect instruction type in @wronginsttype.
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
H A D | incorrect-roundings.rst | 1 .. title:: clang-tidy - bugprone-incorrect-roundings 3 bugprone-incorrect-roundings 6 Checks the usage of patterns known to produce incorrect rounding. 14 2. It is incorrect. The number 0.499999975 (smallest representable float
|
H A D | incorrect-enable-if.rst | 1 .. title:: clang-tidy - bugprone-incorrect-enable-if 3 bugprone-incorrect-enable-if 6 Detects incorrect usages of ``std::enable_if`` that don't name the nested 17 incorrect examples that this check flags.
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ |
H A D | nsdate-formatter.m | 44 // Reproducing incorrect behavior from Radar 63 // Radar incorrect behavior 149 // Test 1 : incorrect 154 // Test 2 : incorrect 159 // Test 3 : incorrect 164 // Test 4 : incorrect 169 // Test 5 : incorrect 174 // Test 6 : incorrect 203 // Test 13 : incorrect 209 // Test 14 : incorrect [all …]
|
/llvm-project/llvm/test/Assembler/ |
H A D | invalid-vecreduce.ll | 3 ; CHECK: Intrinsic has incorrect return type! 10 ; CHECK: Intrinsic has incorrect argument type! 17 ; CHECK: Intrinsic has incorrect return type! 24 ; CHECK: Intrinsic has incorrect argument type!
|
H A D | inline-asm-constraint-error.ll | 7 ; RUN: not llvm-as < %t/incorrect-struct-elements.ll 2>&1 | FileCheck %s --check-prefix=CHECK-INCOR… 8 ; RUN: not llvm-as < %t/incorrect-arg-num.ll 2>&1 | FileCheck %s --check-prefix=CHECK-INCORRECT-ARG… 48 ;--- incorrect-struct-elements.ll 55 ;--- incorrect-arg-num.ll
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | implicit-it.s | 42 @ A single conditional instruction with IT block, but incorrect condition 47 @ THUMB-STDERR: error: incorrect condition in IT block 48 @ ARM-STDERR: error: incorrect condition in IT block 72 @ THUMB-STDERR: error: incorrect condition in IT block 73 @ ARM-STDERR: error: incorrect condition in IT block
|
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/ |
H A D | pr-incorrect-logical-instructions.test | 3 ; * Added incorrect logical instructions for: --print=lines,instructions 10 ; pr-incorrect-instructions-dwarf-clang.cpp 36 ; RUN: %p/Inputs/pr-incorrect-instructions-dwarf-clang.o 2>&1 | \ 40 ; ONE-NEXT: [000] {File} 'pr-incorrect-instructions-dwarf-clang.o' 42 ; ONE-NEXT: [001] {CompileUnit} 'pr-incorrect-instructions-dwarf-clang.cpp' 139 ; RUN: %p/Inputs/pr-incorrect-instructions-dwarf-clang.o 2>&1 | \ 143 ; TWO-NEXT: [000] {File} 'pr-incorrect-instructions-dwarf-clang.o' 145 ; TWO-NEXT: [001] {CompileUnit} 'pr-incorrect-instructions-dwarf-clang.cpp'
|
/llvm-project/lldb/test/API/api/multithreaded/ |
H A D | test_listener_event_description.cpp.template | 53 g_error_desc.append("Event description incorrect: missing 'state-changed' "); 56 g_error_desc.append("Event description incorrect: missing process pid "); 61 string errString = ("Event description incorrect: expected state "
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | attr-amdgpu-num-workgroups_error_check.ll | 52 ; ERROR: error: attribute amdgpu-max-num-workgroups has incorrect number of integers; expected 3 59 ; ERROR: error: attribute amdgpu-max-num-workgroups has incorrect number of integers; expected 3 66 ; ERROR: error: attribute amdgpu-max-num-workgroups has incorrect number of integers; expected 3
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | sve-bad-intrinsics.ll | 7 ; CHECK-ERROR: Intrinsic has incorrect return type! 13 ; CHECK-ERROR: Intrinsic has incorrect argument type!
|
/llvm-project/llvm/test/Analysis/RegionInfo/ |
H A D | outgoing_edge.ll | 5 ; case caused an incorrect region bb2 => bb3 to be detected. It is incorrect
|
/llvm-project/llvm/test/TableGen/ |
H A D | assert.td | 13 // CHECK: assertion failed: first name is incorrect 19 !strconcat("first name is incorrect: ", Rec01.name); 56 // CHECK: [[FILE]]:[[@LINE+4]]:10: error: assertion failed: magic field is incorrect: 42 60 assert !eq(magic, 13), "magic field is incorrect: " # magic;
|
/llvm-project/llvm/test/Transforms/StructurizeCFG/workarounds/ |
H A D | needs-unified-loop-exits.ll | 8 ; incorrect when multiple nested loops are involved. 19 ; the incorrect traversal, B1 dominates all the blocks in the 95 ; The function below has three nested loops. Due to the incorrect 99 define void @incorrect-backedge(i1 %PredH2, i1 %PredH3, i1 %PredL2, i1 %PredL13, i1 %PredL1) 100 ; CHECK-LABEL: @incorrect-backedge(
|
/llvm-project/llvm/test/Transforms/MergeFunc/ |
H A D | debuginfo-iterators.ll | 15 ;; inline f3 into that thunk, which would assert if the thunk had the incorrect 31 ;; if the thunk had the incorrect debug info format.
|
/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/ |
H A D | 2011-11-15-multiexit.ll | 4 ; loop-invariant gep computed in the preheader. This was incorrect 7 ; exit would be taken and the loop invariant value would be incorrect.
|
/llvm-project/llvm/test/CodeGen/Hexagon/ |
H A D | branch-folder-hoist-kills.mir | 7 # This could cause if-converter to generate incorrect code. 11 # then created code, where the first predicated instruction has incorrect
|
H A D | swp-reuse-phi-5.ll | 5 ; incorrect phi generated by the pipeliner. In this case, there is a 8 ; definition is processed before the use, so an incorrect value was
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | dbg-value-superreg-copy.mir | 50 # This test case was created as a reproducer for a bug when we got incorrect 58 # The above is incorrect since the DBG_VALUE in the input is refering to the
|
/llvm-project/llvm/test/CodeGen/Thumb2/ |
H A D | vmovdrroffset.ll | 4 ; This test was getting the offset of a store's pointer info incorrect, leading to the 5 ; incorrect aliasing info an the store moving past a dependant load.
|