Home
last modified time | relevance | path

Searched refs:setLowerBound (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopRangeFolding.cpp66 op.setLowerBound(lbFold->getResult(0)); in runOnOperation()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp631 newIntraTileLoop.setLowerBound(lbOperands, lbMap); in setIntraTileBoundsParametric()
650 newLoop.setLowerBound(newLbOperands, origLoop.getLowerBoundMap()); in setInterTileBoundsParametric()
786 newLoops[i].setLowerBound(newLbOperands, origLoops[i].getLowerBoundMap()); in constructTiledIndexSetHyperRect()
798 newLoops[width + i].setLowerBound( in constructTiledIndexSetHyperRect()
1079 cleanupForOp.setLowerBound(cleanupOperands, cleanupMap); in generateCleanupLoopForUnroll()
1854 forOp.setLowerBound(lb); in mapLoopToProcessorIds()
H A DLoopFusionUtils.cpp451 forOp.setLowerBound(lbOperands, lbMap); in fuseLoops()
H A DUtils.cpp631 op.setLowerBound({}, opBuilder.getConstantAffineMap(0)); in normalizeAffineFor()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp503 epilogueForOp.setLowerBound(upperBoundUnrolled); in loopUnrollByFactor()
607 loop.setLowerBound(loopPieces.lowerBound); in normalizeLoop()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1207 forOp.setLowerBound(sliceState->lbOperands[i], lbMap); in insertBackwardComputationSlice()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1841 forOp.setLowerBound(lbOperands, lbMap); in canonicalizeLoopBounds()
1999 void AffineForOp::setLowerBound(ValueRange lbOperands, AffineMap map) { in setLowerBound() function in AffineForOp
2062 setLowerBound({}, AffineMap::getConstantMap(value, getContext())); in setConstantLowerBound()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/
H A DSCFOps.td245 void setLowerBound(Value bound) { getOperation()->setOperand(0, bound); }
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td293 void setLowerBound(ValueRange operands, AffineMap map);
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td2083 void setLowerBound(mlir::Value bound) { (*this)->setOperand(0, bound); }
2232 void setLowerBound(mlir::Value bound) { (*this)->setOperand(0, bound); }
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp942 E->setLowerBound(Record.readSubExpr()); in VisitOMPArraySectionExpr()