Home
last modified time | relevance | path

Searched refs:c42 (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/tests/passes/
Dstore_forwarding_pass.mlir6 %c42 = constant 24 : index
9 store %c1, %0[%c42] : memref<1024xf32>
11 %1 = load %0[%c42] : memref<1024xf32>
19 %c42 = constant 24 : index
22 store %c1, %0[%c42] : memref<1024xf32>
24 %1 = load %0[%c42] : memref<1024xf32>
32 %c42 = constant 24 : index
35 store %c1, %0[%c42] : memref<1024xf32>
46 %c42 = constant 24 : index
48 store %c1, %0[%c42] : memref<1024xf32>
[all …]
/external/llvm-project/mlir/test/Transforms/
Dconstant-fold.mlir561 %c42 = constant 42 : i32
566 %0 = cmpi "eq", %c42, %cm1 : i32
568 %1 = cmpi "ne", %c42, %cm1 : i32
570 %2 = cmpi "slt", %c42, %cm1 : i32
572 %3 = cmpi "sle", %c42, %cm1 : i32
574 %4 = cmpi "sgt", %c42, %cm1 : i32
576 %5 = cmpi "sge", %c42, %cm1 : i32
578 %6 = cmpi "ult", %c42, %cm1 : i32
580 %7 = cmpi "ule", %c42, %cm1 : i32
582 %8 = cmpi "ugt", %c42, %cm1 : i32
[all …]
Dtest-operation-folder.mlir4 %c42 = constant 42 : i32
10 %0 = "test.op_in_place_fold_anchor"(%c42) : (i32) -> (i32)
Dcanonicalize.mlir524 // CHECK-NEXT: %c42 = constant 42 : index
527 // CHECK-NEXT: return %c42, %c42
577 %c42 = constant 42 : index
578 %0 = remi_signed %c-43, %c42 : index
581 %2 = addi %0, %c42 : index
603 %c42 = constant 42 : index
609 %3 = divi_signed %2, %c42 : index
635 %c42 = constant 42 : index
642 %4 = divi_signed %3, %c42 : index
Dloop-coalescing.mlir16 %c42 = constant 42 : index
24 scf.for %i = %c0 to %c42 step %c1 {
/external/llvm-project/mlir/test/Dialect/Affine/
Dconstant-fold.mlir29 %c42 = constant 42 : index
33 %0 = affine.min affine_map<(d0, d1) -> (d0, d1)>(%c42, %variable)
37 %1 = affine.min affine_map<(d0, d1) -> (d0, d1)>(%c42, %c44)
49 %c42 = constant 42 : index
54 %0 = affine.max affine_map<(d0, d1) -> (d0, d1)>(%c42, %variable)
58 %1 = affine.max affine_map<(d0, d1) -> (d0, d1)>(%c42, %c44)
Dcanonicalize.mlir261 %c42 = constant 42 : index
262 %2 = affine.apply affine_map<(d0, d1) -> (d0 - d1)> (%arg1, %c42)
/external/llvm-project/mlir/test/Dialect/SCF/
Dcanonicalize.mlir12 %c42 = constant 42 : i32
13 store %c42, %A[%i0, %i1, %i2] : memref<?x?x?xi32>
206 %c42 = constant 42 : index
211 %0 = scf.for %i = %c42 to %c1 step %c1 iter_args(%arg = %init) -> (i32) {
239 %c42 = constant 42 : index
246 %0 = scf.for %i = %c42 to %c43 step %c1 iter_args(%arg = %init) -> (i32) {
258 %c42 = constant 42 : index
265 %0 = scf.for %i = %c42 to %c47 step %c5 iter_args(%arg = %init) -> (i32) {
/external/llvm-project/mlir/test/Conversion/AffineToStandard/
Dlower-affine.mlir13 // CHECK-NEXT: %[[c42:.*]] = constant 42 : index
15 // CHECK-NEXT: for %{{.*}} = %[[c1]] to %[[c42]] step %[[c1_0]] {
35 // CHECK-NEXT: %[[c42:.*]] = constant 42 : index
37 // CHECK-NEXT: for %{{.*}} = %[[c0]] to %[[c42]] step %[[c1]] {
67 // CHECK-NEXT: %[[c42:.*]] = constant 42 : index
69 // CHECK-NEXT: for %{{.*}} = %[[c0]] to %[[c42]] step %[[c1]] {
107 // CHECK-NEXT: %[[c42:.*]] = constant 42 : index
109 // CHECK-NEXT: for %{{.*}} = %{{.*}} to %[[c42]] step %[[c1_0]] {
274 // CHECK-NEXT: %[[c42:.*]]{{.*}} = constant 42 : index
276 // CHECK-NEXT: for %{{.*}} = %[[c0:.*]]{{.*}} to %[[c42:.*]]{{.*}} step %[[c1:.*]]{{.*}} {
[all …]
/external/llvm-project/mlir/test/Dialect/Affine/SuperVectorize/
Dvector_utils.mlir35 %c42 = constant 42 : index
36 %9 = load %2[%c7, %c42] : memref<?x?xf32>
Dvectorize_2d.mlir96 %c42 = constant 42 : index
97 %res = affine.load %C[%c7, %c42] : memref<?x?xf32, 0>
Dvectorize_1d.mlir140 %c42 = constant 42 : index
141 %res = affine.load %C[%c7, %c42] : memref<?x?xf32, 0>
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp190 Value c42(std_constant_int(42, 32)); in TEST_FUNC() local
193 lb_1, {ub_1, ub_2}, 2, {c32, c42}, [&](Value iv, ValueRange args) { in TEST_FUNC()
285 c42(std_constant_int(42, 32)); in TEST_FUNC() local
293 std_cond_br(args[0], b1, {c32}, b2, {c64, c42}); in TEST_FUNC()
/external/llvm-project/mlir/test/Target/
Dimport.ll82 ; CHECK-DAG: %[[c42:[0-9]+]] = llvm.mlir.constant(42 : i32) : !llvm.i32
110 ; CHECK: llvm.return %[[c42]] : !llvm.i32
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/
Dconvert-to-llvmir.mlir33 %c42 = constant 42 : index
43 %1 = cmpi "slt", %0, %c42 : index
186 %c42 = constant 42 : index
196 %1 = cmpi "slt", %0, %c42 : index
262 %c42 = constant 42 : index
269 %1 = cmpi "slt", %0, %c42 : index
382 %c42 = constant 42 : index
385 %1 = cmpi "slt", %0, %c42 : index
Dconvert-dynamic-memref-ops.mlir31 // CHECK: %[[c42:.*]] = llvm.mlir.constant(42 : index) : !llvm.i64
33 // CHECK-NEXT: %[[st0:.*]] = llvm.mul %[[N]], %[[c42]] : !llvm.i64
46 // CHECK-NEXT: llvm.insertvalue %[[c42]], %{{.*}}[3, 1] : !llvm.struct<(ptr<float>, ptr<float>, i…
/external/elfutils/tests/
Drun-strings-test.sh208 testfile4: 5c42 [^_]
/external/llvm-project/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-padding.s1007 # CHECK: c42: incl
2355 # CHECK: 1c42: nop
Dautogen-inst-offset-align-to-end.s1099 # CHECK: c42: nop
2566 # CHECK: 1c42: nop
/external/llvm-project/flang/test/Fir/
Dfir-ops.fir182 %c42 = constant 42.13 : f64
183 …%a3 = fir.insert_value %6, %c42, %z1 : (!fir.type<qq2{f1:i32,f2:f64}>, f64, i32) -> !fir.type<qq2{…
/external/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-padding.s1007 # CHECK: c42: incl
2355 # CHECK: 1c42: nop
Dautogen-inst-offset-align-to-end.s1099 # CHECK: c42: nop
2566 # CHECK: 1c42: nop
/external/tcpdump/tests/
Dprint-x.out78 0x0270: 3c2f 4845 4144 3e0a 3c42 4f44 5920 5445
Dprint-xx.out84 0x0280: 4845 4144 3e0a 3c42 4f44 5920 5445 5854
/external/llvm-project/mlir/docs/Dialects/
DSPIR-V.md452 %c42 = OpConstant %i32 42
455 %4 = OpIAdd %i32 %c42 %c42

12