Home
last modified time | relevance | path

Searched defs:getLoopIteratorTypes (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Mesh/Interfaces/
H A DShardingInterfaceImpl.h58 getLoopIteratorTypes(Operation *operation) const { getLoopIteratorTypes() function
107 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const { getLoopIteratorTypes() function
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DShardingInterfaceImpl.cpp34 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const { in getLoopIteratorTypes() function
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp29 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const { getLoopIteratorTypes() function
105 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const { getLoopIteratorTypes() function
358 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const { getLoopIteratorTypes() function
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DMeshShardingInterfaceImpl.cpp264 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const { getLoopIteratorTypes() function
H A DTilingInterfaceImpl.cpp90 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const { in getLoopIteratorTypes() function
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp2478 SmallVector<utils::IteratorType> SoftmaxOp::getLoopIteratorTypes() { getLoopIteratorTypes() function in SoftmaxOp