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

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

Completed in 120 milliseconds