• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/

Lines Matching refs:getAsString

94 std::string BitsRecTy::getAsString() const {
121 std::string StringRecTy::getAsString() const {
130 std::string ListRecTy::getAsString() const {
131 return "list<" + Ty->getAsString() + ">";
146 std::string DagRecTy::getAsString() const {
202 std::string RecordRecTy::getAsString() const {
411 std::string BitsInit::getAsString() const {
416 Result += Bit->getAsString();
468 std::string IntInit::getAsString() const {
669 std::string ListInit::getAsString() const {
675 Result += Element->getAsString();
720 return StringInit::get(LHSd->getAsString());
723 return StringInit::get(LHSi->getAsString());
752 getType()->getAsString() + "', got '" +
753 DI->getType()->getAsString() + "' in: " +
754 getAsString() + "\n");
798 getType()->getAsString() + "', got '" +
799 DI->getType()->getAsString() + "' in: " +
800 getAsString() + "\n");
819 std::string UnOpInit::getAsString() const {
822 case CAST: Result = "!cast<" + getType()->getAsString() + ">"; break;
829 return Result + "(" + LHS->getAsString() + ")";
911 LHSs->getAsString() + "' vs. '" + RHSs->getAsString() +
1055 std::string BinOpInit::getAsString() const {
1077 return Result + "(" + LHS->getAsString() + ", " + RHS->getAsString() + ")";
1181 if (LHSd->getAsString() == RHSd->getAsString())
1187 if (LHSv->getAsString() == RHSv->getAsString())
1283 std::string TernOpInit::getAsString() const {
1293 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) +
1294 ", " + MHS->getAsString() + ", " + RHS->getAsString() + ")");
1361 std::string FoldOpInit::getAsString() const {
1362 return (Twine("!foldl(") + Start->getAsString() + ", " + List->getAsString() +
1364 ", " + Expr->getAsString() + ")")
1424 std::string IsAOpInit::getAsString() const {
1425 return (Twine("!isa<") + CheckType->getAsString() + ">(" +
1426 Expr->getAsString() + ")")
1548 std::string VarBitInit::getAsString() const {
1549 return TI->getAsString() + "{" + utostr(Bit) + "}";
1572 std::string VarListElementInit::getAsString() const {
1573 return TI->getAsString() + "[" + utostr(Element) + "]";
1615 std::string DefInit::getAsString() const {
1732 std::string VarDefInit::getAsString() const {
1738 Result += Arg->getAsString();
1774 Rec->getAsString() + "' is a forbidden self-reference");
1870 this->getAsString());
1898 std::string CondOpInit::getAsString() const {
1901 Result += getCond(i)->getAsString() + ": ";
1902 Result += getVal(i)->getAsString();
2003 std::string DagInit::getAsString() const {
2004 std::string Result = "(" + Val->getAsString();
2008 Result += " " + getArg(0)->getAsString();
2011 Result += ", " + getArg(i)->getAsString();
2074 PrintFatalError(getLoc(), Twine("Record name '") + Name->getAsString() +
2127 (Twine("of type '") + VRT->getType()->getAsString() + "' ").str();
2132 Value.getType()->getAsString() +
2269 R->getValue()->getAsString());
2283 I->getAsString());
2299 I->getAsString());