Home
last modified time | relevance | path

Searched defs:forOps (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp988 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/
DPipelineDataTransfer.cpp36 std::vector<AffineForOp> forOps; member
DLoopFusion.cpp82 SmallVector<AffineForOp, 4> forOps; member
/external/llvm-project/mlir/lib/Analysis/
DAffineAnalysis.cpp91 SmallVector<AffineForOp, 8> forOps; in getIndexSet() local