Lines Matching full:rsqrt
152 // CHECK-LABEL: func @rsqrt(
154 func.func @rsqrt(%arg0 : f32) {
158 %0 = math.rsqrt %arg0 : f32
250 %0 = math.rsqrt %arg0 : f64
262 %0 = math.rsqrt %arg0 fastmath<fast> : f64
274 %0 = math.rsqrt %arg0 : vector<4xf32>
286 %0 = math.rsqrt %arg0 : vector<[4]xf32>
298 %0 = math.rsqrt %arg0 fastmath<fast> : vector<4xf32>
310 %0 = math.rsqrt %arg0 fastmath<fast> : vector<[4]xf32>
323 %0 = math.rsqrt %arg0 : vector<4x3xf32>
336 %0 = math.rsqrt %arg0 : vector<4x[4]xf32>