Home
last modified time | relevance | path

Searched defs:resultGroups (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/AsmParser/
H A DAsmParserState.h72 SmallVector<ResultGroupDefinition> resultGroups; member
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp248 ArrayRef<std::pair<unsigned, SMLoc>> resultGroups) { in finalizeOperationDefinition() argument
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp1563 SmallVector<int, 2> resultGroups(/*Size=*/1, /*Value=*/0); numberValuesInOp() local
1637 ArrayRef<int> resultGroups = resultGroupIt->second; getResultIDAndNumber() local
3417 ArrayRef<int> resultGroups = state.getSSANameState().getOpResultGroups(op); printFullOp() local
[all...]