/external/llvm-project/mlir/test/mlir-vulkan-runner/ |
D | addf.mlir | 38 %cst1 = constant 1 : index 41 blocks in (%cst8, %cst1, %cst1) threads in (%cst1, %cst1, %cst1)
|
D | mulf.mlir | 39 %cst1 = constant 1 : index 42 blocks in (%cst4, %cst4, %cst1) threads in(%cst1, %cst1, %cst1)
|
D | time.mlir | 45 %cst1 = constant 1 : index 48 blocks in (%cst128, %cst1, %cst1) threads in (%cst128, %cst1, %cst1)
|
D | addi.mlir | 37 %cst1 = constant 1 : index 40 blocks in (%cst8, %cst8, %cst8) threads in (%cst1, %cst1, %cst1)
|
D | subf.mlir | 40 %cst1 = constant 1 : index 44 blocks in (%cst8, %cst4, %cst4) threads in (%cst1, %cst1, %cst1)
|
D | addi8.mlir | 38 %cst1 = constant 1 : index 41 blocks in (%cst8, %cst8, %cst8) threads in (%cst1, %cst1, %cst1)
|
/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 95 DOTP_SH4_SW(madd_s0_m, madd_s1_m, madd_s2_m, madd_s3_m, cst1, cst1, cst3, \
|
/external/llvm-project/mlir/test/mlir-cuda-runner/ |
D | all-reduce-max.mlir | 7 %cst1 = constant 1 : i32 33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
|
D | all-reduce-or.mlir | 7 %cst1 = constant 1 : i32 33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
|
D | all-reduce-min.mlir | 7 %cst1 = constant 1 : i32 33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
|
D | all-reduce-xor.mlir | 7 %cst1 = constant 1 : i32 33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
|
D | all-reduce-and.mlir | 7 %cst1 = constant 1 : i32 33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
|
D | multiple-all-reduce.mlir | 8 %cst1 = constant 1.0 : f32 36 store %cst1, %data[%c0, %c1] : memref<2x6xf32>
|
/external/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 105 define float @cst1() { 106 ; X32-LABEL: @cst1 111 ; X64-LABEL: @cst1
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | optimize.mlir | 281 %cst1 = constant dense<2.0> : tensor<2xf32> 284 …%0 = "tfl.fully_connected"(%arg0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims… 319 %cst1 = constant dense<2.0> : tensor<2xf32> 320 …%1 = "tfl.fully_connected"(%0, %dq, %cst1) {fused_activation_function = "NONE", keep_num_dims = fa… 336 %cst1 = constant dense<2.0> : tensor<2xf32> 337 …%1 = "tfl.fully_connected"(%0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims = … 348 %cst1 = constant dense<1.5> : tensor<f32> 349 …%0 = "tfl.add"(%arg0, %cst1) {fused_activation_function = "NONE"} : (tensor<4x2xf32>, tensor<f32>)… 363 %cst1 = constant dense<2.0> : tensor<2xf32> 364 …%1 = "tfl.fully_connected"(%0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims = … [all …]
|
D | tfl_while_outline.mlir | 14 %cst1 = constant dense<3.0> : tensor<1xf32> loc("val") 15 %0:2 = "tfl.while"(%cst0, %cst1) ( { 175 %cst1 = constant dense<3.0> : tensor<1xf32> loc("val") 177 %0:2 = "tfl.while"(%cst0, %cst1) ( {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 121 define float @cst1() nounwind { 122 ; X32-LABEL: cst1: 128 ; X64-LABEL: cst1:
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_polynomial.c | 97 isl_poly_cst *cst1, *cst2; in isl_poly_plain_cmp() local 100 cst1 = isl_poly_as_cst(poly1); 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 144 cst1 = isl_poly_as_cst(poly1); 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 | 149 // CHECK: %[[cst1:.*]] = constant dense<1> : tensor<7xi8> 153 // CHECK: "quant.scast"(%[[cst1]]) : (tensor<7xi8>) -> tensor<7x!quant.uniform<u8<1:255>:f32, 1.000… 163 %cst1 = constant dense<0.0> : tensor<7xf32> 164 %5 = "quant.qcast"(%cst1) : (tensor<7xf32>) -> tensor<7x!quant.uniform<u8:f32, 1.0>>
|
/external/llvm-project/mlir/test/Dialect/Async/ |
D | ops.mlir | 53 %cst1 = constant 1.000000e+00 : f32 55 async.yield %cst1, %cst2 : f32, f32
|
/external/llvm/test/CodeGen/SPARC/ |
D | exception.ll | 13 @.cst1 = private unnamed_addr constant [14 x i8] c"catched float\00", align 64 130 %13 = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.cst1, i32 0, i32 0))
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | exception.ll | 13 @.cst1 = private unnamed_addr constant [14 x i8] c"catched float\00", align 64 130 %13 = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.cst1, i32 0, i32 0))
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/end2end/ |
D | if_op.pbtxt | 58 name: "cst1" 91 input: "cst1"
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 23 const __m128i cst1 = _mm_set1_epi16(2 * c1); in partial_butterfly_ssse3() local 25 *out1 = _mm_mulhrs_epi16(in, cst1); in partial_butterfly_ssse3()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 249 Output cst1 = ops::Cast(s.WithOpName("cst1"), input, DT_HALF); in TEST_F() local 250 Output allow1 = ops::MatMul(s.WithOpName("allow1"), cst1, cst1); in TEST_F() 604 Output cst1 = ops::Cast(s.WithOpName("cst1"), input, DT_FLOAT); in TEST_F() local 605 Output allow1 = ops::MatMul(s.WithOpName("allow1"), cst1, cst1); in TEST_F() 1197 Output cst1 = ops::Cast(s.WithOpName("cst1"), input, DT_BFLOAT16); in TEST_F() local 1198 Output allow1 = ops::MatMul(s.WithOpName("allow1"), cst1, cst1); in TEST_F()
|