Home
last modified time | relevance | path

Searched refs:RowField (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp231 for (const Init *RowField : RowFields->getElements()) { in buildRowInstrMap() local
232 const RecordVal *RecVal = CurInstr->getValue(RowField); in buildRowInstrMap()
235 "No value " + RowField->getAsString() + " found in \"" + in buildRowInstrMap()
306 for (const Init *RowField : RowFields->getElements()) { in getInstrForColumn() local
307 const Init *KeyInstrVal = KeyInstr->getValue(RowField)->getValue(); in getInstrForColumn()