Searched refs:getUpperBoundOperands (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/ |
| H A D | SCFToGPU.cpp | 78 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 D | SuperVectorize.cpp | 1042 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 D | LoopAnalysis.cpp | 61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in getTripCountMapAndOperands()
|
| H A D | AffineStructures.cpp | 641 forOp.getUpperBoundOperands()); in addAffineForOpDomain()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 1506 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 D | AffineToStandard.cpp | 84 op.getUpperBoundOperands()); in lowerAffineUpperBound()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 186 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 D | Utils.cpp | 360 ValueRange upperBoundOperands = forOp.getUpperBoundOperands(); in affineParallelize()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.td | 263 operand_range getUpperBoundOperands();
|