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

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp13 OS << Code->getAsUnquotedString() << "}\n)";
H A DNeonEmitter.cpp1397 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString();
1427 N = SI->getAsUnquotedString();
1476 if (SI->getAsUnquotedString() == "R") {
1478 } else if (SI->getAsUnquotedString() == "U") {
1480 } else if (SI->getAsUnquotedString() == "S") {
1482 } else if (SI->getAsUnquotedString() == "H") {
1484 } else if (SI->getAsUnquotedString() == "D") {
1486 } else if (SI->getAsUnquotedString() == "8") {
1489 castToType = Type::fromTypedefName(SI->getAsUnquotedString());
1715 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString();
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp107 FilterClass = Filter->getValue()->getAsUnquotedString();
277 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString();
278 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
338 std::string CurInstrVal = CurInstrInit->getAsUnquotedString();
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
457 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
460 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
492 std::string ColName = CF->getAsUnquotedString();
534 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
557 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString();
[all...]
H A DCodeGenInstruction.cpp744 Result->getArgName(AliasOpNo)->getAsUnquotedString() + "." +
745 MIOI->getArgName(SubOp)->getAsUnquotedString(), SubRec);
H A DGICombinerEmitter.cpp420 StringRef Name = insertStrTab(NameInit->getAsUnquotedString());
812 OS << CodeExpander(Code->getAsUnquotedString(), Expansions,
H A DAsmMatcherEmitter.cpp958 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false;
/freebsd-12-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp89 OS << D->getValue()->getAsUnquotedString();
109 OS << D->getValue()->getAsUnquotedString();
H A DLLDBOptionDefEmitter.cpp62 ArgType = A->getValue()->getAsUnquotedString();
75 Description = D->getValue()->getAsUnquotedString();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp98 obj["name"] = name->getAsUnquotedString();
104 arg.push_back(argname->getAsUnquotedString());
H A DRecord.cpp1293 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) +
1363 ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() +
1773 FieldName->getAsUnquotedString() + "' of '" +
2006 Result += ":" + ValName->getAsUnquotedString();
2009 if (getArgName(0)) Result += ":$" + getArgName(0)->getAsUnquotedString();
2012 if (getArgName(i)) Result += ":$" + getArgName(i)->getAsUnquotedString();
2134 VR->getAsUnquotedString() + "\n");
H A DTGParser.cpp168 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
185 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
200 ValName->getAsUnquotedString() + "' more than once");
218 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
255 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() +
326 " (" + SMCTArgs[i]->getAsUnquotedString() +
1918 ExpectedArgs[i]->getAsUnquotedString() + ")");
3316 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() +
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h367 virtual std::string getAsUnquotedString() const { return getAsString(); } function in class:llvm::Init
617 std::string getAsUnquotedString() const override { return Value; }
652 std::string getAsUnquotedString() const override { return Value; }
1089 return getNameInit()->getAsUnquotedString();
1409 return getNameInit()->getAsUnquotedString();
1487 return getNameInit()->getAsUnquotedString();

Completed in 146 milliseconds