HomeSort by relevance Sort by last modified time
    Searched refs:MangleName (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 575 /// MangleName - Append a type or width suffix to a base neon function name,
578 static std::string MangleName(const std::string &name, StringRef typestr,
736 s = MangleName("vmovl", typestr, ClassS);
826 s += MangleName("vmull", typestr, ClassS) + "(__a, " +
839 s += "__a + " + MangleName("vmull", typestr, ClassS) + "(__b, " +
843 s += "__a + " + MangleName("vmull", typestr, ClassS) + "(__b, " +
847 s += "__a + " + MangleName("vmull", typestr, ClassS) + "(__b, __c);";
859 s += "__a - " + MangleName("vmull", typestr, ClassS) + "(__b, " +
863 s += "__a - " + MangleName("vmull", typestr, ClassS) + "(__b, " +
867 s += "__a - " + MangleName("vmull", typestr, ClassS) + "(__b, __c);"
    [all...]
ClangCommentCommandInfoEmitter.cpp 78 static std::string MangleName(StringRef Str) {
116 std::string MangledName = MangleName(Tag.getValueAsString("Name"));

Completed in 882 milliseconds