| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticCanonicalization.td | 194 // mulf(negf(x), negf(y)) -> mulf(x,y) 203 // divf(negf(x), negf(y)) -> divf(x,y)
|
| /llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/ |
| H A D | emit_misc.py | 131 return elemwise_unary_poly(input, outs=[init_result], fun=UnaryFn.negf) 141 return elemwise_unary_poly(input, outs=[init_result], fun=UnaryFn.negf)
|
| /llvm-project-15.0.7/mlir/test/Dialect/Math/ |
| H A D | expand-math.mlir | 12 // CHECK: %[[NEGDOUBLEDX:.+]] = arith.negf %[[DOUBLEDX]] : f32
|
| H A D | polynomial-approximation.mlir | 41 // CHECK: %[[val_1:.*]] = arith.negf %[[val_arg0]] : f32 75 // CHECK: %[[val_35:.*]] = arith.negf %[[val_34]] : f32
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | float-logic-ops.ll | 81 define float @negf(float %a) { 82 ; CHECK-LABEL: negf:
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgBase.td | 71 I32EnumAttrCase<"negf", 5>
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_binary.mlir | 158 %lret = arith.negf %x1 : f64 240 %lowerTriangleResult = arith.negf %y : f64 286 %ny = arith.negf %y : f64 335 %ret = arith.negf %y : f64
|
| H A D | sparse_unary.mlir | 63 %ret = arith.negf %x0 : f64
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | sparse_fp_ops.mlir | 144 // CHECK: %[[VAL_13:.*]] = arith.negf %[[VAL_12]] : f64 156 %0 = arith.negf %a : f64 252 // CHECK: %[[VAL_26:.*]] = arith.negf %[[VAL_25]] : f64 265 // CHECK: %[[VAL_34:.*]] = arith.negf %[[VAL_33]] : f64
|
| /llvm-project-15.0.7/mlir/test/Dialect/Arithmetic/ |
| H A D | canonicalize.mlir | 990 %0 = arith.negf %arg0 : f32 991 %1 = arith.negf %arg1 : f32 1013 %0 = arith.negf %arg0 : f32 1014 %1 = arith.negf %arg1 : f32 1374 %0 = arith.negf %c : f32 1382 %0 = arith.negf %f : f32 1383 %1 = arith.negf %0 : f32
|
| H A D | ops.mlir | 366 %0 = arith.negf %arg0 : f64 372 %0 = arith.negf %arg0 : tensor<8x8xf64> 378 %0 = arith.negf %arg0 : vector<8xf64> 384 %0 = arith.negf %arg0 : vector<[8]xf64>
|
| /llvm-project-15.0.7/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-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticOps.td | 568 def Arith_NegFOp : Arith_FloatUnaryOp<"negf"> { 571 The `negf` operation computes the negation of a given value. It takes one 580 %a = arith.negf %b : f64 583 %f = arith.negf %g : vector<4xf32> 586 %x = arith.negf %y : tensor<4x?xf8>
|
| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | generalize-named-polymorphic-ops.mlir | 339 %0 = linalg.elemwise_unary {fun = #linalg.unary_fn<negf>} 345 // CHECK: = arith.negf
|
| /llvm-project-15.0.7/mlir/test/Conversion/ComplexToStandard/ |
| H A D | convert-to-standard.mlir | 413 // CHECK-DAG: %[[NEG_REAL:.*]] = arith.negf %[[REAL]] : f32 414 // CHECK-DAG: %[[NEG_IMAG:.*]] = arith.negf %[[IMAG]] : f32 677 // CHECK: %[[NEG_IMAG:.*]] = arith.negf %[[IMAG]] : f32
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | comprehension.py | 280 negf = UnaryFnType("negf") variable in UnaryFn
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | fir-ops.fir | 510 // CHECK: [[VAL_173:%.*]] = arith.negf [[VAL_169]] : f128 517 %1 = arith.negf %a : f128
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorOps.td | 409 %lowerTriangleResult = arith.negf %y : f64
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco.py | 1702 operator.neg: lang.UnaryFn.negf,
|
| /llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/ |
| H A D | arithmetic-to-spirv.mlir | 79 %0 = arith.negf %arg0 : f32 1052 %5 = arith.negf %arg0 : f32
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 317 case UnaryFn::negf: in buildUnaryFn()
|
| /llvm-project-15.0.7/mlir/test/Conversion/TosaToLinalg/ |
| H A D | tosa-to-linalg.mlir | 165 // CHECK: arith.negf 229 // CHECK: arith.negf
|