Home
last modified time | relevance | path

Searched defs:AffineForOp (Results 1 – 18 of 18) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Affine/TransformOps/
H A DAffineTransformOps.h22 class AffineForOp; variable
/llvm-project/mlir/include/mlir/Conversion/SCFToGPU/
H A DSCFToGPU.h21 class AffineForOp; variable
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DPasses.h27 class AffineForOp; variable
H A DLoopUtils.h40 class AffineForOp; variable
[all...]
H A DLoopFusionUtils.h27 class AffineForOp; variable
H A DUtils.h37 class AffineForOp; global() variable
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DLoopAnalysis.h29 class AffineForOp; variable
[all...]
H A DAffineStructures.h37 class AffineForOp; variable
H A DAffineAnalysis.h29 class AffineForOp; variable
H A DUtils.h31 class AffineForOp; variable
/llvm-project/mlir/include/mlir/Conversion/AffineToStandard/
H A DAffineToStandard.h24 class AffineForOp; variable
/llvm-project/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h37 class AffineForOp; global() variable
/llvm-project/mlir/python/mlir/dialects/
H A Daffine.py25 class AffineForOp(AffineForOp): class
/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h24 class AffineForOp; variable
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1535 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 DTestLoopFusion.cpp163 static bool iterateLoops(ArrayRef<SmallVector<AffineForOp, 2>> depthToLoops, in iterateLoops()
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h539 friend class AffineForOp; global() variable
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp871 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...]