Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprOpenMP.h96 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp158 op.setLowerBound({}, opBuilder.getConstantAffineMap(0)); in normalizeAffineFor()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp680 newIntraTileLoop.setLowerBound(lbOperands, lbMap); in setIntraTileBoundsParametric()
699 newLoop.setLowerBound(newLbOperands, origLoop.getLowerBoundMap()); in setInterTileBoundsParametric()
835 newLoops[i].setLowerBound(newLbOperands, origLoops[i].getLowerBoundMap()); in constructTiledIndexSetHyperRect()
845 newLoops[width + i].setLowerBound( in constructTiledIndexSetHyperRect()
1135 cleanupForOp.setLowerBound(cleanupOperands, cleanupMap); in loopUnrollByFactor()
1239 epilogueForOp.setLowerBound(upperBoundUnrolled); in loopUnrollByFactor()
1357 cleanupAffineForOp.setLowerBound(cleanupOperands, cleanupMap); in loopUnrollJamByFactor()
1970 loop.setLowerBound(loopPieces.lowerBound); in normalizeLoop()
2125 forOp.setLowerBound(lb); in mapLoopToProcessorIds()
DLoopFusionUtils.cpp385 forOp.setLowerBound(lbOperands, lbMap); in fuseLoops()
/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1617 forOp.setLowerBound(lbOperands, lbMap); in canonicalizeLoopBounds()
1663 void AffineForOp::setLowerBound(ValueRange lbOperands, AffineMap map) { in setLowerBound() function in AffineForOp
1726 setLowerBound({}, AffineMap::getConstantMap(value, getContext())); in setConstantLowerBound()
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp902 forOp.setLowerBound(sliceState->lbOperands[i], lbMap); in insertBackwardComputationSlice()
/external/llvm-project/mlir/include/mlir/Dialect/SCF/
DSCFOps.td175 void setLowerBound(Value bound) { getOperation()->setOperand(0, bound); }
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.td277 void setLowerBound(ValueRange operands, AffineMap map);
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td1943 void setLowerBound(Value bound) { (*this)->setOperand(0, bound); }
2065 void setLowerBound(Value bound) { (*this)->setOperand(0, bound); }
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp945 E->setLowerBound(Record.readSubExpr()); in VisitOMPArraySectionExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp620 E->setLowerBound(Reader.ReadSubExpr()); in VisitOMPArraySectionExpr()