Searched refs:KeyInstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp216 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
310 Record *MapTableEmitter::getInstrForColumn(Record *KeyInstr, argument
315 // Construct KeyValue using KeyInstr's values for RowFields.
318 Init *KeyInstrVal = KeyInstr->getValue(RowFieldsJ)->getValue();
322 // Get all the instructions that share the same KeyValue as the KeyInstr
346 PrintFatalError("Multiple matches found for `" + KeyInstr->getName() +

Completed in 170 milliseconds