Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp187 InstrMap InstrMapDesc; member in __anon8bcb1a5f0211::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 …]
/external/llvm-project/llvm/utils/TableGen/
DCodeGenMapTable.cpp186 InstrMap InstrMapDesc; member in __anon6cdeff4d0211::MapTableEmitter
202 Target(Target), InstrMapDesc(IMRec) { in MapTableEmitter()
203 const std::string FilterClass = InstrMapDesc.getFilterClass(); in MapTableEmitter()
243 ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap()
269 ListInit *ColFields = InstrMapDesc.getColFields(); in isKeyColInstr()
270 ListInit *KeyCol = InstrMapDesc.getKeyCol(); in isKeyColInstr()
292 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable()
313 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn()
328 ListInit *ColFields = InstrMapDesc.getColFields(); in getInstrForColumn()
355 "', for the relation `" + InstrMapDesc.getName() + "', row fields [" + in getInstrForColumn()
[all …]