Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp187 InstrMap InstrMapDesc; member in __anon050e25770211::MapTableEmitter
203 Target(Target), InstrMapDesc(IMRec) { in MapTableEmitter()
204 const std::string FilterClass = InstrMapDesc.getFilterClass(); in MapTableEmitter()
244 ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap()
265 ListInit *ColFields = InstrMapDesc.getColFields(); in isKeyColInstr()
266 ListInit *KeyCol = InstrMapDesc.getKeyCol(); in isKeyColInstr()
288 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable()
309 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn()
324 ListInit *ColFields = InstrMapDesc.getColFields(); in getInstrForColumn()
351 "', for the relation `" + InstrMapDesc.getName() + "', row fields [" + in getInstrForColumn()
[all …]