Searched defs:LevelType (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/ |
H A D | Enums.h | 238 struct LevelType { struct 253 /// Convert a LevelFormat to its corresponding LevelType with the given argument 267 return isValidLvlBits(ltBits) ? std::optional(LevelType(ltBits)) argument 282 constexpr explicit LevelType(uint64_t bits) : lvlBits(bits) { in LevelType() argument 287 /*implicit*/ LevelType(LevelFormat f) : lvlBits(static_cast<uint64_t>(f)) { in LevelType() function 294 bool operator==(const LevelType lhs) const { argument 299 LevelType stripStorageIrrelevantProperties() const { in stripStorageIrrelevantProperties() argument 319 /// Get the `LevelFormat` of the `LevelType`. argument 324 /// Check if the `LevelType` is in the `LevelFormat`. argument 330 /// Check if the `LevelType` has the properties argument [all …]
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseAssembler.cpp | 41 __anon5b1788e30102(Type t, FieldIndex, SparseTensorFieldKind kind, Level, LevelType) convTypes() argument 82 __anon5b1788e30202(Type t, FieldIndex, SparseTensorFieldKind kind, Level lv, LevelType) convVals() argument
|
H A D | SparseTensorCodegen.cpp | 219 __anonfc1b03f50102(Type fType, FieldIndex fIdx, SparseTensorFieldKind fKind, Level , LevelType ) createAllocFields() argument 1182 __anonfc1b03f50702(Type fTp, FieldIndex fIdx, SparseTensorFieldKind fKind, Level lvl, LevelType ) matchAndRewrite() argument
|
H A D | SparseTensorRewriting.cpp | 740 Level l, LevelType) { in matchAndRewrite() argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | SparseTensorDescriptor.cpp | 45 LevelType /*lt*/) -> bool { in convertSparseTensorType() argument
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | SparseTensorRuntime.cpp | 157 StridedMemRefType<LevelType, 1> *lvlTypesRef, in _mlir_ciface_newSparseTensor()
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 188 LevelType) -> bool { in getNumFields() argument 198 LevelType) -> bool { in getNumDataFields() argument [all...] |