Home
last modified time | relevance | path

Searched refs:cst2 (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dtest_g_bzero.mir15 %cst2:_(s8) = G_CONSTANT i8 7
18 G_BZERO %ptr, %cst2, 0
21 G_BZERO %ptr, %cst2, 0 :: (load (s32))
25 G_BZERO %ptr, %cst2, 0 :: (load store (s32))
28 G_BZERO %ptr, %cst2, 0 :: (store (s32), addrspace 1)
31 G_BZERO %cst1, %cst2, 0 :: (store (s32))
34 G_BZERO %ptr, %cst2, 2 :: (store (s32))
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dselect-sbfx.mir21 %cst2:gpr(s32) = G_CONSTANT i32 10
22 %sbfx:gpr(s32) = G_SBFX %copy, %cst1, %cst2
43 %cst2:gpr(s64) = G_CONSTANT i64 10
44 %sbfx:gpr(s64) = G_SBFX %copy, %cst1, %cst2
67 %cst2:gpr(s32) = G_CONSTANT i32 1
68 %sbfx:gpr(s32) = G_SBFX %copy, %cst1, %cst2
87 %cst2:gpr(s32) = G_CONSTANT i32 5
88 %sbfx:gpr(s32) = G_SBFX %copy, %cst1, %cst2
107 %cst2:gpr(s64) = G_CONSTANT i64 5
108 %sbfx:gpr(s64) = G_SBFX %copy, %cst1, %cst2
H A Dselect-ubfx.mir21 %cst2:gpr(s32) = G_CONSTANT i32 10
22 %ubfx:gpr(s32) = G_UBFX %copy, %cst1, %cst2
43 %cst2:gpr(s64) = G_CONSTANT i64 10
44 %ubfx:gpr(s64) = G_UBFX %copy, %cst1, %cst2
68 %cst2:gpr(s32) = G_CONSTANT i32 1
69 %ubfx:gpr(s32) = G_UBFX %copy, %cst1, %cst2
88 %cst2:gpr(s32) = G_CONSTANT i32 5
89 %ubfx:gpr(s32) = G_UBFX %copy, %cst1, %cst2
110 %cst2:gpr(s64) = G_CONSTANT i64 5
111 %ubfx:gpr(s64) = G_UBFX %copy, %cst1, %cst2
H A Dcombine-umulh-to-lshr.mir119 %cst2:_(s32) = G_CONSTANT i32 16
122 %bv:_(<4 x s32>) = G_BUILD_VECTOR %cst1, %cst2, %cst3, %cst4
141 ; CHECK-NEXT: %cst2:_(s32) = G_CONSTANT i32 1
144 ; CHECK-NEXT: %bv:_(<4 x s32>) = G_BUILD_VECTOR %cst1(s32), %cst2(s32), %cst3(s32), %cst4(s32)
149 %cst2:_(s32) = G_CONSTANT i32 1
152 %bv:_(<4 x s32>) = G_BUILD_VECTOR %cst1, %cst2, %cst3, %cst4
/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DStaticValueUtils.cpp104 auto cst1 = getConstantIntValue(ofr1), cst2 = getConstantIntValue(ofr2); in isEqualConstantIntOrValue() local
105 if (cst1 && cst2 && *cst1 == *cst2) in isEqualConstantIntOrValue()
/llvm-project-15.0.7/mlir/test/Dialect/GPU/
H A Dsink-ops.mlir8 %cst2 = arith.constant 2 : index
22 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> ()
34 %cst2 = arith.constant 2 : index
48 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> ()
H A Doutlining.mlir120 %cst2 = arith.constant 2 : index
128 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> ()
146 %cst2 = arith.constant 2 : index
154 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> ()
175 %cst2 = arith.constant 2 : index
184 "use"(%cst2, %arg0, %cst3) : (index, memref<?xf32>, index) -> ()
/llvm-project-15.0.7/mlir/test/Integration/GPU/CUDA/
H A Dall-reduce-max.mlir16 %cst2 = arith.constant 2 : i32
42 memref.store %cst2, %data[%c0, %c2] : memref<2x6xi32>
47 memref.store %cst2, %data[%c1, %c0] : memref<2x6xi32>
H A Dall-reduce-and.mlir16 %cst2 = arith.constant 2 : i32
42 memref.store %cst2, %data[%c0, %c2] : memref<2x6xi32>
47 memref.store %cst2, %data[%c1, %c0] : memref<2x6xi32>
H A Dall-reduce-or.mlir16 %cst2 = arith.constant 2 : i32
42 memref.store %cst2, %data[%c0, %c2] : memref<2x6xi32>
47 memref.store %cst2, %data[%c1, %c0] : memref<2x6xi32>
H A Dall-reduce-xor.mlir16 %cst2 = arith.constant 2 : i32
42 memref.store %cst2, %data[%c0, %c2] : memref<2x6xi32>
47 memref.store %cst2, %data[%c1, %c0] : memref<2x6xi32>
H A Dall-reduce-min.mlir16 %cst2 = arith.constant 2 : i32
42 memref.store %cst2, %data[%c0, %c2] : memref<2x6xi32>
47 memref.store %cst2, %data[%c1, %c0] : memref<2x6xi32>
H A Dmultiple-all-reduce.mlir17 %cst2 = arith.constant 2.0 : f32
45 memref.store %cst2, %data[%c0, %c2] : memref<2x6xf32>
50 memref.store %cst2, %data[%c1, %c0] : memref<2x6xf32>
H A Dgpu-to-cubin.mlir15 %cst2 = memref.dim %arg1, %c0 : memref<?xf32>
17 threads(%tx, %ty, %tz) in (%block_x = %cst2, %block_y = %cst, %block_z = %cst) {
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dparallelize.mlir219 %cst2 = arith.constant 1.0 : f32
221 affine.for %i = 0 to 10 iter_args(%it1 = %cst1, %it2 = %cst2) -> (f32, f32) {
246 %cst2 = arith.constant 1.0 : f32
248 affine.for %i = 0 to 10 iter_args(%it1 = %cst1, %it2 = %cst2) -> (f32, f32) {
/llvm-project-15.0.7/mlir/test/Dialect/Async/
H A Dops.mlir54 %cst2 = arith.constant 2.000000e+00 : f32
55 async.yield %cst1, %cst2 : f32, f32
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp69 auto cst1 = getConstantIntValue(op1), cst2 = getConstantIntValue(op2); in isEqualOffsetSizeOrStride() local
70 if (cst1 && cst2 && *cst1 == *cst2) in isEqualOffsetSizeOrStride()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_polynomial.c102 isl_poly_cst *cst1, *cst2; in isl_poly_plain_cmp() local
106 cst2 = isl_poly_as_cst(poly2); in isl_poly_plain_cmp()
107 if (!cst1 || !cst2) in isl_poly_plain_cmp()
147 isl_poly_cst *cst1, *cst2; in isl_poly_is_equal() local
150 cst2 = isl_poly_as_cst(poly2); in isl_poly_is_equal()
151 if (!cst1 || !cst2) in isl_poly_is_equal()
154 isl_int_eq(cst1->d, cst2->d); in isl_poly_is_equal()
752 isl_poly_cst *cst2; in isl_poly_sum_cst() local
759 cst2 = isl_poly_as_cst(poly2); in isl_poly_sum_cst()
1085 isl_poly_cst *cst2; in isl_poly_mul_cst() local
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsse-fcopysign.ll197 define double @cst2() nounwind {
198 ; X86-LABEL: cst2:
204 ; X64-LABEL: cst2:
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_mttkrp.mlir71 %cst2 = arith.constant 2 : index
82 %lsz = tensor.dim %b, %cst2 : tensor<?x?x?xf64, #SparseTensor>
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp437 auto cst2 = mlir::dyn_cast_or_null<mlir::arith::ConstantOp>( in TEST_F() local
439 EXPECT_TRUE(cst2); in TEST_F()
440 auto floatAttr = cst2.getValue().dyn_cast<mlir::FloatAttr>(); in TEST_F()
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dconvert-const.mlir167 %cst2 = arith.constant dense<0.0> : tensor<7xf32>
168 %7 = "quant.qcast"(%cst2) : (tensor<7xf32>) -> tensor<7x!quant.uniform<u8<1:255>:f32, 1.0:1>>
/llvm-project-15.0.7/mlir/test/mlir-linalg-ods-gen/
H A Dtest-linalg-ods-yaml-gen.yaml170 # IMPL: cst2 = self.strides().getValues<int64_t>()[0];
171 # IMPL-NEXT: getAffineConstantExpr(cst2, context)
/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/
H A Done-shot-module-bufferize-analysis.mlir255 %cst2 = arith.constant 1.0 : f32
269 %3 = vector.transfer_read %1[%idx2], %cst2 : tensor<?xf32>, vector<5xf32>
287 %cst2 = arith.constant 1.0 : f32
309 %3 = vector.transfer_read %1[%idx2], %cst2 : tensor<?xf32>, vector<5xf32>
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dfusion-elementwise-ops.mlir1016 %cst2 = arith.constant 6.0 : f32
1022 %5 = linalg.fill ins(%cst2 : f32) outs(%4 : tensor<?x?xf32>) -> tensor<?x?xf32>

12