Home | History | Annotate | Download | only in TableGen

Lines Matching refs:MangleName

691 /// MangleName - Append a type or width suffix to a base neon function name,
694 static std::string MangleName(const std::string &name, StringRef typestr,
1250 s = MangleName("vmovl", typestr, ClassS);
1343 s += MangleName("vmull", typestr, ClassS) + "(__a, " +
1356 s += "__a + " + MangleName("vmull", typestr, ClassS) + "(__b, " +
1360 s += "__a + " + MangleName("vmull", typestr, ClassS) + "(__b, " +
1364 s += "__a + " + MangleName("vmull", typestr, ClassS) + "(__b, __c);";
1376 s += "__a - " + MangleName("vmull", typestr, ClassS) + "(__b, " +
1380 s += "__a - " + MangleName("vmull", typestr, ClassS) + "(__b, " +
1384 s += "__a - " + MangleName("vmull", typestr, ClassS) + "(__b, __c);";
1387 s += MangleName("vqdmull", typestr, ClassS) + "(__a, " +
1391 s += MangleName("vqdmlal", typestr, ClassS) + "(__a, __b, " +
1395 s += MangleName("vqdmlsl", typestr, ClassS) + "(__a, __b, " +
1399 s += MangleName("vqdmulh", typestr, ClassS) + "(__a, " +
1403 s += MangleName("vqrdmulh", typestr, ClassS) + "(__a, " +
1501 std::string abd = MangleName("vabd", typestr, ClassS) + "(__a, __b)";
1514 s += "__a + " + MangleName("vabd", typestr, ClassS) + "(__b, __c);";
1518 std::string abd = MangleName("vabd", typestr, ClassS) + "(__b, __c)";
1626 s += MangleName(vname, typestr, ck);
1628 s += MangleName(name, typestr, ck);
1716 s += MangleName(name, typestr, ck);
1745 std::string mangledName = MangleName(name, outTypeStr, ClassS);
1748 // for the input type. String off a "Q" (quad) prefix so that MangleName
1752 mangledName = MangleName(mangledName, inTypeNoQuad, ClassS);
2119 namestr = MangleName(name, TypeVec[ti], ck);
2157 OS << MangleName(name, TypeVec[ti], ck) << ": i = " << immidx << "; "
2271 OS << MangleName(name, TypeVec[si], ClassB) << ": mask = "
2284 OS << MangleName(name, TypeVec[qi], ClassB) << ": mask = "
2421 std::string mangledName = MangleName(name, outTypeStr, ClassS);
2424 // for the input type. String off a "Q" (quad) prefix so that MangleName
2428 mangledName = MangleName(mangledName, inTypeNoQuad, ClassS);