Home
last modified time | relevance | path

Searched defs:tiledResults (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/test/lib/Interfaces/TilingInterface/
H A DTestTilingInterfaceTransformOps.cpp102 FailureOr<scf::SCFTileAndFuseResult> tiledResults = applyTileAndFuseToAll() local
246 FailureOr<scf::SCFTilingResult> tiledResults = applyTileToAll() local
313 FailureOr<scf::SCFTileAndFuseResult> tiledResults = applyTilingToAll() local
[all...]
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp176 SmallVector<Value> tiledResults; generateLoopNestUsingForOp() local
258 SmallVector<Value> tiledResults; generateLoopNestUsingForallOp() local
299 SmallVector<Value> tiledResults; generateLoopNest() local
583 __anone7fd0eaf0802(RewriterBase &rewriter, Location loc, ValueRange ivs, ValueRange regionIterArgs, SmallVector<Value> &tiledResults, SmallVector<SmallVector<OpFoldResult>> &resultOffsets, SmallVector<SmallVector<OpFoldResult>> &resultSizes) tileUsingSCF() argument
1366 fixTerminatorSCFInParallel(RewriterBase & rewriter,scf::ForallOp newForallOp,SmallVector<Value> tiledResults,ArrayRef<SmallVector<OpFoldResult>> & resultOffsets,ArrayRef<SmallVector<OpFoldResult>> & resultSizes,ArrayRef<BlockArgument> bbArgs) fixTerminatorSCFInParallel() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp510 FailureOr<scf::SCFTileAndFuseResult> tiledResults = applyTilingToAll() local