Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/mlir/test/Dialect/GPU/
H A Doutlining.mlir67 // CHECK: %[[CST:.*]] = arith.constant 8 : index
69 …el::@multiple_launches_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS…
76 …_0::@multiple_launches_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS…
86 …_1::@multiple_launches_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS…
95 …_2::@multiple_launches_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS…
118 // CHECK: %[[CST:.*]] = arith.constant 8 : index
123 …_constants_not_inlined_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS…
144 // CHECK: %[[CST:.*]] = arith.constant 8 : index
149 …rnel::@extra_constants_kernel blocks in (%[[CST]], %[[CST]], %[[CST]]) threads in (%[[CST]], %[[CS…
173 // CHECK: %[[CST:.*]] = arith.constant 8 : index
[all …]
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dsccp-callgraph.mlir9 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
10 // CHECK: return %[[CST]] : i32
17 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
18 // CHECK: return %[[CST]] : i32
32 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
33 // CHECK: return %[[CST]] : i32
41 // CHECK: return %[[CST]] : i32
196 // CHECK: return %[[CST]] : i32
218 // CHECK-NEXT: return %[[CST]] : i32
225 // CHECK: return %[[CST]] : i32
[all …]
H A Dtest-operation-folder.mlir18 // CHECK: %[[CST:.+]] = arith.constant true
19 // CHECK-NEXT: "test.cast"(%[[CST]]) : (i1) -> i32
20 // CHECK-NEXT: "test.cast"(%[[CST]]) : (i1) -> i32
29 // CHECK: %[[CST:.+]] = arith.constant 1
30 // CHECK-NEXT: %[[CST:.+]] = arith.constant 2
31 // CHECK-NEXT: %[[CST:.+]] = arith.constant 3
H A Dsccp.mlir7 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
8 // CHECK: return %[[CST]] : i32
21 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
32 // CHECK: return %[[CST]] : i32
97 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
105 // CHECK-NEXT: cf.cond_br %[[COND]], ^bb1(%[[CST]] : i32), ^bb2(%[[CST]] : i32)
114 // CHECK: return %[[CST]] : i32
125 // CHECK-DAG: %[[CST:.*]] = arith.constant 1 : i32
145 // CHECK: cf.br ^bb1(%[[CST]] : i32)
156 // CHECK: return %[[CST]] : i32
H A Dsccp-structured.mlir7 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
9 // CHECK: return %[[CST]] : i32
26 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
28 // CHECK: return %[[CST]] : i32
79 // CHECK: %[[CST:.*]] = arith.constant 0 : i32
81 // CHECK: return %[[CST]] : i32
113 // CHECK: %[[CST:.*]] = arith.constant 1 : i32
116 // CHECK: return %[[CST]] : i32
H A Dtest-operation-folder-commutative.mlir5 // CHECK: %[[CST:.+]] = arith.constant 43
7 // CHECK: return %[[CST]]
H A Dtest-canonicalize.mlir89 // CHECK: %[[CST:.*]] = arith.constant 42 : i32
90 // CHECK: return %[[CST]]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvec_uint_to_fp.ll13 ; 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
21 ; CST-NEXT: .long 1392508928 ## 0x53000000
22 ; CST-NEXT: .long 1392508928 ## 0x53000000
23 ; CST-NEXT: .long 1392508928 ## 0x53000000
[all …]
H A Dvec_uint_to_fp-fastmath.ll15 ; 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
23 ; CST-NEXT: .long 1392508928 # 0x53000000
24 ; CST-NEXT: .long 1392508928 # 0x53000000
25 ; CST-NEXT: .long 1392508928 # 0x53000000
[all …]
H A Dpr24602.ll7 ; CHECK-NEXT: movabsq $-10000000000, [[CST:%[a-z0-9]+]]
8 ; CHECK-NEXT: imulq [[CST]], %rsi
10 ; CHECK-NEXT: movq [[CST]], (%rdi,%rsi,8)
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-12-15-StructParameters.c14 compile_stack_type CST; in test() local
15 foo(&CST); in test()
17 bar(CST, 12); in test()
/llvm-project-15.0.7/mlir/test/Dialect/Complex/
H A Dcanonicalize.mlir28 // CHECK: %[[CST:.*]] = arith.constant 1.000000e+00 : f32
29 // CHECK-NEXT: return %[[CST]] : f32
37 // CHECK: %[[CST:.*]] = arith.constant 1.000000e+00 : f32
38 // CHECK-NEXT: return %[[CST]] : f32
48 // CHECK: %[[CST:.*]] = arith.constant 0.000000e+00 : f32
49 // CHECK-NEXT: return %[[CST]] : f32
57 // CHECK: %[[CST:.*]] = arith.constant 0.000000e+00 : f32
58 // CHECK-NEXT: return %[[CST]] : f32
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dconstant-op-fold.mlir31 // CHECK: %[[CST:.+]] = "tosa.const"()
34 // CHECK: return %[[CST]]
42 // CHECK: %[[CST:.+]] = "tosa.const"()
45 // CHECK: return %[[CST]]
56 // CHECK: %[[CST:.+]] = "tosa.const"()
63 // CHECK: return %[[CST]]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A 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)
H A Dcall-translator-ios.ll63 ; CHECK: [[CST:%[0-9]+]]:_(s64) = G_CONSTANT i64 8
64 ; CHECK: [[GEP:%[0-9]+]]:_(p0) = G_PTR_ADD %0, [[CST]](s64)
72 ; CHECK: [[ADDR:%[0-9]+]]:_(p0) = G_PTR_ADD [[SP]], [[CST]]
/llvm-project-15.0.7/clang/test/Sema/
H A Dfloating-point-compare.c59 #define CST 0.3 macro
62 return f == CST; // expected-warning {{floating-point comparison is always false}} in tautological_FP_compare_macro()
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch7/
H A Dstruct-opt.mlir14 // CHECK-NEXT: %[[CST:.*]] = toy.constant dense<4.0
15 // CHECK-NEXT: toy.print %[[CST]]
/llvm-project-15.0.7/mlir/test/Conversion/TensorToSPIRV/
H A Dtensor-ops-to-spirv.mlir10 // CHECK: %[[CST:.+]] = spv.Constant dense<[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]>
12 // CHECK: %[[VAR:.+]] = spv.Variable init(%[[CST]]) : !spv.ptr<!spv.array<12 x i32>, Function>
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dfusion-elementwise-ops.mlir243 // CHECK: %[[CST:.*]] = arith.constant {{.*}} : f32
246 // CHECK: arith.mulf %[[ARG1]], %[[CST]]
275 // CHECK: %[[CST:.*]] = arith.constant {{.*}} : f32
278 // CHECK: arith.mulf %[[ARG1]], %[[CST]]
565 // CHECK: %[[T2:.+]] = arith.addf %[[ARG1]], %[[CST]]
783 // CHECK: %[[CST:.+]] = arith.constant
792 // CHECK: return %[[CST]]
801 // CHECK: %[[CST:.+]] = arith.constant
810 // CHECK: return %[[CST]]
834 // CHECK: return %[[CST]]
[all …]
H A Dgeneralize-pad-tensor.mlir23 // CHECK-DAG: %[[CST:.*]] = arith.constant 0.000000e+00 : f32
32 // CHECK: %[[FILL:.*]] = linalg.fill ins(%[[CST]] : f32) outs(%[[INIT]] : tensor<4x?x?x?x…
H A Dtransform-op-pad.mlir19 // CHECK-DAG: %[[CST:.*]] = arith.constant 0.
23 // CHECK: tensor.yield %[[CST]]
/llvm-project-15.0.7/mlir/test/Conversion/TensorToLinalg/
H A Dtensor-ops-to-linalg.mlir26 // CHECK-DAG: %[[CST:.*]] = arith.constant 0.000000e+00 : f32
35 // CHECK: %[[FILL:.*]] = linalg.fill ins(%[[CST]] : f32) outs(%[[INIT]] : tensor<4x?x?x?x…
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Dcanonicalize.mlir147 // CHECK: %[[CST:.*]] = spv.Constant 42 : i32
150 // CHECK-NEXT: return %[[CST]], %[[CST]]
157 // CHECK: %[[CST:.*]] = spv.Constant dense<[1, 2, 3]> : vector<3xi32>
160 // CHECK-NEXT: return %[[CST]], %[[CST]]
167 // CHECK: %[[CST:.*]] = spv.Constant [dense<5> : vector<2xi32>] : !spv.array<1 x vector<2xi32>>
170 // CHECK-NEXT: return %[[CST]], %[[CST]]
/llvm-project-15.0.7/mlir/test/Dialect/Async/
H A Dasync-parallel-for-compute-fn.mlir34 // CHECK: %[[CST:.*]] = arith.constant 1.0{{.*}} : f32
36 // CHECK: memref.store %[[CST]], %[[MEMREF]]
/llvm-project-15.0.7/mlir/test/Dialect/Vector/
H A Dvector-transfer-flatten.mlir59 // CHECK: %[[CST:.+]] = arith.constant 0 : i8
60 // CHECK: %[[READ:.+]] = vector.transfer_read %[[ARG]][], %[[CST]] : memref<i8>

123