MLIR  19.0.0git
Classes | Macros | Functions
PolynomialApproximation.cpp File Reference
#include <climits>
#include <cmath>
#include <cstddef>
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Math/IR/Math.h"
#include "mlir/Dialect/Math/Transforms/Approximation.h"
#include "mlir/Dialect/Math/Transforms/Passes.h"
#include "mlir/Dialect/Utils/IndexingUtils.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
#include "mlir/Dialect/Vector/Utils/VectorUtils.h"
#include "mlir/Dialect/X86Vector/X86VectorDialect.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/TypeUtilities.h"
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/MathExtras.h"

Go to the source code of this file.

Classes

struct  VectorShape
 

Macros

#define LN2_VALUE    0.693147180559945309417232121458176568075500134360255254120680009493393621L
 
#define LOG2E_VALUE    1.442695040888963407359924681001892137426645954152985934135449406931109219L
 
#define TWO_OVER_PI    0.6366197723675813430755350534900574481378385829618257949906693762L
 
#define PI_OVER_2    1.5707963267948966192313216916397514420985846996875529104874722961L
 

Functions

static VectorShape vectorShape (Type type)
 
static VectorShape vectorShape (Value value)
 
static Type broadcast (Type type, VectorShape shape)
 
static Value broadcast (ImplicitLocOpBuilder &builder, Value value, VectorShape shape)
 
static Value handleMultidimensionalVectors (ImplicitLocOpBuilder &builder, ValueRange operands, int64_t vectorWidth, llvm::function_ref< Value(ValueRange)> compute)
 
static Value floatCst (ImplicitLocOpBuilder &builder, float value, Type elementType)
 
static Value f32Cst (ImplicitLocOpBuilder &builder, double value)
 
static Value i32Cst (ImplicitLocOpBuilder &builder, int32_t value)
 
static Value f32FromBits (ImplicitLocOpBuilder &builder, uint32_t bits)
 
static Value min (ImplicitLocOpBuilder &builder, Value value, Value bound)
 
static Value max (ImplicitLocOpBuilder &builder, Value value, Value bound)
 
static Value clamp (ImplicitLocOpBuilder &builder, Value value, Value lowerBound, Value upperBound)
 
static std::pair< Value, Valuefrexp (ImplicitLocOpBuilder &builder, Value arg, bool isPositive=false)
 
static Value exp2I32 (ImplicitLocOpBuilder &builder, Value arg)
 
template<typename T >
LogicalResult insertCasts (Operation *op, PatternRewriter &rewriter)
 

Macro Definition Documentation

◆ LN2_VALUE

#define LN2_VALUE    0.693147180559945309417232121458176568075500134360255254120680009493393621L

Definition at line 618 of file PolynomialApproximation.cpp.

◆ LOG2E_VALUE

#define LOG2E_VALUE    1.442695040888963407359924681001892137426645954152985934135449406931109219L

Definition at line 620 of file PolynomialApproximation.cpp.

◆ PI_OVER_2

#define PI_OVER_2    1.5707963267948966192313216916397514420985846996875529104874722961L

Definition at line 1199 of file PolynomialApproximation.cpp.

◆ TWO_OVER_PI

#define TWO_OVER_PI    0.6366197723675813430755350534900574481378385829618257949906693762L

Definition at line 1197 of file PolynomialApproximation.cpp.

Function Documentation

◆ broadcast() [1/2]

static Value broadcast ( ImplicitLocOpBuilder builder,
Value  value,
VectorShape  shape 
)
static

◆ broadcast() [2/2]

static Type broadcast ( Type  type,
VectorShape  shape 
)
static

◆ clamp()

static Value clamp ( ImplicitLocOpBuilder builder,
Value  value,
Value  lowerBound,
Value  upperBound 
)
static

Definition at line 220 of file PolynomialApproximation.cpp.

References max(), and min().

Referenced by wmmaPushOutputOperand().

◆ exp2I32()

static Value exp2I32 ( ImplicitLocOpBuilder builder,
Value  arg 
)
static

◆ f32Cst()

static Value f32Cst ( ImplicitLocOpBuilder builder,
double  value 
)
static

◆ f32FromBits()

static Value f32FromBits ( ImplicitLocOpBuilder builder,
uint32_t  bits 
)
static

◆ floatCst()

static Value floatCst ( ImplicitLocOpBuilder builder,
float  value,
Type  elementType 
)
static

◆ frexp()

static std::pair<Value, Value> frexp ( ImplicitLocOpBuilder builder,
Value  arg,
bool  isPositive = false 
)
static

◆ handleMultidimensionalVectors()

static Value handleMultidimensionalVectors ( ImplicitLocOpBuilder builder,
ValueRange  operands,
int64_t  vectorWidth,
llvm::function_ref< Value(ValueRange)>  compute 
)
static

◆ i32Cst()

static Value i32Cst ( ImplicitLocOpBuilder builder,
int32_t  value 
)
static

◆ insertCasts()

template<typename T >
LogicalResult insertCasts ( Operation op,
PatternRewriter rewriter 
)

Definition at line 318 of file PolynomialApproximation.cpp.

◆ max()

static Value max ( ImplicitLocOpBuilder builder,
Value  value,
Value  bound 
)
static

Definition at line 213 of file PolynomialApproximation.cpp.

References mlir::ImplicitLocOpBuilder::create().

Referenced by mlir::tensor::bubbleUpPadSlice(), mlir::tosa::buildQTypeFromMinMax(), buildSubAndExpOp(), calculateStructAlignment(), mlir::sparse_tensor::detail::checkedMul(), mlir::sparse_tensor::detail::checkOverflowCast(), clamp(), mlir::tosa::clampFloatHelper(), clampInput(), mlir::tosa::clampIntHelper(), computeDirectionVector(), computeMultiplierAndShiftTosaScale16(), computeMultiplierAndShiftTosaScale32(), mlir::presburger::IntegerRelation::computeVolume(), mlir::concatAffineMaps(), declareReduction(), findIndicesForOffset(), generateFusedElementwiseOpRegion(), mlir::quant::CalibratedQuantizedType::get(), mlir::quant::CalibratedQuantizedType::getChecked(), getDefaultStorageParams(), mlir::affine::NestedPattern::getDepth(), mlir::affine::getInnermostCommonLoopDepth(), mlir::affine::getLargestDivisorOfTripCount(), mlir::AffineMap::getLargestKnownDivisorOfMapExprs(), getLocationFromLoc(), mlir::getMaxDimAndSymbol(), getMaxPosOfType(), getMaxWidth(), mlir::presburger::detail::getNonOrthogonalVector(), mlir::detail::PassOptions::getOptionWidth(), mlir::affine::getPerfectlyNestedLoops(), getSemiAffineExprFromFlatForm(), getTypeNumBytes(), mlir::LLVM::LLVMStructType::getTypeSizeInBits(), handleByValArgument(), isFusionProfitable(), mlir::AffineMap::isPermutationOfMinorIdentityWithBroadcasting(), mlir::presburger::Matrix< T >::Matrix(), maybeConstantDimsAttr(), mlirCalibratedQuantizedTypeGet(), mlir::presburger::detail::SlowMPInt::operator%(), parseAndVerify< unsigned >(), parseCalibratedType(), parseExpressedTypeAndRange(), mlir::detail::Parser::parseIntegerInDimensionList(), mlir::detail::Parser::parseStridedLayoutAttr(), populateDialectQuantSubmodule(), mlir::ConstantIntRanges::range(), mlir::InlinerConfig::setMaxInliningIterations(), mlir::OpTrait::util::staticallyKnownBroadcastable(), mlir::affine::substWithMin(), mlir::raw_indented_ostream::unindent(), mlir::presburger::IntegerRelation::unionBoundingBox(), mlir::quant::CalibratedQuantizedType::verify(), and mlir::quant::UniformQuantizedValueConverter::~UniformQuantizedValueConverter().

◆ min()

static Value min ( ImplicitLocOpBuilder builder,
Value  value,
Value  bound 
)
static

◆ vectorShape() [1/2]

static VectorShape vectorShape ( Type  type)
static

◆ vectorShape() [2/2]

static VectorShape vectorShape ( Value  value)
static

Definition at line 59 of file PolynomialApproximation.cpp.

References mlir::Value::getType(), and vectorShape().