/llvm-project/mlir/test/Conversion/ArithToEmitC/ |
H A D | arith-to-emitc-unsupported.mlir | 84 // expected-error @+1 {{failed to legalize operation 'arith.negf'}} 85 %n = arith.negf %arg0 : f80 92 // expected-error @+1 {{failed to legalize operation 'arith.negf'}} 93 %n = arith.negf %arg0 : tensor<5xf32> 100 // expected-error @+1 {{failed to legalize operation 'arith.negf'}} 101 %n = arith.negf %arg0 : vector<5xf32>
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | emit_misc.py | 14 # - some math/arith functions, including abs, ceil, exp, floor, log, and negf 133 # CHECK-NEXT: %[[EXP:.+]] = arith.negf %[[IN]] : f32 140 return elemwise_unary_poly(input, outs=[init_result], fun=UnaryFn.negf) 151 return elemwise_unary_poly(input, outs=[init_result], fun=UnaryFn.negf)
|
H A D | test_core_named_ops.py | 6 # verify some special cases: negf->NegFOp, powf->PowFOp
|
/llvm-project/mlir/test/Dialect/SparseTensor/ |
H A D | sparse_batch.mlir | 27 // CHECK: %[[VAL_19:.*]] = arith.negf %[[VAL_18]] : f32 44 %2 = arith.negf %in : f32
|
H A D | sparse_vector_ops.mlir | 31 // CHECK: %[[VAL_22:.*]] = arith.negf %[[VAL_21]] : vector<8xf32> 68 %7 = arith.negf %6 : f32
|
H A D | sparse_fp_ops.mlir | 143 // CHECK: %[[VAL_13:.*]] = arith.negf %[[VAL_12]] : f64 155 %0 = arith.negf %a : f64 251 // CHECK: %[[VAL_26:.*]] = arith.negf %[[VAL_25]] : f64 264 // CHECK: %[[VAL_34:.*]] = arith.negf %[[VAL_33]] : f64
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | conjg.f90 | 7 ! CHECK: negf
|
H A D | dconjg.f90 | 12 ! CHECK: %[[VAL_2:.*]] = arith.negf %[[VAL_1]] {{.*}}: f64
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | float-logic-ops.ll | 81 define float @negf(float %a) { 82 ; CHECK-LABEL: negf:
|
/llvm-project/mlir/test/Dialect/Linalg/ |
H A D | library-calls.mlir | 70 linalg.elemwise_unary {fun = #linalg.unary_fn<negf>} 72 linalg.elemwise_unary {fun = #linalg.unary_fn<negf>}
|
H A D | named-ops-fail.mlir | 165 linalg.negf ins(%arg : memref<4x8x16xf16>) outs(%out: memref<4x8x16xf32>) 173 linalg.negf ins(%arg : memref<8x16xf32>) outs(%out: memref<4x8x16xf32>)
|
H A D | generalize-named-ops.mlir | 634 linalg.negf ins(%arg : memref<7x14x21xf32>) outs(%out : memref<7x14x21xf32>) 649 // CHECK-NEXT: %[[negf:.+]] = arith.negf %[[BBARG0]] : f32 650 // CHECK-NEXT: linalg.yield %[[negf]] : f32
|
H A D | generalize-named-polymorphic-ops.mlir | 498 %0 = linalg.elemwise_unary {fun = #linalg.unary_fn<negf>} 504 // CHECK: = arith.negf
|
/llvm-project/mlir/utils/tree-sitter-mlir/dialect/ |
H A D | arith.js | 91 // operation ::= `arith.negf` $operand (`fastmath` `` 94 seq(choice('arith.negf'), field('operand', $.value_use),
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgEnums.td | 25 I32EnumAttrCase<"negf", 5>,
|
/llvm-project/flang/test/Lower/forall/ |
H A D | forall-where-2.f90 | 69 ! CHECK: arith.negf
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithCanonicalization.td | 424 // mulf(negf(x), negf(y)) -> mulf(x,y) 435 // divf(negf(x), negf(y)) -> divf(x,y)
|
/llvm-project/mlir/utils/tree-sitter-mlir/queries/ |
H A D | highlights.scm | 107 "arith.negf"
|
/llvm-project/mlir/utils/tree-sitter-mlir/test/highlight/ |
H A D | attribute.mlir | 51 %5 = arith.negf %arg0 fastmath<fast> : f32
|
/llvm-project/mlir/utils/vim/syntax/ |
H A D | mlir.vim | 41 syn keyword mlirOps memref_shape_cast mulf muli negf powf prefetch rsqrt sitofp
|
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
H A D | sparse_binary.mlir | 184 %lret = arith.negf %x1 : f64 266 %lowerTriangleResult = arith.negf %y : f64 312 %ny = arith.negf %y : f64 361 %ret = arith.negf %y : f64
|
/llvm-project/mlir/test/Dialect/Arith/ |
H A D | ops.mlir | 438 %0 = arith.negf %arg0 : f64 444 %0 = arith.negf %arg0 : tensor<8x8xf64> 450 %0 = arith.negf %arg0 : vector<8xf64> 456 %0 = arith.negf %arg0 : vector<[8]xf64> 1118 // CHECK: {{.*}} = arith.negf %arg0 fastmath<fast> : f32 1124 %5 = arith.negf %arg0 fastmath<fast> : f32
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | unary-ops.f90 | 65 ! CHECK: %[[VAL_5:.*]] = arith.negf %[[VAL_4]] fastmath<contract> : f32
|
/llvm-project/mlir/test/Dialect/Complex/ |
H A D | canonicalize.mlir | 163 // CHECK: %[[NEG:.*]] = arith.negf %[[ARG0]] 174 // CHECK: %[[NEG:.*]] = arith.negf %[[ARG1]]
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
H A D | comprehension.py | 294 negf = UnaryFnType("negf") variable in UnaryFn
|