Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DDimLvlMap.h249 LevelType getLvlType(Level lvl) const { return getLvl(lvl).getType(); } in getLvlType() function
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorType.h299 LevelType getLvlType(Level l) const { in getLvlType() function
[all...]
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h399 LevelType getLvlType(TensorId t, LoopId i) const { in getLvlType() function
405 LevelType getLvlType(TensorLoopId b) const { in getLvlType() function
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h104 LevelType getLvlType(uint64_t l) const { in getLvlType() function
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp454 LevelType SparseTensorEncodingAttr::getLvlType(Level l) const { in getLvlType() function in SparseTensorEncodingAttr