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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp175 // class MapTableEmitter : It builds the instruction relation maps using
181 class MapTableEmitter { class in namespace:__anon2910
201 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): function in class:__anon2910::MapTableEmitter
240 void MapTableEmitter::buildRowInstrMap() {
268 bool MapTableEmitter::isKeyColInstr(Record* CurInstr) {
289 void MapTableEmitter::buildMapTable() {
311 Record *MapTableEmitter::getInstrForColumn(Record *KeyInstr,
370 unsigned MapTableEmitter::emitBinSearchTable(raw_ostream &OS) {
420 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) {
442 void MapTableEmitter
[all...]

Completed in 101 milliseconds