/external/webp/src/dsp/ |
D | lossless_enc_neon.c | 78 #define CST(X) (((int16_t)(m->X << 8)) >> 6) in TransformColor_NEON() macro 80 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 81 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 82 CST(green_to_blue_), CST(green_to_red_), in TransformColor_NEON() 83 CST(green_to_blue_), CST(green_to_red_) in TransformColor_NEON() 87 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColor_NEON() 88 0, CST(red_to_blue_), 0, CST(red_to_blue_), in TransformColor_NEON() 91 #undef CST in TransformColor_NEON()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | convert.mlir | 73 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<42> : tensor<i32> 76 // CHECK-NEXT: return [[CST]] 84 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<42> : tensor<i32> 87 // CHECK-NEXT: return [[CST]] 95 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<4.{{0*}}e+00> : tensor<f32> 98 // CHECK-NEXT: return [[CST]] 106 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<-4.{{0*}}e+00> : tensor<f32> 109 // CHECK-NEXT: return [[CST]] 117 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<4.{{0*}}e+00> : tensor<bf16> 120 // CHECK-NEXT: return [[CST]] [all …]
|
D | reshape.mlir | 5 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<42> : tensor<i32> 8 // CHECK-NEXT: return [[CST]] 16 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<42> : tensor<2xi32> 19 // CHECK-NEXT: return [[CST]] 27 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<42> : tensor<1xi32> 30 // CHECK-NEXT: return [[CST]] 38 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<42> : tensor<16xi64> 41 // CHECK-NEXT: return [[CST]] 49 // CHECK-NEXT: [[CST:%.+]] = mhlo.constant dense<42> : tensor<16xi64> 52 // CHECK-NEXT: return [[CST]] [all …]
|
D | optimize-hlo.mlir | 5 // CHECK: [[CST:%.+]] = mhlo.constant dense<0> : tensor<i64> 6 …// CHECK: [[SLICE:%.+]] = "mhlo.dynamic-slice"(%arg0, %arg1, [[CST]], [[CST]]) {slice_sizes = dens… 24 // CHECK: [[CST:%.+]] = mhlo.constant dense<0> : tensor<i64> 26 …// CHECK: [[SLICE:%.+]] = "mhlo.dynamic-slice"(%arg0, [[RESHAPE]], [[CST]], [[CST]]) {slice_sizes … 45 // CHECK-DAG: [[CST:%.+]] = mhlo.constant dense<0> 50 …// CHECK-DAG: [[DSLICE:%.+]] = "mhlo.dynamic-slice"(%arg0, [[RESHAPE1]], [[RESHAPE2]], [[CST]]) {s…
|
D | legalize-to-std.mlir | 116 // CHECK-NEXT: %[[CST:.*]] = constant dense<[0, 1, 2, 3]> : tensor<4xi32> 118 // CHECK-NEXT: return %[[CST]] : tensor<4xi32> 124 // CHECK-NEXT: %[[CST:.*]] = constant dense<{{\[\[}}0, 0, 0, 0], [1, 1, 1, 1]]> : tensor<2x4xi32> 126 // CHECK-NEXT: return %[[CST]] : tensor<2x4xi32> 132 // CHECK-NEXT: %[[CST:.*]] = constant dense<{{\[\[}}0, 1, 2, 3], [0, 1, 2, 3]]> : tensor<2x4xi32> 134 // CHECK-NEXT: return %[[CST]] : tensor<2x4xi32> 140 …// CHECK-NEXT: %[[CST:.*]] = constant dense<{{\[\[\[}}0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0{{\]\]… 142 // CHECK-NEXT: return %[[CST]] : tensor<2x3x4xi32> 148 …// CHECK-NEXT: %[[CST:.*]] = constant dense<{{\[\[\[}}0, 0, 0, 0], [1, 1, 1, 1], [2, 2, 2, 2{{\]\]… 150 // CHECK-NEXT: return %[[CST]] : tensor<2x3x4xi32> [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | const-fold.mlir | 11 // CHECK: %[[CST:.*]] = constant dense<3.500000e+00> : tensor<4xf32> 17 …// CHECK: %0 = tfl.add %[[CST]], %[[CST_0]] {fused_activation_function = "SIGN_BIT"} : tensor<4xf3… 36 // CHECK: %[[CST:.*]] = constant dense<9> : tensor<i32> 57 // CHECK: %[[CST:.*]] = constant dense<3.000000e+00> : tensor<f32> 78 // CHECK: %[[CST:.*]] = constant dense<7> : tensor<i32> 99 // CHECK: %[[CST:.*]] = constant dense<6.750000e+00> : tensor<f32> 120 // CHECK: %[[CST:.*]] = constant dense<6.750000e+00> : tensor<bf16> 141 // CHECK: %[[CST:.*]] = constant dense<6.750000e+00> : tensor<f16> 215 // CHECK: %[[CST:.*]] = constant dense<[-5, 4, 47, 105]> : tensor<4xi32> 216 // CHECK: return %[[CST]] [all …]
|
D | raise-custom-ops.mlir | 13 // CHECK-NEXT: %[[CST:.*]] = constant dense<1.000000e+00> 14 // CHECK-NEXT: %[[MUL:.*]] = tfl.mul %arg0, %[[CST]] {fused_activation_function = "NONE"} : tensor<… 15 // CHECK-NEXT: %[[CUSTOM:.*]] = "tfl.custom_tf"(%[[MUL]], %[[CST]]) ( { 16 // CHECK-NEXT: %[[MY_CUSTOM:.*]] = "tf.MyCustomOp"(%[[MUL]], %[[CST]]) {fused_activation_function…
|
/external/llvm-project/mlir/test/Dialect/GPU/ |
D | outlining.mlir | 65 // CHECK: %[[CST:.*]] = constant 8 : index 67 …el::@multiple_launches_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS… 74 …_0::@multiple_launches_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS… 93 // CHECK: %[[CST:.*]] = constant 8 : index 98 …_constants_not_inlined_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS… 117 // CHECK: %[[CST:.*]] = constant 8 : index 122 …rnel::@extra_constants_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS… 144 // CHECK: %[[CST:.*]] = constant 8 : index 150 …@extra_constants_noarg_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS…
|
/external/llvm-project/mlir/test/Transforms/ |
D | sccp-callgraph.mlir | 9 // CHECK: %[[CST:.*]] = constant 1 : i32 10 // CHECK: return %[[CST]] : i32 17 // CHECK: %[[CST:.*]] = constant 1 : i32 18 // CHECK: return %[[CST]] : i32 32 // CHECK: %[[CST:.*]] = constant 1 : i32 33 // CHECK: return %[[CST]] : i32 40 // CHECK: %[[CST:.*]] = constant 1 : i32 41 // CHECK: return %[[CST]] : i32 57 // NESTED: %[[CST:.*]] = constant 1 : i32 58 // NESTED: return %[[CST]], %arg0 : i32, i32 [all …]
|
D | sccp.mlir | 7 // CHECK: %[[CST:.*]] = constant 1 : i32 8 // CHECK: return %[[CST]] : i32 21 // CHECK: %[[CST:.*]] = constant 1 : i32 32 // CHECK: return %[[CST]] : i32 97 // CHECK: %[[CST:.*]] = constant 1 : i32 105 // CHECK-NEXT: cond_br %[[COND]], ^bb1(%[[CST]] : i32), ^bb2(%[[CST]] : i32) 114 // CHECK: return %[[CST]] : i32 125 // CHECK-DAG: %[[CST:.*]] = constant 1 : i32 145 // CHECK: br ^bb1(%[[CST]] : i32) 156 // CHECK: return %[[CST]] : i32
|
D | sccp-structured.mlir | 7 // CHECK: %[[CST:.*]] = constant 1 : i32 9 // CHECK: return %[[CST]] : i32 26 // CHECK: %[[CST:.*]] = constant 1 : i32 28 // CHECK: return %[[CST]] : i32 79 // CHECK: %[[CST:.*]] = constant 0 : i32 81 // CHECK: return %[[CST]] : i32 113 // CHECK: %[[CST:.*]] = constant 1 : i32 116 // CHECK: return %[[CST]] : i32
|
/external/strace/linux/x32/ |
D | syscallent.h | 340 [512] = { 4, CST|TS, SEN(rt_sigaction), "rt_sigaction" }, 341 [513] = { 0, CST|TS, SEN(rt_sigreturn), "rt_sigreturn" }, 342 [514] = { 3, CST|TD, SEN(ioctl), "ioctl" }, 343 [515] = { 3, CST|TD, SEN(readv), "readv" }, 344 [516] = { 3, CST|TD, SEN(writev), "writev" }, 345 [517] = { 6, CST|TN, SEN(recvfrom), "recvfrom" }, 346 [518] = { 3, CST|TN, SEN(sendmsg), "sendmsg" }, 347 [519] = { 3, CST|TN, SEN(recvmsg), "recvmsg" }, 348 [520] = { 3, CST|TF|TP|SE|SI,SEN(execve), "execve" }, 349 [521] = { 4, CST, SEN(ptrace), "ptrace" }, [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | vec_uint_to_fp.ll | 1 …riple=x86_64-apple-macosx | FileCheck --check-prefix=CHECK --check-prefix=SSE --check-prefix=CST %s 2 …-macosx -mattr=+sse4.1 | FileCheck --check-prefix=CHECK --check-prefix=SSE41 --check-prefix=CST %s 3 …-apple-macosx -mattr=+avx | FileCheck --check-prefix=CHECK --check-prefix=AVX --check-prefix=CST %s 13 ; CST: [[LOWCSTADDR:LCPI0_[0-9]+]]: 14 ; CST-NEXT: .long 1258291200 ## 0x4b000000 15 ; CST-NEXT: .long 1258291200 ## 0x4b000000 16 ; CST-NEXT: .long 1258291200 ## 0x4b000000 17 ; CST-NEXT: .long 1258291200 ## 0x4b000000 19 ; CST: [[HIGHCSTADDR:LCPI0_[0-9]+]]: 20 ; CST-NEXT: .long 1392508928 ## 0x53000000 [all …]
|
D | vec_uint_to_fp-fastmath.ll | 2 ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=SSE --check-prefix=CST 4 ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=SSE --check-prefix=CST 6 ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=AVX --check-prefix=CST 14 ; CST: [[MASKCSTADDR:.LCPI[0-9_]+]]: 15 ; CST-NEXT: .long 65535 # 0xffff 16 ; CST-NEXT: .long 65535 # 0xffff 17 ; CST-NEXT: .long 65535 # 0xffff 18 ; CST-NEXT: .long 65535 # 0xffff 20 ; CST: [[FPMASKCSTADDR:.LCPI[0-9_]+]]: 21 ; CST-NEXT: .long 1199570944 # float 65536 [all …]
|
D | pr24602.ll | 7 ; CHECK-NEXT: movabsq $-10000000000, [[CST:%[a-z0-9]+]] 8 ; CHECK-NEXT: imulq [[CST]], %rsi 10 ; CHECK-NEXT: movq [[CST]], (%rdi,%rsi,8)
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vec_uint_to_fp.ll | 1 …riple=x86_64-apple-macosx | FileCheck --check-prefix=CHECK --check-prefix=SSE --check-prefix=CST %s 2 …-macosx -mattr=+sse4.1 | FileCheck --check-prefix=CHECK --check-prefix=SSE41 --check-prefix=CST %s 3 …-apple-macosx -mattr=+avx | FileCheck --check-prefix=CHECK --check-prefix=AVX --check-prefix=CST %s 13 ; CST: [[LOWCSTADDR:LCPI0_[0-9]+]]: 14 ; CST-NEXT: .long 1258291200 ## 0x4b000000 15 ; CST-NEXT: .long 1258291200 ## 0x4b000000 16 ; CST-NEXT: .long 1258291200 ## 0x4b000000 17 ; CST-NEXT: .long 1258291200 ## 0x4b000000 19 ; CST: [[HIGHCSTADDR:LCPI0_[0-9]+]]: 20 ; CST-NEXT: .long 1392508928 ## 0x53000000 [all …]
|
D | vec_uint_to_fp-fastmath.ll | 1 ; RUN: llc < %s -mtriple=x86_64 -enable-unsafe-fp-math | FileCheck %s --check-prefix=CST --check-pr… 2 …x86_64 -enable-unsafe-fp-math -mattr=+sse4.1 | FileCheck %s --check-prefix=CST --check-prefix=SSE41 3 …iple=x86_64 -enable-unsafe-fp-math -mattr=+avx | FileCheck %s --check-prefix=CST --check-prefix=AVX 15 ; CST: [[LOWCSTADDR:.LCPI[0-9_]+]]: 16 ; CST-NEXT: .long 1258291200 # 0x4b000000 17 ; CST-NEXT: .long 1258291200 # 0x4b000000 18 ; CST-NEXT: .long 1258291200 # 0x4b000000 19 ; CST-NEXT: .long 1258291200 # 0x4b000000 21 ; CST: [[HIGHCSTADDR:.LCPI[0-9_]+]]: 22 ; CST-NEXT: .long 1392508928 # 0x53000000 [all …]
|
D | pr24602.ll | 7 ; CHECK-NEXT: movabsq $-10000000000, [[CST:%[a-z0-9]+]] 8 ; CHECK-NEXT: imulq [[CST]], %rsi 10 ; CHECK-NEXT: movq [[CST]], (%rdi,%rsi,8)
|
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/tests/passes/ |
D | store_forwarding_pass.mlir | 7 // CHECK: %[[CST:.*]] = constant 1.0 12 // CHECK: return %[[CST]] 20 // CHECK: %[[CST:.*]] = constant 1.0 25 // CHECK: return %[[CST]] 61 // CHECK: %[[CST:.*]] = constant 1.100000e+01 : f32 68 // CHECK-NEXT: store %[[CST]]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_optimize.mlir | 11 // CHECK: %[[CST:.*]] = "tf.Const{{.*}} dense< 15 …// CHECK: %[[CONV:.*]] = "tf.Conv2D"(%arg0, %[[CST]]) {data_format = "NHWC", dilations = [1, 2, 3,… 43 …// CHECK: %[[CST:.*]] = "tf.Const"() {value = dense<[8, 1, 1, 18]> : tensor<4xi64>} : () -> tensor… 45 …// CHECK: %[[RESHAPE:.*]] = "tf.Reshape"(%arg0, %[[CST]]) : (tensor<1x8x1x1x1x1x1x18xbf16>, tensor… 58 …// CHECK: %[[CST:.*]] = "tf.Const"() {value = dense<[1, 8, 1, 1, 18]> : tensor<5xi64>} : () -> ten… 60 …// CHECK: %[[RESHAPE:.*]] = "tf.Reshape"(%arg0, %[[CST]]) : (tensor<1x8x1x1x1x1x1x18xbf16>, tensor… 73 …// CHECK: %[[CST:.*]] = "tf.Const"() {value = dense<[1, 1, 1, 1, 18]> : tensor<5xi64>} : () -> ten… 75 …// CHECK: %[[RESHAPE:.*]] = "tf.Reshape"(%arg0, %[[CST]]) : (tensor<1x1x1x1x1x1x1x18xbf16>, tensor… 88 // CHECK: %[[CST:.*]] = constant dense<[1, 8, 6, 1, 6, 1, 1, 18]> : tensor<8xi64> 90 …// CHECK: %[[BROADCAST:.*]] = "tf.BroadcastTo"(%arg0, %[[CST]]) : (tensor<1x8x1x1x1x1x1x18xbf16>, … [all …]
|
D | init_text_file_to_import.mlir | 11 // CHECK: [[CST:%.*]] = constant dense<["apple", "banana", "grape"]> : tensor<3x!tf.string> 14 // CHECK: "tf.LookupTableImportV2"([[VAL]], [[CST]], [[CST_0]]) 25 // CHECK: [[CST:%.*]] = constant dense<["apple", "banana"]> : tensor<2x!tf.string> 28 // CHECK: "tf.LookupTableImportV2"([[VAL]], [[CST]], [[CST_0]])
|
/external/clang/test/CodeGen/ |
D | 2002-12-15-StructParameters.c | 14 compile_stack_type CST; in test() local 15 foo(&CST); in test() 17 bar(CST, 12); in test()
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2002-12-15-StructParameters.c | 14 compile_stack_type CST; in test() local 15 foo(&CST); in test() 17 bar(CST, 12); in test()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-cmpxchg-with-success.mir | 21 ; CHECK: [[CST:%[0-9]+]]:_(s32) = G_CONSTANT i32 1 22 …; CHECK: [[RES:%[0-9]+]]:_(s32) = G_ATOMIC_CMPXCHG [[COPY]](p0), [[CMP]], [[CST]] :: (load store m… 46 ; CHECK: [[CST:%[0-9]+]]:_(s64) = G_CONSTANT i64 1 47 …; CHECK: [[RES:%[0-9]+]]:_(s64) = G_ATOMIC_CMPXCHG [[COPY]](p0), [[CMP]], [[CST]] :: (load store m…
|
D | call-translator-cse.ll | 6 ; CHECK: [[CST:%[0-9]+]]:_(s64) = G_CONSTANT i64 8 7 ; CHECK: [[GEP:%[0-9]+]]:_(p0) = G_PTR_ADD [[ADDR]], [[CST]](s64) 14 ; CHECK: [[GEP3:%[0-9]+]]:_(p0) = G_PTR_ADD [[SP]], [[CST]](s64)
|