Searched defs:forOps (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestLoopPermutation.cpp | 53 SmallVector<AffineForOp, 2> forOps; in runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/SCF/Utils/ |
H A D | Utils.cpp | 1121 getPerfectlyNestedLoopsImpl(SmallVectorImpl<T> & forOps,T rootForOp,unsigned maxLoops=std::numeric_limits<unsigned>::max ()) getPerfectlyNestedLoopsImpl() argument 1183 tile(ArrayRef<scf::ForOp> forOps,ArrayRef<Value> sizes,ArrayRef<scf::ForOp> targets) tile() argument 1196 tile(ArrayRef<scf::ForOp> forOps,ArrayRef<Value> sizes,scf::ForOp target) tile() argument 1209 SmallVector<scf::ForOp, 4> forOps; tilePerfectlyNested() local 1227 SmallVector<scf::ForOp, 4> forOps; extractFixedOuterLoops() local [all...] |
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | PipelineDataTransfer.cpp | 48 std::vector<AffineForOp> forOps; member
|
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/ |
H A D | Utils.h | 39 SmallVector<AffineForOp, 4> forOps; member
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopUtils.cpp | 1585 tile(ArrayRef<AffineForOp> forOps,ArrayRef<uint64_t> sizes,ArrayRef<AffineForOp> targets) tile() argument 1597 tile(ArrayRef<AffineForOp> forOps,ArrayRef<uint64_t> sizes,AffineForOp target) tile() argument
|