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

/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp108 FilterClass = Filter->getValue()->getAsUnquotedString();
275 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString();
276 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
338 std::string CurInstrVal = CurInstrInit->getAsUnquotedString();
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
447 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
482 std::string ColName = ColFields->getElement(i)->getAsUnquotedString();
525 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
549 OS << "\t" << (*II).first << "_" << FieldValues[i]->getAsUnquotedString();
[all...]
H A DAsmMatcherEmitter.cpp796 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false;
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1444 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString();
1474 N = SI->getAsUnquotedString();
1520 if (SI->getAsUnquotedString() == "R") {
1522 } else if (SI->getAsUnquotedString() == "U") {
1524 } else if (SI->getAsUnquotedString() == "S") {
1526 } else if (SI->getAsUnquotedString() == "H") {
1528 } else if (SI->getAsUnquotedString() == "D") {
1530 } else if (SI->getAsUnquotedString() == "8") {
1533 castToType = Type::fromTypedefName(SI->getAsUnquotedString());
1737 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString();
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.cpp90 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
107 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
127 ValName->getAsUnquotedString() + "' more than once");
139 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + "' of type '"
181 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
286 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString()
2367 + DefmPrefix->getAsUnquotedString() + "'");
2434 utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
H A DRecord.cpp1693 if (TrackedRecords.getDef(Name->getAsUnquotedString()) == this) {
1694 TrackedRecords.removeDef(Name->getAsUnquotedString());
1696 } else if (TrackedRecords.getClass(Name->getAsUnquotedString()) == this) {
1697 TrackedRecords.removeClass(Name->getAsUnquotedString());
1733 + RV->getValue()->getAsUnquotedString() + ")"
/external/llvm/include/llvm/TableGen/
H A DRecord.h479 /// getAsUnquotedString - Convert this value to a string form,
483 virtual std::string getAsUnquotedString() const { return getAsString(); } function in class:llvm::Init
764 std::string getAsUnquotedString() const override { return Value; }
1069 return getNameInit()->getAsUnquotedString();
1350 return getNameInit()->getAsUnquotedString();
1432 return getNameInit()->getAsUnquotedString();

Completed in 365 milliseconds