Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp732 static StringRef getTypeListName(Element *arg, ArgumentLengthKind &lengthKind) { in getTypeListName() argument
734 lengthKind = getArgumentLengthKind(operand->getVar()); in getTypeListName()
738 lengthKind = getArgumentLengthKind(result->getVar()); in getTypeListName()
741 lengthKind = ArgumentLengthKind::Variadic; in getTypeListName()
848 ArgumentLengthKind lengthKind; in genElementParserStorage() local
849 StringRef name = getTypeListName(dir->getOperand(), lengthKind); in genElementParserStorage()
850 if (lengthKind != ArgumentLengthKind::Single) in genElementParserStorage()
858 ArgumentLengthKind lengthKind; in genElementParserStorage() local
859 StringRef name = getTypeListName(dir->getOperand(), lengthKind); in genElementParserStorage()
863 if (lengthKind != ArgumentLengthKind::Single) in genElementParserStorage()
[all …]