Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DLoopAnalysis.cpp35 void mlir::getTripCountMapAndOperands( in getTripCountMapAndOperands() function in mlir
86 getTripCountMapAndOperands(forOp, &map, &operands); in getConstantTripCount()
112 getTripCountMapAndOperands(forOp, &map, &operands); in getLargestDivisorOfTripCount()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DLoopAnalysis.h37 void getTripCountMapAndOperands(AffineForOp forOp, AffineMap *map,
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dunroll.mlir600 // TODO: Extend getTripCountMapAndOperands to handle multi-result lower bound
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp61 getTripCountMapAndOperands(forOp, &tripCountMap, &tripCountOperands); in getCleanupLoopLowerBound()