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 __anone7c0e6030211::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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenMapTable.cpp187 InstrMap InstrMapDesc; member in __anonb7db8f9b0211::MapTableEmitter
203 Target(Target), InstrMapDesc(IMRec) { in MapTableEmitter()
204 const std::string FilterClass = InstrMapDesc.getFilterClass(); in MapTableEmitter()
244 ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap()
270 ListInit *ColFields = InstrMapDesc.getColFields(); in isKeyColInstr()
271 ListInit *KeyCol = InstrMapDesc.getKeyCol(); in isKeyColInstr()
293 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable()
314 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn()
329 ListInit *ColFields = InstrMapDesc.getColFields(); in getInstrForColumn()
356 "', for the relation `" + InstrMapDesc.getName() + "', row fields [" + in getInstrForColumn()
[all …]