Home
last modified time | relevance | path

Searched refs:affineForOpBodySkew (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h89 LogicalResult affineForOpBodySkew(AffineForOp forOp, ArrayRef<uint64_t> shifts,
/external/llvm-project/mlir/lib/Transforms/
DPipelineDataTransfer.cpp364 if (failed(affineForOpBodySkew(forOp, shifts))) { in runOnAffineForOp()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp305 LogicalResult mlir::affineForOpBodySkew(AffineForOp forOp, in affineForOpBodySkew() function in mlir