Home
last modified time | relevance | path

Searched refs:getParallelIteratorTypeName (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h78 constexpr StringRef getParallelIteratorTypeName() { return "parallel"; } in getParallelIteratorTypeName() function
81 return strAttr && strAttr.getValue() == getParallelIteratorTypeName(); in isParallelIterator()
100 static constexpr StringRef names[3] = {getParallelIteratorTypeName(), in getAllIteratorTypeNames()
129 return getParallelIteratorTypeName(); in toString()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DElementwiseToLinalg.cpp43 getParallelIteratorTypeName()); in matchAndRewrite()
DFusionOnTensors.cpp429 getParallelIteratorTypeName(); in isFusableWithReshapeByDimExpansion()
582 getParallelIteratorTypeName()); in fuseWithReshapeByExpansion()
DDropUnitDims.cpp200 getParallelIteratorTypeName()) in matchAndRewrite()
DFusion.cpp664 getParallelIteratorTypeName(); in collectFusableLoops()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
DLinalgStructuredOps.td145 SmallVector<StringRef, 8>(nPar, getParallelIteratorTypeName()));
186 SmallVector<StringRef, 8>(nPar, getParallelIteratorTypeName()));
340 SmallVector<StringRef, 8> iters(nPar, getParallelIteratorTypeName());
428 SmallVector<StringRef, 8> iters(nPar, getParallelIteratorTypeName());
DLinalgStructuredOpsInterface.td35 return getNumIterators(getParallelIteratorTypeName(),
48 return getDimsOfType($_op, getParallelIteratorTypeName(), res);
/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp62 return strAttr.getValue() == getParallelIteratorTypeName(); in isParallelIteratorType()
/external/llvm-project/mlir/docs/Dialects/
DLinalg.md655 getParallelIteratorTypeName(),
656 getParallelIteratorTypeName(),
657 getParallelIteratorTypeName(),
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc58 getParallelIteratorTypeName()); in GetParallelAndReductionIterators()
951 : getParallelIteratorTypeName()); in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp519 getParallelIteratorTypeName(), getContext()); in getBatchDimMap()