Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestLoopPermutation.cpp53 SmallVector<AffineForOp, 2> forOps; in runOnOperation() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp1121 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 DPipelineDataTransfer.cpp48 std::vector<AffineForOp> forOps; member
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h39 SmallVector<AffineForOp, 4> forOps; member
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1585 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