Searched refs:getLowerBoundOperands (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/SCFToGPU/ |
D | SCFToGPU.cpp | 55 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/ |
D | Utils.cpp | 141 ValueRange lowerBoundOperands = forOp.getLowerBoundOperands(); in affineParallelize()
|
/external/llvm-project/mlir/lib/Analysis/ |
D | LoopAnalysis.cpp | 67 AffineValueMap lbSplatValueMap(lbMapSplat, forOp.getLowerBoundOperands()); in buildTripCountMapAndOperands()
|
D | AffineStructures.cpp | 694 forOp.getLowerBoundOperands(), in addAffineForOpDomain()
|
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 1282 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/ |
D | LoopUtils.cpp | 81 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/ |
D | AffineToStandard.cpp | 294 op.getLowerBoundOperands()); in lowerAffineLowerBound()
|
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ |
D | AffineOps.td | 248 operand_range getLowerBoundOperands();
|