Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp305 ArrayRef<Record *> IndexRows; in emitLookupFunction() local
312 IndexRows = Table.Entries; in emitLookupFunction()
359 IndexRows = IndexRowsStorage; in emitLookupFunction()
367 for (unsigned i = 0; i < IndexRows.size(); ++i) { in emitLookupFunction()
368 if (getNumericKey(Index, IndexRows[i]) != i) { in emitLookupFunction()
391 primaryRepresentation(Field, IndexRows[0]->getValueInit(Field.Name)); in emitLookupFunction()
393 Field, IndexRows.back()->getValueInit(Field.Name)); in emitLookupFunction()