Lines Matching defs:KeyValue
230 std::vector<Init *> KeyValue;
240 KeyValue.push_back(CurInstrVal);
245 // their KeyValue in RowInstrMap.
249 RowInstrMap[KeyValue].push_back(CurInstr);
303 std::vector<Init *> KeyValue;
305 // Construct KeyValue using KeyInstr's values for RowFields.
308 KeyValue.push_back(KeyInstrVal);
311 // Get all the instructions that share the same KeyValue as the KeyInstr
315 const std::vector<Record *> &RelatedInstrVec = RowInstrMap[KeyValue];
336 for (Init *Value : KeyValue) {