Home
last modified time | relevance | path

Searched refs:CST (Results 1 – 25 of 194) sorted by relevance

12345678

/external/webp/src/dsp/
Dlossless_enc_neon.c78 #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/
Dconvert.mlir73 // 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 …]
Dreshape.mlir5 // 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 …]
Doptimize-hlo.mlir5 // 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…
Dlegalize-to-std.mlir116 // 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/
Dconst-fold.mlir11 // 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 …]
Draise-custom-ops.mlir13 // 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/
Doutlining.mlir65 // 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/
Dsccp-callgraph.mlir9 // 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 …]
Dsccp.mlir7 // 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
Dsccp-structured.mlir7 // 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/
Dsyscallent.h340 [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/
Dvec_uint_to_fp.ll1 …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 …]
Dvec_uint_to_fp-fastmath.ll2 ; 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 …]
Dpr24602.ll7 ; 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/
Dvec_uint_to_fp.ll1 …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 …]
Dvec_uint_to_fp-fastmath.ll1 ; 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 …]
Dpr24602.ll7 ; 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/
Dstore_forwarding_pass.mlir7 // 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/
Dtf_optimize.mlir11 // 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 …]
Dinit_text_file_to_import.mlir11 // 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/
D2002-12-15-StructParameters.c14 compile_stack_type CST; in test() local
15 foo(&CST); in test()
17 bar(CST, 12); in test()
/external/llvm-project/clang/test/CodeGen/
D2002-12-15-StructParameters.c14 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/
Dlegalize-cmpxchg-with-success.mir21 ; 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…
Dcall-translator-cse.ll6 ; 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)

12345678