| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | illegal-sgpr-to-vgpr-copy.ll | 4 ; ERR: error: <unknown>:0:0: in function illegal_vgpr_to_sgpr_copy_i32 void (): illegal SGPR to VGP… 5 ; GCN: ; illegal copy v1 to s9 13 ; ERR: error: <unknown>:0:0: in function illegal_vgpr_to_sgpr_copy_v2i32 void (): illegal SGPR to V… 14 ; GCN: ; illegal copy v[0:1] to s[10:11] 21 ; ERR: error: <unknown>:0:0: in function illegal_vgpr_to_sgpr_copy_v4i32 void (): illegal SGPR to V… 22 ; GCN: ; illegal copy v[0:3] to s[8:11] 30 ; GCN: ; illegal copy v[0:7] to s[8:15] 38 ; GCN: ; illegal copy v[0:15] to s[16:31] 45 ; ERR: error: <unknown>:0:0: in function illegal_agpr_to_sgpr_copy_i32 void (): illegal SGPR to VGP… 47 ; GCN: ; illegal copy [[COPY1]] to s9 [all …]
|
| H A D | lo16-hi16-illegal-copy.mir | 9 # GCN: ; illegal copy v0.l to s1.l 10 # ERR: error: <unknown>:0:0: in function lo_to_lo_illegal_vgpr_to_sgpr void (): illegal SGPR to VGP… 21 # GFX8: ; illegal copy s0.l to v1.h 34 # GCN: ; illegal copy a0.l to s1.l 35 # ERR: error: <unknown>:0:0: in function lo_to_lo_illegal_agpr_to_sgpr void (): illegal SGPR to VGP… 46 # GCN: ; illegal copy v0.h to a1.l
|
| /llvm-project-15.0.7/mlir/test/Dialect/Quant/ |
| H A D | parse-any-invalid.mlir | 19 // Unrecognized storage type: illegal prefix 20 // expected-error@+1 {{illegal storage type prefix}} 25 // expected-error@+1 {{illegal storage type prefix}} 30 // expected-error@+1 {{illegal storage type size: 33}} 35 // expected-error@+1 {{illegal storage type size: 1024}} 45 // expected-error@+1 {{illegal storage min and storage max: (2:1)}} 50 // expected-error@+1 {{illegal storage min and storage max: (1:1)}} 55 // expected-error@+1 {{illegal storage type maximum: 9}} 60 // expected-error@+1 {{illegal storage type minimum: -9}}
|
| H A D | parse-uniform-invalid.mlir | 9 // Unrecognized token: illegal token 39 // Unrecognized storage type: illegal prefix 40 // expected-error@+1 {{illegal storage type prefix}} 45 // expected-error@+1 {{illegal storage type prefix}} 50 // expected-error@+1 {{illegal storage type size: 33}} 55 // expected-error@+1 {{illegal storage type prefix}} 65 // expected-error@+1 {{illegal storage min and storage max: (2:1)}} 70 // expected-error@+1 {{illegal storage min and storage max: (1:1)}} 75 // expected-error@+1 {{illegal storage type maximum: 9}} 80 // expected-error@+1 {{illegal storage type minimum: -9}} [all …]
|
| H A D | parse-calibrated-invalid.mlir | 22 // expected-error@+1 {{illegal min and max: (1.000000e+00:-1.000000e+00)}} 27 // expected-error@+1 {{illegal min and max: (1.000000e+00:1.000000e+00)}}
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | x86-directive-nops-errors.s | 5 # X86: :[[@LINE-1]]:1: error: illegal NOP size 3. 7 # X86: :[[@LINE-1]]:1: error: illegal NOP size 4. 9 # X86: :[[@LINE-1]]:1: error: illegal NOP size 5. 11 # X86: :[[@LINE-1]]:1: error: illegal NOP size 15. 12 # X64: :[[@LINE-2]]:1: error: illegal NOP size 15.
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_copy_physregs_x86.mir | 34 ; CHECK: *** Bad machine code: Copy Instruction is illegal with mismatching sizes *** 37 ; CHECK: *** Bad machine code: Copy Instruction is illegal with mismatching sizes *** 40 ; CHECK: *** Bad machine code: Copy Instruction is illegal with mismatching sizes *** 46 ; CHECK: *** Bad machine code: Copy Instruction is illegal with mismatching sizes *** 49 ; CHECK: *** Bad machine code: Copy Instruction is illegal with mismatching sizes *** 52 ; CHECK: *** Bad machine code: Copy Instruction is illegal with mismatching sizes ***
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | boxing-illegal.m | 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}} 38 …id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expressi… 40 …id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expressio… 67 s = @(u"abc"); // expected-error {{illegal type 'unsigned short *' used in a boxed expression}} 68 s = @(U"abc"); // expected-error {{illegal type 'unsigned int *' used in a boxed expression}} 69 s = @(L"abc"); // expected-error-re {{illegal type {{.*}} used in a boxed expression}} 70 s = @("\pabc"); // expected-error {{illegal type 'unsigned char *' used in a boxed expression}}
|
| H A D | continuation-class-err.m | 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in class exte… 34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in class extension '… 35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in class extension '…
|
| H A D | objc-container-subscripting.m | 23 …oldObject = array[10]++; // expected-error {{illegal operation on Objective-C container subscripti… 24 …oldObject = array[10]--; // expected-error {{illegal operation on Objective-C container subscripti… 25 …oldObject = --array[10]; // expected-error {{illegal operation on Objective-C container subscripti…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | sve-widen-scalable-vectortype.ll | 12 define <vscale x 1 x i32> @widen_1i32(<vscale x 1 x i32> %illegal) nounwind { 13 ret <vscale x 1 x i32> %illegal 16 define <vscale x 1 x double> @widen_1f64(<vscale x 1 x double> %illegal) nounwind { 17 ret <vscale x 1 x double> %illegal
|
| H A D | sve-breakdown-scalable-vectortype.ll | 38 ret <vscale x 32 x i8> %illegal 66 ret <vscale x 16 x i16> %illegal 94 ret <vscale x 8 x i32> %illegal 122 ret <vscale x 4 x i64> %illegal 150 ret <vscale x 16 x half> %illegal 242 ret <vscale x 48 x i8> %illegal 274 ret <vscale x 24 x i16> %illegal 306 ret <vscale x 12 x i32> %illegal 338 ret <vscale x 6 x i64> %illegal 474 ret <vscale x 64 x i8> %illegal [all …]
|
| H A D | sve-extract-fixed-from-scalable-vector.ll | 3 ; Extracting a fixed-length vector from an illegal subvector 5 ; CHECK-ERROR: ERROR: Extracting a fixed-length vector from an illegal scalable vector is not yet s…
|
| H A D | machine-outliner-mapping-stats.mir | 7 # terminate the string with a single illegal character. Debug instructions are 10 # CHECK: 1 machine-outliner - Number of illegal instrs in unsigned vector
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | cl20-device-side-enqueue.cl | 28 …enqueue_kernel(vptr, flags, ndrange, ^(void) { // expected-error{{illegal call to 'enqueue_kernel'… 32 …enqueue_kernel(default_queue, vptr, ndrange, ^(void) { // expected-error{{illegal call to 'enqueue… 36 …enqueue_kernel(default_queue, flags, vptr, ^(void) { // expected-error{{illegal call to 'enqueue_k… 40 …enqueue_kernel(default_queue, flags, ndrange, vptr); // expected-error{{illegal call to 'enqueue_k… 59 …enqueue_kernel(default_queue, flags, ndrange, 1, vptr, &evt, ^(void) // expected-error{{illegal ca… 69 …ue, flags, ndrange, 1, &event_wait_list, &evt, vptr); // expected-error{{illegal call to 'enqueue_… 136 …ze); // expected-error{{illegal call to enqueue_kernel, parameter needs to be specified as integer… 142 …illegal_mem_size, 1024); // expected-error{{illegal call to enqueue_kernel, parameter needs to be … 164 …lt_queue, flags, ndrange, 1, &event_wait_list, &evt); // expected-error{{illegal call to enqueue_k… 166 …enqueue_kernel(default_queue, flags, ndrange, 1, 1); // expected-error{{illegal call to enqueue_ke… [all …]
|
| H A D | invalid-kernel-parameters.cl | 62 size_ty s; // expected-note{{field of illegal type 'size_ty' (aka 'unsigned int') declared here}} 67 size_t s; // expected-note{{field of illegal type 'size_t' (aka 'unsigned int') declared here}} 83 bool x; // expected-note{{field of illegal type 'bool' declared here}} 95 …image2d_t imageField; // expected-note{{field of illegal type '__read_only image2d_t' declared her… 102 …int* ptrField; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int *' de… 109 …int* ptrField; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int *' de… 119 …int* ptrField; // expected-note-re 3 {{field of illegal pointer type '__{{private|generic}} int *'… 133 …int* innerPtrField; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int … 147 bool boolField; // expected-note 2 {{field of illegal type 'bool' declared here}} 160 bool boolField; // expected-note{{field of illegal type 'bool' declared here}} [all …]
|
| /llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/ |
| H A D | spirv-types-to-llvm-invalid.mlir | 3 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}} 10 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}} 17 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
|
| /llvm-project-15.0.7/llvm/test/SafepointIRVerifier/ |
| H A D | constant-bases.ll | 4 ; CHECK: No illegal uses found by SafepointIRVerifier in: test1 11 ; CHECK: No illegal uses found by SafepointIRVerifier in: test2 19 ; CHECK: No illegal uses found by SafepointIRVerifier in: test3 28 ; CHECK: No illegal uses found by SafepointIRVerifier in: test4 44 ; CHECK: No illegal uses found by SafepointIRVerifier in: test5
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | boxing-illegal-types.mm | 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}} 38 …id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expressi… 40 …id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expressio…
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | fp-intrinsics.ll | 36 ; Test an illegal value for the rounding mode argument. 47 ; Test an illegal value for the exception behavior argument. 58 ; Test an illegal value for the rounding mode argument. 69 ; Test an illegal value for the exception behavior argument.
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | thinlto_weak_resolution.ll | 45 ; in non-prevailing module (illegal to have an available_externally alias). 51 ; non-prevailing module (illegal to have an available_externally alias). 57 ; not optimized in non-prevailing module (illegal to have an 67 ; not optimized in non-prevailing module (illegal to have an
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | legalizedag_vec.ll | 4 ; Test case for r63760 where we generate a legalization assert that an illegal 6 ; v2i64 is a legal type but with mmx disabled, i64 is an illegal type. When
|
| H A D | fold-vector-sext-crash.ll | 4 ; Make sure that we don't introduce illegal build_vector dag nodes 7 ; due to an illegal build_vector of type MVT::v4i64.
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DialectConversion.md | 5 illegal operations to those supported by a provided conversion target, via a set 25 explicitly marked as "illegal" to remain unconverted. This allows for 74 Operations marked as "illegal" must always be converted for the 76 marking specific operations as illegal in an otherwise legal dialect. 112 // Marking an operation as illegal. 114 /// All operations within the GPU dialect are illegal. 117 /// Mark `cf.br` and `cf.cond_br` as illegal. 133 otherwise be considered "illegal". An operation can be marked via 342 /// converting an illegal block argument type, to a legal type. 350 /// converting a legal type to an illegal source type. This is used when [all …]
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | test-legalize-target-materialization-no-uses.mlir | 4 // - type_changer ops are illegal; 11 // (illegal) i16 that became i64. This dummy operation should be replaced by
|