Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp710 enum class ArgumentLengthKind { enum
721 static ArgumentLengthKind
724 return ArgumentLengthKind::Optional; in getArgumentLengthKind()
726 return ArgumentLengthKind::Variadic; in getArgumentLengthKind()
727 return ArgumentLengthKind::Single; in getArgumentLengthKind()
732 static StringRef getTypeListName(Element *arg, ArgumentLengthKind &lengthKind) { in getTypeListName()
741 lengthKind = ArgumentLengthKind::Variadic; in getTypeListName()
848 ArgumentLengthKind lengthKind; in genElementParserStorage()
850 if (lengthKind != ArgumentLengthKind::Single) in genElementParserStorage()
858 ArgumentLengthKind lengthKind; in genElementParserStorage()
[all …]