Searched refs:getLowerBoundOperands (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/ |
| H A D | SCFToGPU.cpp | 73 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 D | LoopAnalysis.cpp | 67 AffineValueMap lbSplatValueMap(lbMapSplat, forOp.getLowerBoundOperands()); in getTripCountMapAndOperands()
|
| H A D | AffineStructures.cpp | 631 forOp.getLowerBoundOperands()))) in addAffineForOpDomain()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 71 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 D | Utils.cpp | 358 ValueRange lowerBoundOperands = forOp.getLowerBoundOperands(); in affineParallelize()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 1501 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 D | AffineToStandard.cpp | 92 op.getLowerBoundOperands()); in lowerAffineLowerBound()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | SuperVectorize.cpp | 1324 forOp.getLoc(), forOp.getLowerBoundOperands(), forOp.getLowerBoundMap(), in vectorizeAffineForOp()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.td | 260 operand_range getLowerBoundOperands();
|