Lines Matching refs:matched
6 // Nothing should be matched in this first block.
7 // CHECK-NOT:matched: {{.*}} = memref.alloc{{.*}}
8 // CHECK-NOT:matched: {{.*}} = arith.constant 0{{.*}}
9 // CHECK-NOT:matched: {{.*}} = arith.constant 1{{.*}}
16 // CHECK:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 2, 32
18 // CHECK:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 3, 7, 2, 1
20 // CHECK-NOT:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 3, 7, 1{{.*}}
22 // TEST-3x4x5x8:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 3, 2, 1, 4
24 // TEST-3x4x4x8-NOT:matched: {{.*}} arith.constant dense{{.*}} with shape ratio{{.*}}
26 // TEST-3x4x4x8:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 1, 2, 16
29 // Nothing should be matched in this last block.
30 // CHECK-NOT:matched: {{.*}} = arith.constant 7{{.*}}
31 // CHECK-NOT:matched: {{.*}} = arith.constant 42{{.*}}
32 // CHECK-NOT:matched: {{.*}} = memref.load{{.*}}
33 // CHECK-NOT:matched: return {{.*}}