Searched defs:forOps (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 988 SmallVectorImpl<T> &forOps, T rootForOp, in getPerfectlyNestedLoopsImpl() 1740 tileImpl(ArrayRef<ForType> forOps, ArrayRef<SizeType> sizes, in tileImpl() 1753 mlir::tile(ArrayRef<AffineForOp> forOps, ArrayRef<uint64_t> sizes, in tile() 1758 SmallVector<Loops, 8> mlir::tile(ArrayRef<scf::ForOp> forOps, in tile() 1766 tileImpl(ArrayRef<ForType> forOps, ArrayRef<SizeType> sizes, ForType target) { in tileImpl() 1775 SmallVector<AffineForOp, 8> mlir::tile(ArrayRef<AffineForOp> forOps, in tile() 1781 Loops mlir::tile(ArrayRef<scf::ForOp> forOps, ArrayRef<Value> sizes, in tile() 1789 SmallVector<scf::ForOp, 4> forOps; in tilePerfectlyNested() local 1866 SmallVector<scf::ForOp, 4> forOps; in extractFixedOuterLoops() local
|
/external/llvm-project/mlir/lib/Transforms/ |
D | PipelineDataTransfer.cpp | 36 std::vector<AffineForOp> forOps; member
|
D | LoopFusion.cpp | 82 SmallVector<AffineForOp, 4> forOps; member
|
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineAnalysis.cpp | 91 SmallVector<AffineForOp, 8> forOps; in getIndexSet() local
|