Lines Matching defs:valueID
885 /// and updates the `resultType` and `valueID` with the parsed type and SSA ID,
890 StringRef resultTypes, StringRef valueID,
920 os << tabs << formatv("{0} = {1}[{2}++];\n", valueID, words, wordIndex);
988 /// an <id> `valueID`
990 StringRef valueID,
995 os << tabs << formatv("if (decorations.count({0})) {{\n", valueID);
997 << formatv(" auto attrs = decorations[{0}].getAttrs();\n", valueID);
1012 StringRef resultTypes("resultTypes"), valueID("valueID"), words("words"),
1033 os << formatv(" uint32_t {0} = 0; (void){0};\n", valueID);
1037 resultTypes, valueID, os);
1046 emitDecorationDeserialization(op, " ", valueID, attributes, os);
1054 os << formatv(" valueMap[{0}] = {1}.getResult();\n\n", valueID, opVar);