/llvm-project/mlir/lib/Conversion/ComplexToLLVM/ |
H A D | ComplexToLLVM.cpp | 79 LLVM::FastmathFlagsAttr fmf = LLVM::FastmathFlagsAttr::get( in matchAndRewrite() local 190 LLVM::FastmathFlagsAttr fmf = LLVM::FastmathFlagsAttr::get( in matchAndRewrite() local 221 LLVM::FastmathFlagsAttr fmf = LLVM::FastmathFlagsAttr::get( in matchAndRewrite() local 269 LLVM::FastmathFlagsAttr fmf = LLVM::FastmathFlagsAttr::get( matchAndRewrite() local 309 LLVM::FastmathFlagsAttr fmf = LLVM::FastmathFlagsAttr::get( matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 33 Value computeAbs(Value real, Value imag, arith::FastMathFlags fmf, in computeAbs() argument 83 arith::FastMathFlags fmf = op.getFastMathFlagsAttr().getValue(); in matchAndRewrite() local 104 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); in matchAndRewrite() local 178 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 206 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 273 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 503 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 531 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 556 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 580 arith::FastMathFlags fmf = op.getFastMathFlagsAttr().getValue(); matchAndRewrite() local 632 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 868 arith::FastMathFlags fmf = op.getFastMathFlagsAttr().getValue(); matchAndRewrite() local 945 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local 977 arith::FastMathFlags fmf = op.getFastMathFlagsAttr().getValue(); matchAndRewrite() local 1093 powOpConversionImpl(mlir::ImplicitLocOpBuilder & builder,ComplexType type,Value lhs,Value c,Value d,arith::FastMathFlags fmf) powOpConversionImpl() argument 1220 arith::FastMathFlags fmf = op.getFastMathFlagsAttr().getValue(); matchAndRewrite() local 1296 arith::FastMathFlagsAttr fmf = op.getFastMathFlagsAttr(); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | UpliftToFMA.cpp | 56 arith::FastMathFlags fmf = op.getFastmath() & ab.getFastmath(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 608 createFPReductionComparisonOpLowering(ConversionPatternRewriter & rewriter,Location loc,Type llvmType,Value vectorOperand,Value accumulator,LLVM::FastmathFlagsAttr fmf) createFPReductionComparisonOpLowering() argument 658 lowerMaskedReductionWithRegular(ConversionPatternRewriter & rewriter,Location loc,Type llvmType,Value vectorOperand,Value accumulator,Value mask,LLVM::FastmathFlagsAttr fmf) lowerMaskedReductionWithRegular() argument 671 lowerReductionWithStartValue(ConversionPatternRewriter & rewriter,Location loc,Type llvmType,Value vectorOperand,Value accumulator,LLVM::FastmathFlagsAttr fmf) lowerReductionWithStartValue() argument 808 LLVM::FastmathFlagsAttr fmf = LLVM::FastmathFlagsAttr::get( matchAndRewrite() local 901 LLVM::FastmathFlagsAttr fmf = LLVM::FastmathFlagsAttr::get( matchAndRewriteMaskableOp() local [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
H A D | LLVMToLLVMIRTranslation.cpp | 197 if (auto fmf = dyn_cast<FastmathFlagsInterface>(opInst)) convertOperationImpl() local
|
/llvm-project/mlir/lib/Conversion/ArithToLLVM/ |
H A D | ArithToLLVM.cpp | 435 LLVM::FastmathFlags fmf = matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 587 mlir::LLVM::FastmathFlags fmf = matchAndRewrite() local 3331 mlir::LLVM::FastmathFlagsAttr fmf = getLLVMFMFAttr(sumop); complexSum() local 3390 mlir::LLVM::FastmathFlagsAttr fmf = getLLVMFMFAttr(mulc); matchAndRewrite() local 3425 mlir::LLVM::FastmathFlagsAttr fmf = getLLVMFMFAttr(divc); matchAndRewrite() local [all...] |