Searched refs:variableLengthKind (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/ |
H A D | Operation.h | 82 return variableLengthKind != VariableLengthKind::Single; in isVariableLength() 88 return variableLengthKind == VariableLengthKind::Variadic; in isVariadic() 93 return variableLengthKind; in getVariableLengthKind() 100 OperandOrResult(StringRef name, VariableLengthKind variableLengthKind, in OperandOrResult() argument 102 : name(name.str()), variableLengthKind(variableLengthKind), in OperandOrResult() 109 VariableLengthKind variableLengthKind; variable 137 void appendOperand(StringRef name, VariableLengthKind variableLengthKind, in appendOperand() argument 140 OperandOrResult(name, variableLengthKind, constraint)); in appendOperand() 144 void appendResult(StringRef name, VariableLengthKind variableLengthKind, in appendResult() argument 146 results.emplace_back(OperandOrResult(name, variableLengthKind, constraint)); in appendResult()
|