Searched defs:RegisterSuffix (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp762 std::string &RegisterSuffix) {
767 RegisterSuffix += "{";
769 RegisterSuffix += "d{{[0-9]+}}";
771 RegisterSuffix += "[]";
774 RegisterSuffix += "[{{[0-9]+}}]";
777 RegisterSuffix += ", ";
780 RegisterSuffix += "}";
784 RegisterSuffix += "{";
786 RegisterSuffix += "d{{[0-9]+}}";
788 RegisterSuffix
756 GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef, const std::string& OutTypeCode, const bool &IsQuad, const bool &HasDupPostfix, const bool &HasLanePostfix, const size_t Count, std::string &RegisterSuffix) argument
935 GenerateRegisterCheckPattern(const std::string &Name, const std::string &Proto, const std::string &OutTypeCode, const bool &HasNPostfix, const bool &IsQuad, const bool &HasLanePostfix, const bool &HasDupPostfix, const size_t &TBNumber, std::string &RegisterSuffix) argument
1057 std::string RegisterSuffix; local
[all...]

Completed in 54 milliseconds