Home
last modified time | relevance | path

Searched refs:incorrect (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/llvm-project/llvm/test/Verifier/
H A Dreduction-intrinsics.ll6 ; 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 Dscatter_gather.ll4 ; 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 Delement-wise-atomic-memory-intrinsics.ll14 ; 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 Dsat-intrinsics.ll4 ; 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 Dintrinsic-arg-overloading-struct-ret.ll5 ; 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 Dmemprof-metadata-bad.ll1 ; 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 Dincorrect-roundings.rst1 .. 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 Dincorrect-enable-if.rst1 .. 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 Dnsdate-formatter.m44 // 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 Dinvalid-vecreduce.ll3 ; 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 Dinline-asm-constraint-error.ll7 ; 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 Dimplicit-it.s42 @ 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 Dpr-incorrect-logical-instructions.test3 ; * 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 Dtest_listener_event_description.cpp.template53 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 Dattr-amdgpu-num-workgroups_error_check.ll52 ; 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 Dsve-bad-intrinsics.ll7 ; CHECK-ERROR: Intrinsic has incorrect return type!
13 ; CHECK-ERROR: Intrinsic has incorrect argument type!
/llvm-project/llvm/test/Analysis/RegionInfo/
H A Doutgoing_edge.ll5 ; case caused an incorrect region bb2 => bb3 to be detected. It is incorrect
/llvm-project/llvm/test/TableGen/
H A Dassert.td13 // 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 Dneeds-unified-loop-exits.ll8 ; 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 Ddebuginfo-iterators.ll15 ;; 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 D2011-11-15-multiexit.ll4 ; 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 Dbranch-folder-hoist-kills.mir7 # This could cause if-converter to generate incorrect code.
11 # then created code, where the first predicated instruction has incorrect
H A Dswp-reuse-phi-5.ll5 ; 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 Ddbg-value-superreg-copy.mir50 # 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 Dvmovdrroffset.ll4 ; 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.

12345678910>>...17