Home
last modified time | relevance | path

Searched refs:negf (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticCanonicalization.td194 // 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 Demit_misc.py131 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 Dexpand-math.mlir12 // CHECK: %[[NEGDOUBLEDX:.+]] = arith.negf %[[DOUBLEDX]] : f32
H A Dpolynomial-approximation.mlir41 // 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 Dfloat-logic-ops.ll81 define float @negf(float %a) {
82 ; CHECK-LABEL: negf:
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgBase.td71 I32EnumAttrCase<"negf", 5>
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_binary.mlir158 %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 Dsparse_unary.mlir63 %ret = arith.negf %x0 : f64
/llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/
H A Dsparse_fp_ops.mlir144 // 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 Dcanonicalize.mlir990 %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 Dops.mlir366 %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 Dmlir.vim41 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 DArithmeticOps.td568 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 Dgeneralize-named-polymorphic-ops.mlir339 %0 = linalg.elemwise_unary {fun = #linalg.unary_fn<negf>}
345 // CHECK: = arith.negf
/llvm-project-15.0.7/mlir/test/Conversion/ComplexToStandard/
H A Dconvert-to-standard.mlir413 // 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 Dcomprehension.py280 negf = UnaryFnType("negf") variable in UnaryFn
/llvm-project-15.0.7/flang/test/Fir/
H A Dfir-ops.fir510 // 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 DSparseTensorOps.td409 %lowerTriangleResult = arith.negf %y : f64
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py1702 operator.neg: lang.UnaryFn.negf,
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/
H A Darithmetic-to-spirv.mlir79 %0 = arith.negf %arg0 : f32
1052 %5 = arith.negf %arg0 : f32
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp317 case UnaryFn::negf: in buildUnaryFn()
/llvm-project-15.0.7/mlir/test/Conversion/TosaToLinalg/
H A Dtosa-to-linalg.mlir165 // CHECK: arith.negf
229 // CHECK: arith.negf