Searched refs:setLowerBound (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/ |
| H A D | LoopRangeFolding.cpp | 66 op.setLowerBound(lbFold->getResult(0)); in runOnOperation()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 631 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 D | LoopFusionUtils.cpp | 451 forOp.setLowerBound(lbOperands, lbMap); in fuseLoops()
|
| H A D | Utils.cpp | 631 op.setLowerBound({}, opBuilder.getConstantAffineMap(0)); in normalizeAffineFor()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/ |
| H A D | Utils.cpp | 503 epilogueForOp.setLowerBound(upperBoundUnrolled); in loopUnrollByFactor() 607 loop.setLowerBound(loopPieces.lowerBound); in normalizeLoop()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | Utils.cpp | 1207 forOp.setLowerBound(sliceState->lbOperands[i], lbMap); in insertBackwardComputationSlice()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 1841 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 D | SCFOps.td | 245 void setLowerBound(Value bound) { getOperation()->setOperand(0, bound); }
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.td | 293 void setLowerBound(ValueRange operands, AffineMap map);
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | FIROps.td | 2083 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 D | ASTReaderStmt.cpp | 942 E->setLowerBound(Record.readSubExpr()); in VisitOMPArraySectionExpr()
|