Lines Matching refs:constant
8 // CHECK-NOT:matched: {{.*}} = arith.constant 0{{.*}}
9 // CHECK-NOT:matched: {{.*}} = arith.constant 1{{.*}}
13 %c0 = arith.constant 0 : index
14 %cst = arith.constant 1.000000e+00 : f32
16 // CHECK:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 2, 32
17 %cst_1 = arith.constant dense<1.000000e+00> : vector<8x256xf32>
18 // CHECK:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 3, 7, 2, 1
19 %cst_a = arith.constant dense<1.000000e+00> : vector<1x3x7x8x8xf32>
20 // CHECK-NOT:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 3, 7, 1{{.*}}
21 %cst_b = arith.constant dense<1.000000e+00> : vector<1x3x7x4x4xf32>
22 // TEST-3x4x5x8:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 3, 2, 1, 4
23 %cst_c = arith.constant dense<1.000000e+00> : vector<3x4x5x8xf32>
24 // TEST-3x4x4x8-NOT:matched: {{.*}} arith.constant dense{{.*}} with shape ratio{{.*}}
25 %cst_d = arith.constant dense<1.000000e+00> : vector<3x4x4x8xf32>
26 // TEST-3x4x4x8:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 1, 2, 16
27 %cst_e = arith.constant dense<1.000000e+00> : vector<1x2x10x32xf32>
30 // CHECK-NOT:matched: {{.*}} = arith.constant 7{{.*}}
31 // CHECK-NOT:matched: {{.*}} = arith.constant 42{{.*}}
34 %c7 = arith.constant 7 : index
35 %c42 = arith.constant 42 : index