Home | History | Annotate | Download | only in TableGen

Lines Matching full:duplicate

741 static std::string Duplicate(unsigned nElts, StringRef typestr,
817 s += "__a * " + Duplicate(nElts, typestr, "__b") + ";";
830 s += "__a + (__b * " + Duplicate(nElts, typestr, "__c") + ");";
840 Duplicate(nElts, typestr, "__c") + ");";
850 s += "__a - (__b * " + Duplicate(nElts, typestr, "__c") + ");";
860 Duplicate(nElts, typestr, "__c") + ");";
941 s += Duplicate(nElts, typestr, "__a") + ";";
1144 args = Duplicate(GetNumElements(typestr, argQuad), typestr, args);