Lines Matching defs:String
26 #include <string>
125 /// version and return the Opcode since the two have the same Asm format string.
281 void emitTop(raw_ostream &o, unsigned Indentation, std::string Namespace);
293 const std::string &nameWithID(unsigned Opcode) const {
574 std::string Namespace) {
667 const std::string &Name = nameWithID(Opcodes[i]);
740 std::string &Decoder = OpInfo.Decoder;
766 std::string PredicateNamespace) {
782 std::string P = Pred->getValueAsString("AssemblerCondString");
1226 const std::string &Name = nameWithID(Opcodes[i]);
1259 std::string InstDecoder = Def.getValueAsString("DecoderMethod");
1273 std::vector<std::pair<Init*, std::string> > InOutOperands;
1283 std::map<std::string, std::string> TiedNames;
1293 for (std::vector<std::pair<Init*, std::string> >::iterator
1295 std::string Decoder = "";
1314 StringInit *String = DecoderString ?
1316 if (!isReg && String && String->getValue() != "")
1317 Decoder = String->getValue();
1387 const std::string &OperandName = Info.Name;
1400 std::string WidthStr = "uint" + utostr(BitWidth) + "_t";
1448 std::map<std::pair<std::string, unsigned>,
1462 std::string DecoderNamespace = Def->getValueAsString("DecoderNamespace");
1472 for (std::map<std::pair<std::string, unsigned>,