Home
last modified time | relevance | path

Searched refs:permuteLoops (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestLoopPermutation.cpp60 permuteLoops(nest, permMap); in runOnFunction()
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h131 unsigned permuteLoops(MutableArrayRef<AffineForOp> inputNest,
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_transforms.cc147 mlir::permuteLoops(loops, permutation); in SinkPerfectlyNestedLoops()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1498 unsigned mlir::permuteLoops(MutableArrayRef<AffineForOp> input, in permuteLoops() function in mlir
1616 unsigned loopNestRootIndex = permuteLoops(loops, loopPermMap); in sinkSequentialLoops()