Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/SCFToGPU/
DSCFToGPU.cpp60 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
61 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
94 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/external/llvm-project/mlir/lib/Dialect/Affine/Utils/
DUtils.cpp143 ValueRange upperBoundOperands = forOp.getUpperBoundOperands(); in affineParallelize()
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in buildTripCountMapAndOperands()
DAffineStructures.cpp705 forOp.getUpperBoundOperands(), in addAffineForOpDomain()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1288 verifyDimAndSymbolIdentifiers(op, op.getUpperBoundOperands(), in verify()
1524 printBound(op.getUpperBoundMapAttr(), op.getUpperBoundOperands(), "min", p); in print()
1557 lower ? forOp.getLowerBoundOperands() : forOp.getUpperBoundOperands(); in foldLoopBounds()
1599 SmallVector<Value, 4> ubOperands(forOp.getUpperBoundOperands()); in canonicalizeLoopBounds()
1669 auto ubOperands = getUpperBoundOperands(); in setLowerBound()
1737 AffineForOp::operand_range AffineForOp::getUpperBoundOperands() { in getUpperBoundOperands() function in AffineForOp
/external/llvm-project/mlir/lib/Conversion/AffineToStandard/
DAffineToStandard.cpp286 op.getUpperBoundOperands()); in lowerAffineUpperBound()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp255 auto ubOperands = srcForOp.getUpperBoundOperands(); in generateShiftedLoop()
834 OperandRange newUbOperands = origLoops[i].getUpperBoundOperands(); in constructTiledIndexSetHyperRect()
1664 SmallVector<Value, 4> ubOperands(forOp.getUpperBoundOperands()); in stripmineSink()
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.td251 operand_range getUpperBoundOperands();