| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | transform-ops-invalid.mlir | 5 // expected-error@below {{expects iterator_interchange to be a permutation, found [1, 1]}} 13 // expected-error@below {{expects padding_dimensions to contain positive integers, found [1, -7]}} 21 // expected-error@below {{expects pack_paddings to contain booleans (0/1), found [1, 7]}} 29 // expected-error@below {{expects hoist_paddings to contain positive integers, found [1, -7]}} 37 // expected-error@below {{expects transpose_paddings to be a permutation, found [1, 1]}}
|
| /llvm-project-15.0.7/mlir/test/Dialect/Transform/ |
| H A D | ops-invalid.mlir | 3 // expected-error @below {{expects the entry block to have one argument of type '!pdl.operation'}} 12 // expected-error @below {{expects the root operation to be provided for a nested op}} 29 // expected-error @below {{expects the types of the terminator operands to match the types of the r… 41 // expected-error @below {{expects the root operation to be provided for a nested op}} 49 // expected-error @below {{expects only one non-pattern op in its body}} 64 // expected-error @below {{expects only pattern and top-level transform ops in its body}} 84 // expected-error @below {{expects at least one region}} 89 // expected-error @below {{expects a single-block region}} 161 // expected-error @below {{expects at least one region}} 169 …// expected-error @below {{expects terminator operands to have the same type as results of the ope… [all …]
|
| /llvm-project-15.0.7/clang/test/SemaOpenCLCXX/ |
| H A D | address-space-lambda.clcpp | 16 …n not viable: 'this' object is in address space '__constant', but method expects object in address… 35 …on not viable: 'this' object is in address space '__private', but method expects object in address… 43 …n not viable: 'this' object is in address space '__constant', but method expects object in address… 50 …n not viable: 'this' object is in address space '__constant', but method expects object in address… 61 …nction not viable: 'this' object is in default address space, but method expects object in address… 62 …nction not viable: 'this' object is in default address space, but method expects object in address… 64 …nction not viable: 'this' object is in default address space, but method expects object in address…
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | load-store-invalid.mlir | 4 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 11 // expected-error@+1 {{op expects as many subscripts as affine map inputs}} 19 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 26 // expected-error@+1 {{op expects as many subscripts as affine map inputs}} 35 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 43 // expected-error@+1 {{op expects as many subscripts as affine map inputs}} 51 // expected-error@+1 {{expects the number of subscripts to be equal to memref rank}} 58 // expected-error@+1 {{op expects as many subscripts as affine map inputs}}
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | tli-nobuiltin.ll | 4 ; Regular run: expects fprintf to be turned into fwrite 9 ; Freestanding run: expects fprintf to NOT be turned into fwrite 17 ; Regular run: expects fprintf to be turned into fwrite 22 ; Freestanding run: expects fprintf to NOT be turned into fwrite
|
| /llvm-project-15.0.7/mlir/test/Dialect/SCF/ |
| H A D | invalid.mlir | 51 // expected-error@+1 {{expects region #0 to have 0 or 1 blocks}} 95 // expected-error@+1 {{expects region #0 to have 0 or 1 blocks}} 175 // expected-error@+1 {{expects number of results: 0 to be the same as number of reductions: 1}} 190 // expected-error@+2 {{expects number of results: 1 to be the same as number of reductions: 0}} 230 // expected-error@+1 {{expects parent op 'scf.parallel'}} 258 // expected-error@+1 {{expects two arguments to reduce block of type 'f32'}} 273 // expected-error@+1 {{expects two arguments to reduce block of type 'f32'}} 318 // expected-error@+1 {{expects parent op 'scf.reduce'}} 389 // expected-error@+2 {{expects different type than prior uses: 'i32' vs 'f32'}} 452 // expected-error@+1 {{expects the 'before' region to terminate with 'scf.condition'}} [all …]
|
| /llvm-project-15.0.7/llvm/examples/Bye/ |
| H A D | CMakeLists.txt | 5 # The plugin expects to not link against the Support and Core libraries, 6 # but expects them to exist in the process loading the plugin. This doesn't
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lipo/ |
| H A D | thin-macho-binary.test | 4 # NO_OUTPUT: error: thin expects a single output file 7 # MULTIPLE_INPUT_OBJ: thin expects a single input file
|
| H A D | replace-invalid-input.test | 6 # MISSING_ARG: error: replace is missing an argument: expects -replace arch_type file_name 9 # OUTPUT_FILE: error: replace expects a single output file to be specified 12 # INPUT_ARGS: error: replace expects a single input file
|
| H A D | archs-macho-binary.test | 8 # MULTIPLE_INPUT_OBJ: archs expects a single input file
|
| H A D | create-invalid-input.test | 5 # NO_OUTPUT: error: create expects a single output file to be specified
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_g_sext_inreg.mir | 29 ; CHECK: *** Bad machine code: G_SEXT_INREG expects an immediate operand #2 *** 33 ; CHECK: *** Bad machine code: G_SEXT_INREG expects an immediate operand #2 ***
|
| H A D | test_g_assert_sext.mir | 12 ; CHECK: *** Bad machine code: G_ASSERT_SEXT expects an immediate operand #2 *** 16 ; CHECK: *** Bad machine code: G_ASSERT_SEXT expects an immediate operand #2 ***
|
| H A D | test_g_assert_zext.mir | 12 ; CHECK: *** Bad machine code: G_ASSERT_ZEXT expects an immediate operand #2 *** 16 ; CHECK: *** Bad machine code: G_ASSERT_ZEXT expects an immediate operand #2 ***
|
| /llvm-project-15.0.7/llvm/unittests/Passes/ |
| H A D | CMakeLists.txt | 10 # The plugin expects to not link against the Support and Core libraries, 11 # but expects them to exist in the process loading the plugin. This doesn't
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | invalid-func-op.mlir | 104 // expected-error@+1 {{expects argument attribute dictionary to be a DictionaryAttr, but got `10 : … 114 // expected-error@+1 {{expects result attribute dictionary to be a DictionaryAttr, but got `10 : i6…
|
| H A D | invalid-module-op.mlir | 6 // expected-error@+1 {{'builtin.module' op expects region #0 to have 0 or 1 blocks}}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | inline-asm-bad-constraint-n.ll | 5 ; CHECK: error: constraint 'n' expects an integer constant expression
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/ |
| H A D | subreg-on-physreg.mir | 10 ; CHECK: [[@LINE+1]]:19: subregister index expects a virtual register
|
| H A D | register-operand-class-invalid0.mir | 11 ; CHECK: [[@LINE+1]]:10: register class specification expects a virtual register
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | default-macho.test | 7 Ensure that we generate a BSD style archive for MachO by default. ld64 expects
|
| H A D | default-elf.test | 8 expects that it will be in GNU format.
|
| H A D | default-coff.test | 8 expects that it will be in GNU format. The lib format on Windows is compatible
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | tli-nobuiltin.ll | 4 ; Regular run: expects fprintf to be turned into fwrite 9 ; Freestanding run: expects fprintf to NOT be turned into fwrite
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/utils/unittest/UnitTestMain/ |
| H A D | BUILD.gn | 11 # Nothing depends on this target, but llvm-config expects it to exist when
|