Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp78 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
79 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
113 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1042 vecForOp.getUpperBoundOperands()); in createMask()
1045 vecForOp.getUpperBoundOperands()); in createMask()
1325 forOp.getUpperBoundOperands(), forOp.getUpperBoundMap(), newStep, in vectorizeAffineForOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DLoopAnalysis.cpp61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in getTripCountMapAndOperands()
H A DAffineStructures.cpp641 forOp.getUpperBoundOperands()); in addAffineForOpDomain()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1506 if (failed(verifyDimAndSymbolIdentifiers(*this, getUpperBoundOperands(), in verifyRegions()
1745 printBound(getUpperBoundMapAttr(), getUpperBoundOperands(), "min", p); in print()
1779 lower ? forOp.getLowerBoundOperands() : forOp.getUpperBoundOperands(); in foldLoopBounds()
1821 SmallVector<Value, 4> ubOperands(forOp.getUpperBoundOperands()); in canonicalizeLoopBounds()
2005 auto ubOperands = getUpperBoundOperands(); in setLowerBound()
2073 AffineForOp::operand_range AffineForOp::getUpperBoundOperands() { in getUpperBoundOperands() function in AffineForOp
2248 SmallVector<Value, 4> ubOperands(loop.getUpperBoundOperands()); in replaceForOpWithNewYields()
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp84 op.getUpperBoundOperands()); in lowerAffineUpperBound()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp186 auto ubOperands = srcForOp.getUpperBoundOperands(); in generateShiftedLoop()
785 OperandRange newUbOperands = origLoops[i].getUpperBoundOperands(); in constructTiledIndexSetHyperRect()
1652 SmallVector<Value, 4> ubOperands(forOp.getUpperBoundOperands()); in stripmineSink()
H A DUtils.cpp360 ValueRange upperBoundOperands = forOp.getUpperBoundOperands(); in affineParallelize()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td263 operand_range getUpperBoundOperands();