Searched refs:setLowerBound (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprOpenMP.h | 96 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
|
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
D | AffineLoopNormalize.cpp | 158 op.setLowerBound({}, opBuilder.getConstantAffineMap(0)); in normalizeAffineFor()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 680 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()
|
D | LoopFusionUtils.cpp | 385 forOp.setLowerBound(lbOperands, lbMap); in fuseLoops()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprOpenMP.h | 99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
|
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 1617 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/ |
D | Utils.cpp | 902 forOp.setLowerBound(sliceState->lbOperands[i], lbMap); in insertBackwardComputationSlice()
|
/external/llvm-project/mlir/include/mlir/Dialect/SCF/ |
D | SCFOps.td | 175 void setLowerBound(Value bound) { getOperation()->setOperand(0, bound); }
|
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ |
D | AffineOps.td | 277 void setLowerBound(ValueRange operands, AffineMap map);
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIROps.td | 1943 void setLowerBound(Value bound) { (*this)->setOperand(0, bound); } 2065 void setLowerBound(Value bound) { (*this)->setOperand(0, bound); }
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 945 E->setLowerBound(Record.readSubExpr()); in VisitOMPArraySectionExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 620 E->setLowerBound(Reader.ReadSubExpr()); in VisitOMPArraySectionExpr()
|