|
MLIR 22.0.0git
|
#include "mlir/Conversion/TosaToLinalg/TosaToLinalg.h"#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/Arith/Utils/Utils.h"#include "mlir/Dialect/Index/IR/IndexOps.h"#include "mlir/Dialect/Linalg/IR/Linalg.h"#include "mlir/Dialect/Math/IR/Math.h"#include "mlir/Dialect/SCF/IR/SCF.h"#include "mlir/Dialect/Tensor/IR/Tensor.h"#include "mlir/Dialect/Tosa/IR/TosaOps.h"#include "mlir/Dialect/Tosa/Utils/ConversionUtils.h"#include "mlir/Dialect/Utils/ReshapeOpsUtils.h"#include "mlir/Dialect/Utils/StaticValueUtils.h"#include "mlir/IR/Matchers.h"#include "mlir/IR/OpDefinition.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Transforms/DialectConversion.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/Sequence.h"#include <type_traits>Go to the source code of this file.
Typedefs | |
| using | IndexPool = DenseMap<int64_t, Value> |
|
static |
Definition at line 828 of file TosaToLinalg.cpp.
References createIndex(), mlir::OpBuilder::createOrFold(), mlir::AffineMap::get(), mlir::Builder::getAffineConstantExpr(), mlir::Builder::getAffineDimExpr(), mlir::Builder::getContext(), mlir::Builder::getMultiDimIdentityMap(), mlir::tosa::getNParallelLoopsAttrs(), getOrFoldTensorDim(), getTensorDim(), and mlir::Value::getType().
Referenced by broadcastDynamicDimensions().
|
static |
Definition at line 910 of file TosaToLinalg.cpp.
References broadcastDynamicDimension(), and mlir::Value::getType().
Referenced by broadcastDynamicDimensions(), and elementwiseMatchAndRewriteHelper().
|
static |
Definition at line 925 of file TosaToLinalg.cpp.
References broadcastDynamicDimensions().
|
static |
Definition at line 813 of file TosaToLinalg.cpp.
References computeTargetSize(), and mlir::ValueRange::getType().
Referenced by elementwiseMatchAndRewriteHelper().
|
static |
Definition at line 772 of file TosaToLinalg.cpp.
References mlir::Builder::getIndexAttr(), getTensorDim(), and mlir::Value::getType().
Referenced by computeTargetShape().
|
static |
Definition at line 727 of file TosaToLinalg.cpp.
References mlir::Builder::getIndexAttr(), and inserted().
Referenced by broadcastDynamicDimension(), and getTensorDim().
|
static |
Definition at line 1064 of file TosaToLinalg.cpp.
References mlir::Builder::getFloatAttr(), mlir::Builder::getIntegerAttr(), mlir::Type::getIntOrFloatBitWidth(), and mlir::Type::isInteger().
Referenced by reduceMatchAndRewriteHelper().
|
static |
Definition at line 82 of file TosaToLinalg.cpp.
References b, clamp(), mlir::tosa::clampFloatHelper(), mlir::tosa::clampIntHelper(), mlir::arith::ConstantIntOp::create(), mlir::Operation::getAttr(), mlir::getElementTypeOrSelf(), mlir::Type::getIntOrFloatBitWidth(), mlir::Operation::getLoc(), mlir::Operation::getOperand(), mlir::Value::getType(), mlir::DenseElementsAttr::getValues(), mlir::Type::isInteger(), mlir::Type::isIntOrFloat(), mlir::Type::isUnsignedInteger(), mlir::m_Constant(), mlir::matchPattern(), materializeBinaryNanCheckIfRequired(), max(), min(), and result.
Referenced by emitElementwiseComputation().
|
static |
Definition at line 1116 of file TosaToLinalg.cpp.
References mlir::Operation::getLoc(), and mlir::Type::isInteger().
Referenced by reduceMatchAndRewriteHelper().
|
static |
Definition at line 1037 of file TosaToLinalg.cpp.
References broadcastDynamicDimensions(), computeTargetShape(), emitElementwiseComputation(), getBroadcastableOperands(), mlir::Operation::getLoc(), mlir::Operation::getNumOperands(), mlir::Operation::getNumResults(), and operandsAndResultsRanked().
|
static |
Definition at line 953 of file TosaToLinalg.cpp.
References createLinalgBodyCalculationForElementwiseOp(), mlir::ValueTypeRange< ValueRangeT >::front(), mlir::AffineMap::get(), mlir::tosa::getNParallelLoopsAttrs(), mlir::Operation::getNumOperands(), mlir::Operation::getResultTypes(), mlir::Value::getType(), and success().
Referenced by elementwiseMatchAndRewriteHelper().
|
static |
Definition at line 1014 of file TosaToLinalg.cpp.
References mlir::Operation::getOperand(), mlir::m_Constant(), and mlir::matchPattern().
Referenced by elementwiseMatchAndRewriteHelper().
|
static |
Definition at line 742 of file TosaToLinalg.cpp.
References mlir::Builder::getIndexAttr(), and getTensorDim().
Referenced by broadcastDynamicDimension().
|
static |
Definition at line 736 of file TosaToLinalg.cpp.
References createIndex().
Referenced by broadcastDynamicDimension(), computeTargetSize(), and getOrFoldTensorDim().
|
static |
Definition at line 61 of file TosaToLinalg.cpp.
References mlir::getElementTypeOrSelf(), lhs, result, and rhs.
Referenced by createLinalgBodyCalculationForElementwiseOp().
Definition at line 753 of file TosaToLinalg.cpp.
References mlir::Operation::getOperands(), and mlir::Operation::getResults().
Referenced by elementwiseMatchAndRewriteHelper().
|
static |
Definition at line 1166 of file TosaToLinalg.cpp.
References createInitialValueForReduceOp(), createLinalgBodyCalculationForReduceOp(), mlir::Builder::getAffineDimExpr(), mlir::Builder::getBoolAttr(), mlir::Builder::getF32Type(), mlir::Builder::getFloatAttr(), mlir::Builder::getMultiDimIdentityMap(), mlir::tosa::getNParallelLoopsAttrs(), mlir::Builder::getType(), mlir::getType(), mlir::Value::getType(), mlir::RewriterBase::notifyMatchFailure(), mlir::RewriterBase::replaceOpWithNewOp(), result, and success().