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.cpp176 InstrMap InstrMapDesc; member in __anoncf6d0a160211::MapTableEmitter
192 : Target(Target), InstrMapDesc(IMRec) { in MapTableEmitter()
193 const std::string &FilterClass = InstrMapDesc.getFilterClass(); in MapTableEmitter()
231 ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap()
258 ListInit *ColFields = InstrMapDesc.getColFields(); in isKeyColInstr()
259 ListInit *KeyCol = InstrMapDesc.getKeyCol(); in isKeyColInstr()
281 const std::vector<ListInit *> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable()
302 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn()
317 ListInit *ColFields = InstrMapDesc.getColFields(); in getInstrForColumn()
343 "', for the relation `" + InstrMapDesc.getName() + in getInstrForColumn()
[all …]