Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getAsUnquotedString

1462   std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString();
1492 N = SI->getAsUnquotedString();
1537 if (SI->getAsUnquotedString() == "R") {
1539 } else if (SI->getAsUnquotedString() == "U") {
1541 } else if (SI->getAsUnquotedString() == "S") {
1543 } else if (SI->getAsUnquotedString() == "H") {
1545 } else if (SI->getAsUnquotedString() == "D") {
1547 } else if (SI->getAsUnquotedString() == "8") {
1550 castToType = Type::fromTypedefName(SI->getAsUnquotedString());
1744 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString();
1745 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString();
1756 std::string Ty = cast<StringInit>(DI->getArg(0))->getAsUnquotedString();
1757 std::string Value = cast<StringInit>(DI->getArg(1))->getAsUnquotedString();