/external/llvm-project/mlir/unittests/SDBM/ |
D | SDBMTest.cpp | 276 auto cst2 = SDBMConstantExpr::get(dialect(), 2); in TEST() local 281 auto expr = SDBMStripeExpr::get(var, cst2); in TEST() 283 EXPECT_EQ(expr.getStripeFactor(), cst2); in TEST() 287 auto expr2 = SDBMStripeExpr::get(SDBMSymbolExpr::get(dialect(), 0), cst2); in TEST() 297 SDBMStripeExpr::get(SDBMSumExpr::get(var, cst2), cst2); in TEST() 308 auto cst2 = SDBMConstantExpr::get(dialect(), 2); in TEST() local 310 auto stripe = SDBMStripeExpr::get(var, cst2); in TEST() 328 auto cst2 = SDBMConstantExpr::get(dialect(), 2); in TEST() local 330 auto stripe = SDBMStripeExpr::get(var, cst2); in TEST() 333 auto expr = SDBMSumExpr::get(var, cst2); in TEST() [all …]
|
/external/llvm-project/mlir/test/mlir-cuda-runner/ |
D | all-reduce-max.mlir | 8 %cst2 = constant 2 : i32 34 store %cst2, %data[%c0, %c2] : memref<2x6xi32> 39 store %cst2, %data[%c1, %c0] : memref<2x6xi32>
|
D | all-reduce-or.mlir | 8 %cst2 = constant 2 : i32 34 store %cst2, %data[%c0, %c2] : memref<2x6xi32> 39 store %cst2, %data[%c1, %c0] : memref<2x6xi32>
|
D | all-reduce-min.mlir | 8 %cst2 = constant 2 : i32 34 store %cst2, %data[%c0, %c2] : memref<2x6xi32> 39 store %cst2, %data[%c1, %c0] : memref<2x6xi32>
|
D | all-reduce-xor.mlir | 8 %cst2 = constant 2 : i32 34 store %cst2, %data[%c0, %c2] : memref<2x6xi32> 39 store %cst2, %data[%c1, %c0] : memref<2x6xi32>
|
D | all-reduce-and.mlir | 8 %cst2 = constant 2 : i32 34 store %cst2, %data[%c0, %c2] : memref<2x6xi32> 39 store %cst2, %data[%c1, %c0] : memref<2x6xi32>
|
D | multiple-all-reduce.mlir | 9 %cst2 = constant 2.0 : f32 37 store %cst2, %data[%c0, %c2] : memref<2x6xf32> 42 store %cst2, %data[%c1, %c0] : memref<2x6xf32>
|
D | gpu-to-cubin.mlir | 6 %cst2 = dim %arg1, %c0 : memref<?xf32> 8 threads(%tx, %ty, %tz) in (%block_x = %cst2, %block_y = %cst, %block_z = %cst) {
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | txfm_macros_msa.h | 82 #define MADD_BF(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, out0, out1, \ argument 90 DOTP_SH4_SW(madd_s0_m, madd_s1_m, madd_s2_m, madd_s3_m, cst0, cst0, cst2, \ 91 cst2, tmp0_m, tmp1_m, tmp2_m, tmp3_m); \
|
D | inv_txfm_msa.h | 195 #define VP9_MADD(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, out0, out1, \ argument 207 DOTP_SH4_SW(madd_s3_m, madd_s2_m, madd_s3_m, madd_s2_m, cst2, cst2, cst3, \
|
/external/llvm-project/mlir/test/Dialect/GPU/ |
D | outlining.mlir | 95 %cst2 = constant 2 : index 103 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> () 119 %cst2 = constant 2 : index 127 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> () 146 %cst2 = constant 2 : index 155 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> ()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | optimize.mlir | 282 %cst2 = constant dense<[1.0, 2.0]> : tensor<2xf32> 285 …%1 = "tfl.mul"(%0, %cst2) {fused_activation_function = "RELU6"} : (tensor<4x2xf32>, tensor<2xf32>)… 314 %cst2 = constant dense<1.5> : tensor<f32> 315 …%0 = "tfl.add"(%arg0, %cst2) {fused_activation_function = "NONE"} : (tensor<4x2xf32>, tensor<f32>)… 333 %cst2 = constant dense<1.5> : tensor<f32> 334 …%0 = "tfl.add"(%arg0, %cst2) {fused_activation_function = "NONE"} : (tensor<4x2xf32>, tensor<f32>)… 360 %cst2 = constant dense<1.5> : tensor<f32> 361 …%0 = "tfl.mul"(%arg0, %cst2) {fused_activation_function = "NONE"} : (tensor<4x2xf32>, tensor<f32>)… 377 %cst2 = constant dense<[1.0, 2.0]> : tensor<2xf32> 379 // %cst2 isn't broadcast-compatible to %cst0, but tf.Mul is able to fold them. [all …]
|
D | const-fold.mlir | 166 // CHECK-DAG: [[cst2:%.*]] = constant dense<0.540302277> : tensor<f32> 171 // CHECK: return [[cst0]], [[cst1]], [[cst2]], [[cst3]], [[cst4]], [[cst5]], [[cst6]] 194 // CHECK-DAG: [[cst2:%.*]] = constant dense<4> : tensor<4xi32> 196 // CHECK: return [[cst0]], [[cst1]], [[cst2]], [[cst3]]
|
D | prepare-quantize.mlir | 676 // CHECK-DAG: %[[cst2:.*]] = "tfl.dequantize"(%{{.*}}) : (tensor<32x!quant.uniform<u8:f32, 2.000000… 681 // CHECK-DAG: "tfl.minimum"(%{{.*}}, %[[cst2]]) : (tensor<32xf32>, tensor<32xf32>) -> tensor<32xf32>
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_optimize.mlir | 6 %cst2 = constant dense<[1.0, 2.0]> : tensor<2xf32> 8 %1 = "tf.Mul"(%0, %cst2) : (tensor<1x28x23x2xf32>, tensor<2xf32>) -> tensor<1x28x23x2xf32> 23 %cst2 = constant dense<3.0> : tensor<23x2xf32> 25 %1 = "tf.Mul"(%0, %cst2) : (tensor<1x28x23x2xf32>, tensor<23x2xf32>) -> tensor<1x28x23x2xf32>
|
/external/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 118 define double @cst2() { 119 ; X32-LABEL: @cst2 124 ; X64-LABEL: @cst2
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 136 define double @cst2() nounwind { 137 ; X32-LABEL: cst2: 143 ; X64-LABEL: cst2:
|
D | combine-srl.ll | 264 ; fold (srl (shl x, c), c) -> (and x, cst2)
|
/external/llvm-project/mlir/test/Dialect/Async/ |
D | ops.mlir | 54 %cst2 = constant 2.000000e+00 : f32 55 async.yield %cst1, %cst2 : f32, f32
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_polynomial.c | 97 isl_poly_cst *cst1, *cst2; in isl_poly_plain_cmp() local 101 cst2 = isl_poly_as_cst(poly2); in isl_poly_plain_cmp() 102 if (!cst1 || !cst2) in isl_poly_plain_cmp() 104 cmp = isl_int_cmp(cst1->n, cst2->n); in isl_poly_plain_cmp() 107 return isl_int_cmp(cst1->d, cst2->d); in isl_poly_plain_cmp() 142 isl_poly_cst *cst1, *cst2; in isl_poly_is_equal() local 145 cst2 = isl_poly_as_cst(poly2); in isl_poly_is_equal() 146 if (!cst1 || !cst2) in isl_poly_is_equal() 148 r = isl_int_eq(cst1->n, cst2->n) && in isl_poly_is_equal() 149 isl_int_eq(cst1->d, cst2->d); in isl_poly_is_equal() [all …]
|
/external/llvm-project/mlir/test/Dialect/Quant/ |
D | convert-const.mlir | 167 %cst2 = constant dense<0.0> : tensor<7xf32> 168 %7 = "quant.qcast"(%cst2) : (tensor<7xf32>) -> tensor<7x!quant.uniform<u8<1:255>:f32, 1.0:1>>
|
/external/llvm-project/polly/test/ScopInfo/ |
D | fortran_array_global_malloc_nonvectored.ll | 35 @.cst2 = private unnamed_addr constant [93 x i8] c"At line 23 of file /home/siddhart/cosmo-self-ins…
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | pr15289.ll | 27 @.cst2 = external unnamed_addr constant [29 x i8], align 8
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 252 Output cst2 = ops::Cast(s.WithOpName("cst2"), clr1, DT_FLOAT); in TEST_F() local 253 Output clr2 = ops::Relu(s.WithOpName("clr2"), cst2); in TEST_F() 1200 Output cst2 = ops::Cast(s.WithOpName("cst2"), clr1, DT_FLOAT); in TEST_F() local 1201 Output clr2 = ops::Relu(s.WithOpName("clr2"), cst2); in TEST_F()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | combine-unmerge.mir | 188 # cst2 0x0f
|