/llvm-project/mlir/include/mlir/Dialect/Affine/TransformOps/ |
H A D | AffineTransformOps.h | 22 class AffineForOp; variable
|
/llvm-project/mlir/include/mlir/Conversion/SCFToGPU/ |
H A D | SCFToGPU.h | 21 class AffineForOp; variable
|
/llvm-project/mlir/include/mlir/Dialect/Affine/ |
H A D | Passes.h | 27 class AffineForOp; variable
|
H A D | LoopUtils.h | 40 class AffineForOp; variable [all...] |
H A D | LoopFusionUtils.h | 27 class AffineForOp; variable
|
H A D | Utils.h | 37 class AffineForOp; global() variable
|
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/ |
H A D | LoopAnalysis.h | 29 class AffineForOp; variable [all...] |
H A D | AffineStructures.h | 37 class AffineForOp; variable
|
H A D | AffineAnalysis.h | 29 class AffineForOp; variable
|
H A D | Utils.h | 31 class AffineForOp; variable
|
/llvm-project/mlir/include/mlir/Conversion/AffineToStandard/ |
H A D | AffineToStandard.h | 24 class AffineForOp; variable
|
/llvm-project/mlir/include/mlir/Dialect/Vector/Utils/ |
H A D | VectorUtils.h | 37 class AffineForOp; global() variable
|
/llvm-project/mlir/python/mlir/dialects/ |
H A D | affine.py | 25 class AffineForOp(AffineForOp): class
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/ |
H A D | Utils.h | 24 class AffineForOp; variable
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | SuperVectorize.cpp | 1535 getMatchedAffineLoopsRec(NestedMatch match,unsigned currentLevel,std::vector<SmallVector<AffineForOp,2>> & loops) getMatchedAffineLoopsRec() argument 1555 getMatchedAffineLoops(NestedMatch match,std::vector<SmallVector<AffineForOp,2>> & loops) getMatchedAffineLoops() argument 1562 vectorizeLoopNest(std::vector<SmallVector<AffineForOp,2>> & loops,const VectorizationStrategy & strategy) vectorizeLoopNest() argument 1800 verifyLoopNesting(const std::vector<SmallVector<AffineForOp,2>> & loops) verifyLoopNesting() argument 1886 vectorizeAffineLoopNest(std::vector<SmallVector<AffineForOp,2>> & loops,const VectorizationStrategy & strategy) vectorizeAffineLoopNest() argument [all...] |
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestLoopFusion.cpp | 163 static bool iterateLoops(ArrayRef<SmallVector<AffineForOp, 2>> depthToLoops, in iterateLoops()
|
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ |
H A D | AffineOps.h | 539 friend class AffineForOp; global() variable [all...] |
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopUtils.cpp | 871 getTileableBands(func::FuncOp f,std::vector<SmallVector<AffineForOp,6>> * bands) getTileableBands() argument 2492 gatherLoopsInBlock(Block * block,unsigned currLoopDepth,std::vector<SmallVector<AffineForOp,2>> & depthToLoops) gatherLoopsInBlock() argument 2508 gatherLoops(func::FuncOp func,std::vector<SmallVector<AffineForOp,2>> & depthToLoops) gatherLoops() argument [all...] |