Home
last modified time | relevance | path

Searched defs:lowerBound (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DScalableValueBoundsConstraintSet.cpp100 SmallVector<AffineMap, 1> lowerBound(1), upperBound(1); in computeScalableBound() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DAllocatable.cpp61 mlir::Value lowerBound, in genAllocatableSetBounds()
/llvm-project/mlir/lib/Conversion/ArmSMEToSCF/
H A DArmSMEToSCF.cpp110 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); in createLoadStoreForOverTileSlices() local
299 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); in matchAndRewrite() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DLowerToLLVM.cpp89 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); in matchAndRewrite() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DLowerToLLVM.cpp89 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/ArmSME/IR/
H A DUtils.cpp84 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); in createLoopOverTileSlices() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp153 std::optional<OpFoldResult> lowerBound = candidateLoop.getSingleLowerBound(); in multiBuffer() local
H A DRuntimeOpVerification.cpp190 auto lowerBound = computeLinearIndex(builder, loc, offset, strides, indices); in computeLinearBounds() local
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp179 std::optional<OpFoldResult> lowerBound = loop.getSingleLowerBound(); visitNonControlFlowArguments() local
/llvm-project/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp188 Value lowerBound = getOrEmitLowerBound(currentLoop, builder); in collectBounds() local
435 Value iv, lowerBound, upperBound, step; in processParallelLoop() local
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp321 lowerBound = mlir::getAffineSymbolExpr(i * 3, context), in createArrayIndexAffineMap() local
512 auto lowerBound = mlir::getAffineSymbolExpr(0, op.getContext()); in genericBounds() local
H A DControlFlowConverter.cpp282 auto lowerBound = whileOp.getLowerBound(); in matchAndRewrite() local
H A DLoopVersioning.cpp183 mlir::Value lowerBound{nullptr}; tryGetLowerBoundsFromShapeLike() local
/llvm-project/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp356 Value lowerBound = forOp.getLowerBound(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp130 AffineMap lowerBound = parallelOp.getLowerBoundMap(ivPos); in addAffineParallelOpDomain() local
/llvm-project/mlir/lib/Conversion/VectorToArmSME/
H A DVectorToArmSME.cpp649 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp155 Value lowerBound = lowerAffineLowerBound(op, rewriter); in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp508 mlir::Value stringRawAddr, mlir::Value lowerBound, in genSubstringBase()
531 auto lowerBound = castBounds[0]; in createSubstring() local
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DVectorLegalization.cpp457 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ArmSMEToLLVM/
H A DArmSMEToLLVM.cpp343 auto lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); emitFullTileSwap() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp220 clamp(ImplicitLocOpBuilder & builder,Value value,Value lowerBound,Value upperBound) clamp() argument
1101 clampWithNormals(ImplicitLocOpBuilder & builder,const VectorShape shape,Value value,float lowerBound,float upperBound) clampWithNormals() argument
/llvm-project/flang/lib/Evaluate/
H A Dcheck-expression.cpp964 const Expr<SubscriptInteger> *lowerBound{triplet->GetLower()}; CheckSubscripts() local
/llvm-project/flang/lib/Lower/
H A DAllocatable.cpp130 genRuntimeSetBounds(fir::FirOpBuilder & builder,mlir::Location loc,const fir::MutableBoxValue & box,mlir::Value dimIndex,mlir::Value lowerBound,mlir::Value upperBound) genRuntimeSetBounds() argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-call.cpp1914 CheckArgumentIsConstantExprInRange(const evaluate::ActualArguments & actuals,int index,int lowerBound,int upperBound,parser::ContextualMessages & messages) CheckArgumentIsConstantExprInRange() argument
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp762 Value lowerBound = rewriter.create<arith::ConstantIndexOp>(loc, 0); matchAndRewrite() local

12