Searched defs:upperBounds (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | AsyncParallelFor.cpp | 155 SmallVector<IntegerAttr> upperBounds; global() member 178 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::upperBounds() { upperBounds() function in ParallelComputeFunctionArgs
|
/llvm-project/mlir/lib/Dialect/SCF/Utils/ |
H A D | Utils.cpp | 850 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 D | SCF.cpp | 2814 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 D | Vectorization.cpp | 408 SmallVector<Value> upperBounds = getOrCreateMaskFor() local
|
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 910 SmallVector<std::optional<int64_t>, 4> lowerBounds, upperBounds; simplifyMinOrMaxExprWithOperands() local [all...] |