Lines Matching defs:resultID
676 /// the result and updates `resultID` with the SSA-ID.
679 StringRef operands, StringRef resultID,
692 os << tabs << formatv("{0} = getNextID();\n", resultID);
694 << formatv("valueIDMap[{0}.getResult()] = {1};\n", opVar, resultID);
695 os << tabs << formatv("{0}.push_back({1});\n", operands, resultID);
702 /// decorations on the `resultID` of the serialized operation `opVar` in the
706 StringRef resultID, raw_ostream &os) {
718 opVar, resultID);
734 resultID("resultID");
764 os << formatv(" uint32_t {0} = 0;\n", resultID);
766 resultID, os);
788 emitDecorationSerialization(op, " ", opVar, elidedAttrs, resultID, os);