Home
last modified time | relevance | path

Searched defs:isSorted (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DCOO.h144 bool isSorted; variable
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp75 bool isSorted = value[0] < value[1]; in dictionaryAttrSort() local
90 bool isSorted = llvm::is_sorted(value); in dictionaryAttrSort() local
119 bool isSorted = dictionaryAttrSort</*inPlace=*/false>(value, storage); in sort() local
126 bool isSorted in sortInPlace() local
134 findDuplicate(SmallVectorImpl<NamedAttribute> & array,bool isSorted) findDuplicate() argument
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DOperationSupport.h920 bool isSorted() const { return dictionarySorted.getInt(); } isSorted() function
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp1537 Value isSorted = matchAndRewrite() local