Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp173 InstrMap InstrMapDesc; member in __anoncf6d0a160111::MapTableEmitter
190 : Target(Target), InstrMapDesc(IMRec) { in MapTableEmitter()
191 const std::string &FilterClass = InstrMapDesc.getFilterClass(); in MapTableEmitter()
230 const ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap()
257 const ListInit *ColFields = InstrMapDesc.getColFields(); in isKeyColInstr()
258 const ListInit *KeyCol = InstrMapDesc.getKeyCol(); in isKeyColInstr()
281 ArrayRef<const ListInit *> ValueCols = InstrMapDesc.getValueCols(); in buildMapTable()
302 const ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn()
317 const ListInit *ColFields = InstrMapDesc.getColFields(); in getInstrForColumn()
343 "', for the relation `" + InstrMapDesc.getName() + in getInstrForColumn()
[all …]