Searched defs:dstForOp (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopFusionUtils.cpp | 135 AffineForOp dstForOp) { in getFusedLoopNestInsertionPoint() 250 AffineForOp dstForOp, in canFuseLoops() 426 void mlir::affine::fuseLoops(AffineForOp srcForOp, AffineForOp dstForOp, in fuseLoops() 577 AffineForOp dstForOp, in getFusionComputeCost()
|
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestLoopFusion.cpp | 62 static bool testDependenceCheck(AffineForOp srcForOp, AffineForOp dstForOp, in testDependenceCheck()
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | LoopFusion.cpp | 444 isFusionProfitable(Operation * srcOpInst,Operation * srcStoreOpInst,AffineForOp dstForOp,ArrayRef<ComputationSliceState> depthSliceUnions,unsigned maxLegalFusionDepth,unsigned * dstLoopDepth,double computeToleranceThreshold) isFusionProfitable() argument
|