Home
last modified time | relevance | path

Searched refs:getLowerBoundOperands (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp73 static Operation::operand_range getLowerBoundOperands(AffineForOp forOp) { in getLowerBoundOperands() function
74 return forOp.getLowerBoundOperands(); in getLowerBoundOperands()
112 if (!areValuesDefinedAbove(getLowerBoundOperands(forOp), limit) || in checkAffineLoopNestMappableImpl()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DLoopAnalysis.cpp67 AffineValueMap lbSplatValueMap(lbMapSplat, forOp.getLowerBoundOperands()); in getTripCountMapAndOperands()
H A DAffineStructures.cpp631 forOp.getLowerBoundOperands()))) in addAffineForOpDomain()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp71 forOp.getLowerBoundOperands()); in getCleanupLoopLowerBound()
149 auto lbOperands = forOp.getLowerBoundOperands(); in promoteIfSingleIteration()
185 auto lbOperands = srcForOp.getLowerBoundOperands(); in generateShiftedLoop()
646 OperandRange newLbOperands = origLoop.getLowerBoundOperands(); in setInterTileBoundsParametric()
784 OperandRange newLbOperands = origLoops[i].getLowerBoundOperands(); in constructTiledIndexSetHyperRect()
1647 SmallVector<Value, 4> lbOperands(forOp.getLowerBoundOperands()); in stripmineSink()
H A DUtils.cpp358 ValueRange lowerBoundOperands = forOp.getLowerBoundOperands(); in affineParallelize()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1501 if (failed(verifyDimAndSymbolIdentifiers(*this, getLowerBoundOperands(), in verifyRegions()
1743 printBound(getLowerBoundMapAttr(), getLowerBoundOperands(), "max", p); in print()
1779 lower ? forOp.getLowerBoundOperands() : forOp.getUpperBoundOperands(); in foldLoopBounds()
1820 SmallVector<Value, 4> lbOperands(forOp.getLowerBoundOperands()); in canonicalizeLoopBounds()
2018 SmallVector<Value, 4> newOperands(getLowerBoundOperands()); in setUpperBound()
2069 AffineForOp::operand_range AffineForOp::getLowerBoundOperands() { in getLowerBoundOperands() function in AffineForOp
2247 SmallVector<Value, 4> lbOperands(loop.getLowerBoundOperands()); in replaceForOpWithNewYields()
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp92 op.getLowerBoundOperands()); in lowerAffineLowerBound()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1324 forOp.getLoc(), forOp.getLowerBoundOperands(), forOp.getLowerBoundMap(), in vectorizeAffineForOp()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td260 operand_range getLowerBoundOperands();