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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp216 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
307 Record *MapTableEmitter::getInstrForColumn(Record *KeyInstr, argument
312 // Construct KeyValue using KeyInstr's values for RowFields.
314 Init *KeyInstrVal = KeyInstr->getValue(RowField)->getValue();
318 // Get all the instructions that share the same KeyValue as the KeyInstr
342 PrintFatalError("Multiple matches found for `" + KeyInstr->getName() +

Completed in 108 milliseconds