Home
last modified time | relevance | path

Searched refs:setStep (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopRangeFolding.cpp74 op.setStep(stepFold->getResult(0)); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp639 newIntraTileLoop.setStep(origLoop.getStep()); in setIntraTileBoundsParametric()
736 newLoop.setStep(origLoop.getStep()); in setInterTileBoundsParametric()
790 newLoops[i].setStep(tileSizes[i] * origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
801 newLoops[width + i].setStep(origLoops[i].getStep()); in constructTiledIndexSetHyperRect()
1132 forOp.setStep(step * unrollFactor); in loopUnrollByFactor()
1313 forOp.setStep(step * unrollJamFactor); in loopUnrollJamByFactor()
1641 forOp.setStep(scaledStep); in stripmineSink()
1859 forOp.setStep(step); in mapLoopToProcessorIds()
H A DUtils.cpp632 op.setStep(1); in normalizeAffineFor()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp519 forOp.setStep(stepUnrolled); in loopUnrollByFactor()
609 loop.setStep(loopPieces.step); in normalizeLoop()
841 forOp.setStep(b.create<arith::MulIOp>(forOp.getLoc(), originalStep, factor)); in stripmineSink()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/
H A DSCFOps.td247 void setStep(Value step) { getOperation()->setOperand(2, step); }
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7856 bool setStep(Expr *NewStep, bool Subtract);
7910 bool OpenMPIterationSpaceChecker::setStep(Expr *NewStep, bool Subtract) { in setStep() function in __anon296aa5743911::OpenMPIterationSpaceChecker
8261 return setStep(BO->getRHS(), !IsAdd); in checkAndSetIncRHS()
8263 return setStep(BO->getLHS(), /*Subtract=*/false); in checkAndSetIncRHS()
8269 return setStep(CE->getArg(1), !IsAdd); in checkAndSetIncRHS()
8271 return setStep(CE->getArg(0), /*Subtract=*/false); in checkAndSetIncRHS()
8308 return setStep(SemaRef in checkAndSetInc()
8318 return setStep(BO->getRHS(), BO->getOpcode() == BO_SubAssign); in checkAndSetInc()
8332 return setStep(SemaRef in checkAndSetInc()
8342 return setStep(CE->getArg(1), CE->getOperator() == OO_MinusEqual); in checkAndSetInc()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td305 void setStep(int64_t step) {
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp596 Clause->setStep(Step); in Create()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td2085 void setStep(mlir::Value step) { (*this)->setOperand(2, step); }
2234 void setStep(mlir::Value step) { (*this)->setOperand(2, step); }
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3880 void setStep(Expr *Step) { *(getFinals().end()) = Step; } in setStep() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp12243 C->setStep(Record.readSubExpr()); in VisitOMPLinearClause()