Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.td458 static DictionaryAttr getWithSorted(MLIRContext *context,
481 /// getWithSorted and returns whether the values were sorted.
487 /// getWithSorted in place on an array and returns whether the values needed
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp167 DictionaryAttr DictionaryAttr::getWithSorted(MLIRContext *context, in getWithSorted() function in DictionaryAttr
236 return getWithSorted(getContext(), vec); in replaceImmediateSubElements()
H A DOperationSupport.cpp59 dictionarySorted.setPointer(DictionaryAttr::getWithSorted(context, attrs)); in getDictionary()