Searched defs:MapTableEmitter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp176 // class MapTableEmitter : It builds the instruction relation maps using
182 class MapTableEmitter { class in namespace:__anon10138
202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): function in class:__anon10138::MapTableEmitter
241 void MapTableEmitter::buildRowInstrMap() {
267 bool MapTableEmitter::isKeyColInstr(Record* CurInstr) {
288 void MapTableEmitter::buildMapTable() {
311 Record *MapTableEmitter::getInstrForColumn(Record *KeyInstr,
361 unsigned MapTableEmitter::emitBinSearchTable(raw_ostream &OS) {
411 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) {
433 void MapTableEmitter
[all...]

Completed in 576 milliseconds