/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/ |
H A D | LoopAnalysis.h | 21 class AffineExpr; variable
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | AffineExpr.h | 72 constexpr AffineExpr() {} in AffineExpr() function 73 /* implicit */ AffineExpr(const ImplType *expr) in AffineExpr() function
|
H A D | BuiltinTypes.h | 26 class AffineExpr; variable
|
H A D | Builders.h | 18 class AffineExpr; variable
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/ |
H A D | Utils.h | 19 class AffineExpr; variable
|
/llvm-project/mlir/include/mlir/Dialect/Affine/ |
H A D | Utils.h | 341 operator AffineExpr() const { return e; } AffineExpr() function [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | AffineMap.cpp | 305 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 D | AffineExpr.cpp | 155 replace(const DenseMap<AffineExpr,AffineExpr> & map) const replace() argument [all...] |
H A D | AsmPrinter.cpp | 811 printAffineExprOfSSAIds(AffineExpr,ValueRange,ValueRange) printAffineExprOfSSAIds() argument [all...] |
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseReinterpretMap.cpp | 261 unsigned pos, int64_t lvlSz) { in translateMap()
|
H A D | Sparsification.cpp | 1094 __anon93cfebb60802(TensorLevel tl, AffineExpr) startLoopSeq() argument [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgInterfaces.cpp | 610 getConstantsFromExprList(const SmallVector<AffineExpr,2> & exprs) getConstantsFromExprList() argument [all...] |
H A D | LinalgOps.cpp | 2286 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 D | Utils.cpp | 1471 getTileSizePos(AffineMap map,SmallVectorImpl<std::tuple<AffineExpr,unsigned,unsigned>> & tileSizePos) getTileSizePos() argument [all...] |