Home
last modified time | relevance | path

Searched refs:iterationBounds (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp368 ArrayRef<int64_t> iterationBounds, in unrollSingleResultStructuredOp() argument
378 auto maybeUnrollFactors = shapeRatio(iterationBounds, targetShape); in unrollSingleResultStructuredOp()
670 SmallVector<int64_t, 6> iterationBounds; in unrollSingleResultVectorOp() local
DVectorOps.cpp472 SmallVectorImpl<int64_t> &iterationBounds) { in getIterationBounds() argument
485 iterationBounds.push_back(lhsShape[lhsDimIndex]); in getIterationBounds()
492 iterationBounds.push_back(resVectorType.getShape()[resDimIndex]); in getIterationBounds()
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.td181 void getIterationBounds(SmallVectorImpl<int64_t> &iterationBounds);