Lines Matching defs:opState
1585 ParseResult parseOperation(OperationState &opState) {
1586 if (parseAssembly(*this, opState))
1593 opState.attributes.findDuplicate();
2074 OperationState opState(srcLocation, *opNameInfo);
2078 state.asmState->startOperationDefinition(opState.name);
2081 CleanupOpStateRegions guard{opState};
2084 if (opAsmParser.parseOperation(opState))
2091 Attribute properties = opState.propertiesAttr;
2092 opState.propertiesAttr = Attribute{};
2095 Operation *op = opBuilder.create(opState);