Home
last modified time | relevance | path

Searched refs:setInterchange (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgTransforms.cpp180 .setInterchange({1, 2, 0}), in applyPatterns()
187 .setInterchange({1, 0, 2}), in applyPatterns()
198 LinalgTilingOptions().setTileSizes({5, 6}).setInterchange({1, 0}), in applyPatterns()
206 .setInterchange({1, 2, 0}) in applyPatterns()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/
H A DTileUsingInterface.h57 SCFTilingOptions &setInterchange(ArrayRef<unsigned> interchange) { in setInterchange() function
/llvm-project-15.0.7/mlir/test/lib/Interfaces/TilingInterface/
H A DTestTilingInterface.cpp154 tilingOptions.setTileSizes(tileSizes).setInterchange(interchange);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DFusionOnTensors.cpp286 .setInterchange(SmallVector<unsigned>( in tileRootOp()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h620 LinalgTilingOptions &setInterchange(ArrayRef<unsigned> interchange) { in setInterchange() function
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp923 tilingOptions.setInterchange(extractUIntArray(getInterchange())); in apply()