Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DEnums.h206 Nonordered = 0x0002, // 0b010 enumerator
215 case LevelPropNonDefault::Nonordered: in toPropString()
275 properties.push_back(LevelPropNonDefault::Nonordered);
374 if (isa<LevelPropNonDefault::Nonordered>()) { in toMLIRString()
377 propStr += toPropString(LevelPropNonDefault::Nonordered); in toMLIRString()
426 return !lt.isa<LevelPropNonDefault::Nonordered>(); in isOrderedLT()
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DLvlTypeParser.cpp94 } else if (strVal == toPropString(LevelPropNonDefault::Nonordered)) { in parseProperty()
95 *properties |= static_cast<uint64_t>(LevelPropNonDefault::Nonordered); in parseProperty()
/llvm-project/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp37 static_cast<int>(LevelPropNonDefault::Nonordered) &&