Lines Matching refs:getName
102 Name = std::string(MapRec->getName()); in InstrMap()
133 MapRec->getName() + "' has empty " + in InstrMap()
143 "Record `" + MapRec->getName() + in InstrMap()
150 const std::string &getName() const { return Name; } in getName() function in __anoncf6d0a160111::InstrMap
237 CurInstr->getName() + in buildRowInstrMap()
342 PrintFatalError("Multiple matches found for `" + KeyInstr->getName() + in getInstrForColumn()
343 "', for the relation `" + InstrMapDesc.getName() + in getInstrForColumn()
369 OS << "static const uint16_t " << InstrMapDesc.getName(); in emitBinSearchTable()
385 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()
392 OS << " { " << Namespace << "::" << CurInstr->getName(); in emitBinSearchTable()
404 OS << "}; // End of " << InstrMapDesc.getName() << "Table\n\n"; in emitBinSearchTable()
419 OS << " if (Opcode == " << InstrMapDesc.getName() << "Table[mid][0]) {\n"; in emitBinSearch()
422 OS << " if (Opcode < " << InstrMapDesc.getName() << "Table[mid][0])\n"; in emitBinSearch()
458 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() + in emitEnums()