Lines Matching defs:KeyValue
228 std::vector<const Init *> KeyValue;
238 KeyValue.push_back(CurInstrVal);
243 // their KeyValue in RowInstrMap.
247 RowInstrMap[KeyValue].push_back(CurInstr);
302 std::vector<const Init *> KeyValue;
304 // Construct KeyValue using KeyInstr's values for RowFields.
307 KeyValue.push_back(KeyInstrVal);
310 // Get all the instructions that share the same KeyValue as the KeyInstr
314 ArrayRef<const Record *> RelatedInstrVec = RowInstrMap[KeyValue];
335 for (const Init *Value : KeyValue) {