Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopUnrollPass.h106 LoopUnrollOptions &setUpperBound(bool UpperBound) { in setUpperBound() function
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DLoopUnrollPass.h106 LoopUnrollOptions &setUpperBound(bool UpperBound) { in setUpperBound() function
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp685 newIntraTileLoop.setUpperBound(ubOperands, ubMap); in setIntraTileBoundsParametric()
782 newLoop.setUpperBound(ubOperands, ubMap); in setInterTileBoundsParametric()
836 newLoops[i].setUpperBound(newUbOperands, origLoops[i].getUpperBoundMap()); in constructTiledIndexSetHyperRect()
854 newLoops[width + i].setUpperBound( in constructTiledIndexSetHyperRect()
888 newLoops[width + i].setUpperBound(/*operands=*/ubOperands, ubMap); in constructTiledIndexSetHyperRect()
893 newLoops[width + i].setUpperBound(newLoops[i].getInductionVar(), ubMap); in constructTiledIndexSetHyperRect()
1141 forOp.setUpperBound(cleanupOperands, cleanupMap); in loopUnrollByFactor()
1254 forOp.setUpperBound(upperBoundUnrolled); in loopUnrollByFactor()
1364 forOp.setUpperBound(cleanupOperands, cleanupMap); in loopUnrollJamByFactor()
1971 loop.setUpperBound(loopPieces.upperBound); in normalizeLoop()
[all …]
DLoopFusionUtils.cpp390 forOp.setUpperBound(ubOperands, ubMap); in fuseLoops()
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp157 op.setUpperBound(ubOperands, newUbMap); in normalizeAffineFor()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1619 forOp.setUpperBound(ubOperands, ubMap); in canonicalizeLoopBounds()
1678 void AffineForOp::setUpperBound(ValueRange ubOperands, AffineMap map) { in setUpperBound() function in AffineForOp
1730 setUpperBound({}, AffineMap::getConstantMap(value, getContext())); in setConstantUpperBound()
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp904 forOp.setUpperBound(sliceState->ubOperands[i], ubMap); in insertBackwardComputationSlice()
/external/llvm-project/mlir/include/mlir/Dialect/SCF/
DSCFOps.td176 void setUpperBound(Value bound) { getOperation()->setOperand(1, bound); }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1507 UnrollOpts.setUpperBound(Enable); in parseLoopUnrollOptions()
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp1975 UnrollOpts.setUpperBound(Enable); in parseLoopUnrollOptions()
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.td280 void setUpperBound(ValueRange operands, AffineMap map);
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td1944 void setUpperBound(Value bound) { (*this)->setOperand(1, bound); }
2066 void setUpperBound(Value bound) { (*this)->setOperand(1, bound); }