Home
last modified time | relevance | path

Searched defs:upperBounds (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp155 SmallVector<IntegerAttr> upperBounds; global() member
178 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::upperBounds() { upperBounds() function in ParallelComputeFunctionArgs
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp850 SmallVector<Value> upperBounds = llvm::map_to_vector( coalesceLoops() local
992 SmallVector<Value, 3> lowerBounds, upperBounds, steps; collapseParallelLoops() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2814 build(OpBuilder & builder,OperationState & result,ValueRange lowerBounds,ValueRange upperBounds,ValueRange steps,ValueRange initVals,function_ref<void (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn) build() argument
2849 build(OpBuilder & builder,OperationState & result,ValueRange lowerBounds,ValueRange upperBounds,ValueRange steps,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuilderFn) build() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp408 SmallVector<Value> upperBounds = getOrCreateMaskFor() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp910 SmallVector<std::optional<int64_t>, 4> lowerBounds, upperBounds; simplifyMinOrMaxExprWithOperands() local
[all...]