Lines Matching refs:getName

102     Name = std::string(MapRec->getName());  in InstrMap()
133 MapRec->getName() + "' has empty " + "`ValueCols' field!"); in InstrMap()
141 PrintFatalError(MapRec->getLoc(), "Record `" + MapRec->getName() + in InstrMap()
148 const std::string &getName() const { return Name; } in getName() function in __anonf261f04c0111::InstrMap
240 CurInstr->getName() + "\" instruction description."); in buildRowInstrMap()
344 PrintFatalError("Multiple matches found for `" + KeyInstr->getName() + in getInstrForColumn()
345 "', for the relation `" + InstrMapDesc.getName() + in getInstrForColumn()
371 OS << "static const uint16_t "<<InstrMapDesc.getName(); in emitBinSearchTable()
387 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()
392 OS << " { " << Namespace << "::" << CurInstr->getName(); in emitBinSearchTable()
402 OS << "}; // End of " << InstrMapDesc.getName() << "Table\n\n"; in emitBinSearchTable()
417 OS << " if (Opcode == " << InstrMapDesc.getName() << "Table[mid][0]) {\n"; in emitBinSearch()
420 OS << " if (Opcode < " << InstrMapDesc.getName() << "Table[mid][0])\n"; in emitBinSearch()
457 OS << " return " << InstrMapDesc.getName(); in emitMapFuncBody()
463 OS << " return " << InstrMapDesc.getName() << "Table[mid][1];\n"; in emitMapFuncBody()
481 OS << "// "<< InstrMapDesc.getName() << "\nLLVM_READONLY\n"; in emitTablesWithFunc()
482 OS << "int "<< InstrMapDesc.getName() << "(uint16_t Opcode"; in emitTablesWithFunc()
521 PrintFatalError("Record `" + CurMap->getName() + "', field " in emitEnums()