Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/
H A DContext.cpp137 operand.getVariableLengthKind()); in print()
149 result.getVariableLengthKind()); in print()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h92 VariableLengthKind getVariableLengthKind() const { in getVariableLengthKind() function
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp755 switch (result.getVariableLengthKind()) { in codeCompleteOperationMemberAccess()
1128 switch (value.getVariableLengthKind()) { in codeCompleteOperationOperandOrResultSignature()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp653 return result.getVariableLengthKind() == in convertExpressionTo()