Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/SCFToGPU/
DSCFToGPU.cpp55 static Operation::operand_range getLowerBoundOperands(AffineForOp forOp) { in getLowerBoundOperands() function
56 return forOp.getLowerBoundOperands(); in getLowerBoundOperands()
93 if (!areValuesDefinedAbove(getLowerBoundOperands(forOp), limit) || in checkAffineLoopNestMappableImpl()
/external/llvm-project/mlir/lib/Dialect/Affine/Utils/
DUtils.cpp141 ValueRange lowerBoundOperands = forOp.getLowerBoundOperands(); in affineParallelize()
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp67 AffineValueMap lbSplatValueMap(lbMapSplat, forOp.getLowerBoundOperands()); in buildTripCountMapAndOperands()
DAffineStructures.cpp694 forOp.getLowerBoundOperands(), in addAffineForOpDomain()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1282 verifyDimAndSymbolIdentifiers(op, op.getLowerBoundOperands(), in verify()
1522 printBound(op.getLowerBoundMapAttr(), op.getLowerBoundOperands(), "max", p); in print()
1557 lower ? forOp.getLowerBoundOperands() : forOp.getUpperBoundOperands(); in foldLoopBounds()
1598 SmallVector<Value, 4> lbOperands(forOp.getLowerBoundOperands()); in canonicalizeLoopBounds()
1682 SmallVector<Value, 4> newOperands(getLowerBoundOperands()); in setUpperBound()
1733 AffineForOp::operand_range AffineForOp::getLowerBoundOperands() { in getLowerBoundOperands() function in AffineForOp
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp81 forOp.getLowerBoundOperands()); in getCleanupLoopLowerBound()
171 auto lbOperands = forOp.getLowerBoundOperands(); in promoteIfSingleIteration()
254 auto lbOperands = srcForOp.getLowerBoundOperands(); in generateShiftedLoop()
695 OperandRange newLbOperands = origLoop.getLowerBoundOperands(); in setInterTileBoundsParametric()
833 OperandRange newLbOperands = origLoops[i].getLowerBoundOperands(); in constructTiledIndexSetHyperRect()
1659 SmallVector<Value, 4> lbOperands(forOp.getLowerBoundOperands()); in stripmineSink()
/external/llvm-project/mlir/lib/Conversion/AffineToStandard/
DAffineToStandard.cpp294 op.getLowerBoundOperands()); in lowerAffineLowerBound()
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.td248 operand_range getLowerBoundOperands();