Home
last modified time | relevance | path

Searched defs:AffineExpr (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DLoopAnalysis.h21 class AffineExpr; variable
/llvm-project/mlir/include/mlir/IR/
H A DAffineExpr.h72 constexpr AffineExpr() {} in AffineExpr() function
73 /* implicit */ AffineExpr(const ImplType *expr) in AffineExpr() function
H A DBuiltinTypes.h26 class AffineExpr; variable
H A DBuilders.h18 class AffineExpr; variable
/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h19 class AffineExpr; variable
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DUtils.h341 operator AffineExpr() const { return e; } AffineExpr() function
[all...]
/llvm-project/mlir/lib/IR/
H A DAffineMap.cpp305 inferFromExprList(ArrayRef<SmallVector<AffineExpr,4>> exprsList,MLIRContext * context) inferFromExprList() argument
515 replace(const DenseMap<AffineExpr,AffineExpr> & map,unsigned numResultDims,unsigned numResultSyms) const replace() argument
526 replace(const DenseMap<AffineExpr,AffineExpr> & map) const replace() argument
[all...]
H A DAffineExpr.cpp155 replace(const DenseMap<AffineExpr,AffineExpr> & map) const replace() argument
[all...]
H A DAsmPrinter.cpp811 printAffineExprOfSSAIds(AffineExpr,ValueRange,ValueRange) printAffineExprOfSSAIds() argument
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseReinterpretMap.cpp261 unsigned pos, int64_t lvlSz) { in translateMap()
H A DSparsification.cpp1094 __anon93cfebb60802(TensorLevel tl, AffineExpr) startLoopSeq() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp610 getConstantsFromExprList(const SmallVector<AffineExpr,2> & exprs) getConstantsFromExprList() argument
[all...]
H A DLinalgOps.cpp2286 SmallVector<AffineExpr, 4> in populateMap() argument
2327 createNewOperandWithStaticSizes(Location loc,PatternRewriter & rewriter,OpOperand * opOperand,llvm::DenseMap<AffineExpr,int64_t> & affineExprToSize,LinalgOp linalgOp,SmallVector<Value> & newOperands,SmallVector<Type> & resultTypes,bool & changeNeeded) createNewOperandWithStaticSizes() argument
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1471 getTileSizePos(AffineMap map,SmallVectorImpl<std::tuple<AffineExpr,unsigned,unsigned>> & tileSizePos) getTileSizePos() argument
[all...]