Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DLoopFusionUtils.h97 void fuseLoops(AffineForOp srcForOp, AffineForOp dstForOp,
/external/llvm-project/mlir/test/lib/Transforms/
DTestLoopFusion.cpp132 mlir::fuseLoops(forOpA, forOpB, sliceUnion); in testLoopFusionTransformation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp525 bool fuseLoops(Function &F) { in fuseLoops() function
1633 return LF.fuseLoops(F); in runOnFunction()
1648 bool Changed = LF.fuseLoops(F); in run()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp562 bool fuseLoops(Function &F) { in fuseLoops() function
1841 return LF.fuseLoops(F); in runOnFunction()
1858 bool Changed = LF.fuseLoops(F); in run()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp367 void mlir::fuseLoops(AffineForOp srcForOp, AffineForOp dstForOp, in fuseLoops() function in mlir
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp1534 fuseLoops(srcAffineForOp, dstAffineForOp, in fuseProducerConsumerNodes()
1729 mlir::fuseLoops(sibAffineForOp, dstAffineForOp, in fuseWithSiblingNodes()