Searched defs:srcForOp (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopFusionUtils.cpp | 137 static Operation *getFusedLoopNestInsertionPoint(AffineForOp srcForOp, in getFusedLoopNestInsertionPoint() 263 FusionResult mlir::canFuseLoops(AffineForOp srcForOp, AffineForOp dstForOp, in canFuseLoops() 367 void mlir::fuseLoops(AffineForOp srcForOp, AffineForOp dstForOp, in fuseLoops() 565 bool mlir::getFusionComputeCost(AffineForOp srcForOp, LoopNestStats &srcStats, in getFusionComputeCost()
|
D | LoopUtils.cpp | 253 unsigned offset, AffineForOp srcForOp, OpBuilder b) { in generateShiftedLoop()
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestLoopFusion.cpp | 54 static bool testDependenceCheck(AffineForOp srcForOp, AffineForOp dstForOp, in testDependenceCheck()
|